Re: [JBoss-user] JSP compilation

2003-11-25 Thread Anders Engström
On Tue, Nov 25, 2003 at 04:51:21PM +0100, Anders Engström wrote: > On Mon, Nov 24, 2003 at 04:27:44PM +, Matthew Oatham wrote: > > Hi, > > > > Is there any way to prevent JSP pages being recompiled everytime JBoss > > restarts? i.e I deploy the web app - run the jsp - restart JBoss and tr-run

Re: [JBoss-user] JSP compilation

2003-11-25 Thread Anders Engström
On Mon, Nov 24, 2003 at 04:27:44PM +, Matthew Oatham wrote: > Hi, > > Is there any way to prevent JSP pages being recompiled everytime JBoss > restarts? i.e I deploy the web app - run the jsp - restart JBoss and tr-run > a JSP - instead of using a cached copy of the jsp page it is re-compile

[JBoss-user] JSP compilation

2003-11-24 Thread Matthew Oatham
Hi, Is there any way to prevent JSP pages being recompiled everytime JBoss restarts? i.e I deploy the web app - run the jsp - restart JBoss and tr-run a JSP - instead of using a cached copy of the jsp page it is re-compiled. How can i prevent this? Thanks _

Re: [JBoss-user] JSP compilation requires $JAVA_HOME/lib/tools.jaron your JBOSS_CLASSPATH

2003-05-27 Thread Guy Rouillier
- Original Message - From: "Guy Rouillier" <[EMAIL PROTECTED]> To: "JBoss User" <[EMAIL PROTECTED]> Sent: Saturday, May 24, 2003 10:20 PM Subject: [JBoss-user] JSP compilation requires $JAVA_HOME/lib/tools.jar on your JBOSS_CLASSPATH I just pulled jboss-3

Re: [JBoss-user] Jsp compilation Problem with Jboss3.0-jetty andRed Linux7.2

2002-12-26 Thread Thomas Lionel SMETS
I think the exception says it all... You haven't the tool.jar accessiblein your classpath ! ! ! Either you should define your classpath right or you could define your JAVA_HOME variable correctly Issuing the follwoing command : "which java" you may have the GCJ compiler / runtime installed inst

[JBoss-user] Jsp compilation Problem with Jboss3.0-jetty and Red Linux7.2

2002-12-26 Thread Brijesh
Hi All,   I am facing problem in running .jsp file in Jboss3.0.4. I have installed Jboss3.0.4 with jetty option on Red Hat Linux7.2. I am getting below exception >>>   ** 17:03:24,468 WARN  [jbossweb] WARNING: Exception for

Re: [JBoss-user] JSP compilation error (JBoss+Tomcat)

2001-09-27 Thread Ian Butcher
lpful! - Original Message - From: "Adison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 26, 2001 2:59 AM Subject: [JBoss-user] JSP compilation error (JBoss+Tomcat) > Hi all, > > I am deploying an EAR that contains EJB and WAR. > The EJB and WA

RE: [JBoss-user] JSP compilation error (JBoss+Tomcat)

2001-09-26 Thread Weir, John
September 2001 08:00 To: [EMAIL PROTECTED] Subject: [JBoss-user] JSP compilation error (JBoss+Tomcat) Hi all, I am deploying an EAR that contains EJB and WAR. The EJB and WAR both uses some common classes (stored in a JAR file, say common.jar) So here's the structure of the EAR file: exampl

[JBoss-user] JSP compilation error (JBoss+Tomcat)

2001-09-25 Thread Adison
Hi all, I am deploying an EAR that contains EJB and WAR. The EJB and WAR both uses some common classes (stored in a JAR file, say common.jar) So here's the structure of the EAR file: example.ear META-INF/ application.xml web.war META-INF/ MANIFEST.MF (Class-Path: lib/common.ja