Skip to main content

Posts

Showing posts from 2013

Using App Icons In Oracle Apex (Part1)

 Recently with the introduction of Apex 4.2 and later Apex 4.2.1 the default published  packaged applications comes with a sleek logo just at the left-hand corner of the the login screen. Fig 1 Fig 2 Fig 3 If u want to use these cool  sprites that come with the later releases as said in the the former. From the above diagram, looking into the css  inside the  i / or anywhere that your images are stored navigate to the cloud/app_theme/css/4_1.css You would find the img.appIcon.  class  which houses all the sprite launchpad logos in the Fig 1 Inside the css, locate ------App Icons Image-- img.appIcon.project_tracking{background-position:-256px 0}img.appIcon.solar{background-position:-320px 0}img.appIcon.website{background-position:-384px 0}img.appIcon.apex_service{background-position:-448px 0}img.appIcon.solar_red{background-position:-512px 0}img.appIcon.sales{background-position:-576px 0}img.appIcon.data_modeler{background-position:0 -64px}img.appIcon.group_calen

Configure Oracle Connection Pool in Glassfish V3 for Jasper Reports Integration

Typically, after you have installed your  version of the  JasperReportsIntegration  toolkit on your Apache Tomcat J2EE server, the configuration files will be located in the directory  $CATALINA_HOME/ conf/Catalina/localhost/ JasperReportsIntegration.xml , for example version 4.7.0 of JasperReports, where  $CATALINA_HOME  represents the path to your installation of Tomcat where all the dataSource configuration are.  Similarly, after installation of your glassfish sever,  you would have to upload the .war file located in the toolkit version you download Eg. webapp\JasperReportsIntegration.war Locate  lib/ojdbc14 and lib/orai18n in the    JasperReportsIntegration  toolkit copy and   put them in {glassfish_installation}/glassfish/lib directory and restart glassfish (from {glassfish_installation}/glassfish/bin directory): asadmin stop-domain domain1 asadmin start-domain domain1 or If it was set as a service, just restart it. N avigate to the administrator application on

Blog Now on the ODTUG Blogroll

Hi all, It's amazing when something new happens especially on the good side.I wanted to let you all know this blog is on the ODTUG Blog site. Go the ApexBlogroll and u should see it there  Benjamin Intsiful  . Thank You , HeatherKennedy Perry