jar « Deploy « JSP-Servlet Q&A





1. Deploying a jar in Jboss    stackoverflow.com

I have some .jspf files that are fragments which I include in a new .jsp file. The reason they are fragments is that they are reused across multiple jsps with some ...

3. we can deploy a folder instead of jar or war what is the difference    coderanch.com

Hi That is up to the container. You can deploy a folder instead of WAR file in Weblogic and Tomcat. The only thing is that the folder must follow the correct directory structure. If you want to deploy it on some other place or like that , the WAR will be easy to handle I think. WAR means WEB ARCHIVE. JAR ...

4. Problem deploying adder.jar with JBoss 5. please help.    coderanch.com

03:00:06,140 INFO [JBossASKernel] Created KernelDeployment for: adder.jar 03:00:06,140 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=adder.jar,jar=adder.jar,name=Adder,service=EJB3 03:00:06,140 INFO [JBossASKernel] with dependencies: 03:00:06,140 INFO [JBossASKernel] and demands: 03:00:06,140 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService 03:00:06,140 INFO [JBossASKernel] and supplies: 03:00:06,140 INFO [JBossASKernel] jndi:Adder 03:00:06,156 INFO [JBossASKernel] Class:com.brainysoftware.ejb.AdderHome 03:00:06,156 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=adder.jar,jar=adder.jar,name=Adder,service=EJB3) to KernelDeployment of: adder.jar 03:00:06,578 INFO [SessionSpecContainer] Starting jboss.j2ee:ear=adder.jar,jar=adder.jar,name=Adder,service=EJB3 03:00:06,609 INFO [EJBContainer] STARTED EJB: com.brainysoftware.ejb.AdderBean ejbName: ...