[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: location of utility jars (application specific) shared b

2007-10-10 Thread patwary_shiva
We are on a migrating webl;ogic to JBoss-Tomcat.we are using jboss 4.2.0 version. We have about 4 WAR files that will be deployed to JBoss-Tomcat. Utility classes have been written which are bundled as jars that will be shared across these 4 applications. Can we put them in the shared

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: location of utility jars (application specific) shared b

2007-09-21 Thread patwary_shiva
Has any one found the solution . I am having the same issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4087296#4087296 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087296

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: location of utility jars (application specific) shared b

2007-09-21 Thread Raist_Majere
What's the problem using an EAR? You can have an exploded EAR application, and put the WARs inside when theyre ready. You will only have to add them to the application.xml and jboss-app.xml file. To tell JBoss where the shared libs are, use the library-directory tag of jboss-app.xml. In the DTD

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: location of utility jars (application specific) shared b

2007-08-28 Thread asapum
Thank you for your response! I wish life was that simple. The problem is that the development for all this WAR's is done by various teams and each has their own schedule for deployments. It is highly impossible for us to deploy all those WAR files in a EAR file. They have to remain as WAR

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: location of utility jars (application specific) shared b

2007-08-28 Thread asapum
Classloading docs for JBoss recommend using Sharing of utility classes with Servlet Spec disabled. So, I tried to set Java2ClassLoading to true in the java-services.xml file, but the server would not start-up. We are using JBoss 4.2. I could not find any docs related to JBoss 4.2 on JBoss

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: location of utility jars (application specific) shared b

2007-08-25 Thread jaikiran
Are these 6 WAR files related? If so, you can create an EAR file out of these WAR and JAR files and deploy the EAR as an application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078022#4078022 Reply to the post :