Re: error running JSP Config on tomcat examples - tomcat 5.0.19

2004-03-23 Thread Erin O'Neill
Thanks for your input. I've already checked what version of java I've got: $JAVA_HOME/bin/java -version java version 1.4.2_03 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode) My first impulse was that I was missing

Re: error running JSP Config on tomcat examples - tomcat 5.0.19

2004-03-23 Thread todd runstein
Erin, Thank you! Your post looks a lot like mine, which gave me an idea. The Unable to compile class for JSP has only shown up for me in version 5.0.19. I switched to tomcat 5.0.16 and the problem is gone. Trying switching to a different version of tomcat and see if the problem disappears for

Re: error running JSP Config on tomcat examples - tomcat 5.0.19

2004-03-23 Thread Erin O'Neill
I found out what my configuration error was! I'm sending it to this list so if another newbie has problems they might google out this answer! :) (I really hate it when someone just replies to the list -- oh never mind I got it! and then doesn't give the answer!) I found this link:

Re: error running JSP Config on tomcat examples - tomcat 5.0.19

2004-03-22 Thread Erin O'Neill
I probably didn't supply enough info as I haven't received any responses. I have googled this error and tried everything that I could find. Details: Tomcat 5.0.19 OS: Solaris 2.8 (with the latest J2SEE OS patches) Apache: 2.0.48 Java: (build 1.4.2_03-b02, mixed mode) My error message says this

Re: error running JSP Config on tomcat examples - tomcat 5.0.19

2004-03-22 Thread QM
On Mon, Mar 22, 2004 at 02:20:03PM -0800, Erin O'Neill wrote: : My error message says this (in a small part): : org.apache.jasper.JasperException: Unable to compile class for JSP Two gut feelings strike me: 1/ the Java you have installed, what version is it? You said you have 1.4.x, but which

error running JSP Config on tomcat examples - tomcat 5.0.19

2004-03-18 Thread Erin O'Neill
Hello all - I'm new to setting up a tomcat server. I was asked to install tomcat 5. I can get a stand alone tomcat server up and running but some of the examples fail. Particulars of my system: Tomcat/5.0.18 (I've got t.0.19 running??) Apache/2.0.48 JVM version: 1.4.2_03-b02 Solaris 2.8 I