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

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

2003-05-27 Thread Guy Rouillier
Scott M Stark wrote: This is an invalid warning due to the fact that the check used by Jetty to determine if the javac compiler is visable does not apply to the 1.4.2 tools.jar. Thanks, Scott. Scott Stark Chief Technology Officer JBoss Group, LLC -

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

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

2001-09-27 Thread Ian Butcher
I had a problem just like this recently. I ended up hacking around it by putting a second copy of common.jar in WEB-INF/lib. As far as the ejb1.jar - create a client version of the jar (home and remote i/f classes only) and put that in WEB-INF/lib. Sorry this isn't more helpful! - Origin

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

2001-09-26 Thread Weir, John
Each classloader has its own space, so I guess there is a loader problem. Ive had similar problems using the URL Class loader. Basically need to ensure that all the classes are available in each class loader HTH J -Original Message- From: Adison [mailto:[EMAIL PROTECTED]] Sent: 26 Septe