jar « portlet « Java Enterprise Q&A





2. Jars that can be included in /shared/app    coderanch.com

Hi, I am developing a module over WPS-5.1(Portal Server 5.1) using RAD6.0. Some part of my application is not running because of the confliction between the jar files. I am bit confused about the jars to be placed in WEB-INF/lib folder and jars to be placed in /shared/app folders. Which jars to be placed where?? I need your humble sugessions. Thanks, ...

3. wps.jar    coderanch.com

Hi, When i copy the wps.jar file into shared/app the admin console is not opening and giving the following error SRVE0242I: [BlurbPortlet_PA_dlvwv6a] [/wps/PA_dlvwv6a] [com_ibm_wps_AdminServlet]: Initialization successful. [2/27/08 17:32:48:240 AST] 00000046 Servlet E com.ibm.wps.engine.Servlet handleException EJPEJ0070E: An exception occurred while processing the request. java.lang.NoSuchMethodError: com.ibm.wps.engine.Tracker: method getSessionPartitionID(Lcom/ibm/wps/engine/RunData Ljava/lang/String; not found at com.ibm.wps.engine.templates.themes.Home.doPreRender(Home.java:107) at com.ibm.wps.engine.templates.themes.Default.render(Default.java:78) at com.ibm.wps.engine.templates.ThemeTemplate.render(ThemeTemplate.java:67) at com.ibm.wps.engine.phases.WPRenderPhase.processRendering(WPRenderPhase.java:322) at com.ibm.wps.engine.phases.WPRenderPhase.execute(WPRenderPhase.java:137) at com.ibm.wps.state.phases.AbstractRenderPhase.next(AbstractRenderPhase.java:106) ...

4. Jar file generation    coderanch.com

I am generating a jar file for my portlet development. I need to read a text file for data. I can hard-code the absolute path of the file on my laptop and the code runs fine. But the jar will eventually be deployed onto the application server. How could I specify the path of the text file so that my jar ...