hello,

i am using windows xp home edition.

CATALINA_HOME is the same as TOMCAT_HOME:

c:\tomcat

thanx

sven

> -----Ursprüngliche Nachricht-----
> Von: Mike Curwen [mailto:[EMAIL PROTECTED] 
> Gesendet: Montag, 20. Oktober 2003 18:06
> An: 'Tomcat Users List'; [EMAIL PROTECTED]
> Betreff: RE: newbie: servlet examples work, jsp not
> 
> 
> Are you on XP Home or XP Pro ? 
>  
> What's CATALINA_HOME ?
>  
> If you're using the LE version of Tomcat, remove it, and try 
> installing
> the 'full' (non-LE) version.
> 
> > -----Original Message-----
> > From: Sven Busse [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, October 20, 2003 8:50 AM
> > To: 'Tomcat Users List'
> > Subject: AW: newbie: servlet examples work, jsp not
> > 
> > 
> > hello,
> > 
> > ahmm, still having this problem and don't know
> > what to do, sorry ...
> > 
> > 
> > > -----Ursprüngliche Nachricht-----
> > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > Gesendet: Sonntag, 19. Oktober 2003 18:37
> > > An: Tomcat Users List
> > > Betreff: Re: newbie: servlet examples work, jsp not
> > > 
> > > 
> > > hello,
> > > 
> > > i tried %JAVA_HOME%\bin\javac and it works properly.
> > > 
> > > Any other ideas?
> > > 
> > > > You don't need to set your classpath. Tomcat does that for you.
> > > > 
> > > > You should double check that your JAVA_HOME environment
> > > variable is set
> > > > properly. From the command line type: %JAVA_HOME%\bin\javac You 
> > > > should see a menu of switches for the compiler. If not, 
> > check to see 
> > > > where your JAVA_HOME environment
> > > variable is pointing by
> > > > typing: echo %JAVA_HOME%
> > > > 
> > > > You might also want to get tomcat working as a standalone
> > > before integrating
> > > > with Apache to cut down on the number of simultaneous
> > > issues to be debugged.
> > > > http://localhost:8080/examples
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > On Sunday 19 October 2003 06:35 am, you wrote:
> > > > > hello,
> > > > >
> > > > > i am working in windows xp. i have the jsdk 1.4.1
> > > installed. i also
> > > > > installed apache2 and tomcat 4.1 as described in the HowTo: 
> > > > > 
> http://www.gregoire.org/howto/Apache2_Jk2_TC4.1.x_JSDK1.4.x.html
> > > > >
> > > > > after installation, i wanted to try the examples at 
> > > > > http://localhost/examples. the servlet examples work, but
> > > the jsp examples
> > > > > not. i get the following error:
> > > > >
> > > > > 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
> > > > >
> > > > > and in the logs i have:
> > > > >
> > > > > Unable to find a javac compiler;
> > > > > com.sun.tools.javac.Main is not on the classpath.
> > > > > Perhaps JAVA_HOME does not point to the JDK
> > > > >
> > > > > But my Java_Home does point to c:\j2sdk1.4.1
> > > > > and my classpath does point to c:\j2sdk1.4.1\lib\tools.jar
> > > > >
> > > > > So, what am i making wrong? thank you in
> > > > > advance.
> > > > >
> > > > >
> > > > > 
> > > 
> > 
> ---------------------------------------------------------------------
> > > > > 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]
> > > > 
> > > 
> > > 
> > > 
> > > 
> > 
> ---------------------------------------------------------------------
> > > 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]
> > 
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to