Did you set CATALINA_BASE= not CATALINA_HOME= ?
Look in the RUNNING.txt at step 4.
Doug
----- Original Message -----
From: "Marco CAMPIGLIO" <[EMAIL PROTECTED]>
To: "tomcat-user" <[EMAIL PROTECTED]>
Sent: Friday, April 23, 2004 10:57 AM
Subject: JSPs not compiled under different instances of Tomcat
Hi all!
I'm running two instances of Tomcat 4.1.30 on a Windows 2000 machine. The
two instances listen to port 8080 and 7001 (ok I'd like BEA...).
With both I'm having problems compiling JSP pages. For example, as soon as I
try to access to the examples folder and try to compile one JSP, here it
comes:
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Compiling 1 source file
at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandle
r.java:130)
at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:2
93)
at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
...
The same if I try to access to the Admin application, for example.
The procedure I followed to have multiple instances is the usual: two
folders under which I put conf, logs, webapps, work and temp. Then
configuration of server.xml for both changing ports. Then I created two
Windows services for starting/stopping the instances.
Obviously if I use the single original instance under the installation
folder of Tomcat everything runs well.
Any tip??
Thanks,
MarcoC
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]