AW: newbie: servlet examples work, jsp not

2003-10-20 Thread Sven Busse
hello, ahmm, still having this problem and don't know what to do, sorry ... -Ursprngliche 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

AW: newbie: servlet examples work, jsp not

2003-10-20 Thread Sven Busse
hello, ahmm, still having this problem and don't know what to do, sorry ... -Ursprngliche 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

RE: newbie: servlet examples work, jsp not

2003-10-20 Thread Mike Curwen
' 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

AW: RE: newbie: servlet examples work, jsp not

2003-10-20 Thread Sven Busse
, 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 ... -Ursprngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet

RE: RE: newbie: servlet examples work, jsp not

2003-10-20 Thread Mike Curwen
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

AW: RE: RE: newbie: servlet examples work, jsp not

2003-10-20 Thread Sven Busse
List' Subject: AW: RE: newbie: servlet examples work, jsp not hello, i am using windows xp home edition. CATALINA_HOME is the same as TOMCAT_HOME: c:\tomcat thanx sven -Ursprngliche Nachricht- Von: Mike Curwen [mailto:[EMAIL PROTECTED] Gesendet

newbie: servlet examples work, jsp not

2003-10-19 Thread busse
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

RE: newbie: servlet examples work, jsp not

2003-10-19 Thread Johan Kok
JAVA_HOME or Java_Home --- I'm not usre if it makes a difference on the Windows environment, but under Unix it definitely does. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 October 2003 12:36 To: [EMAIL PROTECTED] Subject: newbie: servlet examples

Re: newbie: servlet examples work, jsp not

2003-10-19 Thread Ben Souther
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

Re: newbie: servlet examples work, jsp not

2003-10-19 Thread busse
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