tomcat setup question
From: sergio (feedback_at_pop.agri.ch)
Date: 05/31/04
- Next message: Pasi Havia: "Re: Make Array Unmodifiable?"
- Previous message: Martin Honnen: "Re: Type Safe Collections?"
- Next in thread: Ryan Stewart: "Re: tomcat setup question"
- Reply: Ryan Stewart: "Re: tomcat setup question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 May 2004 14:57:46 +0200
hi,
I try get tomcat (5.0.25) up and running.
The servlet examples run well. however, when I try to recompile them I get
an 404 (requested resource not available ) error.
my path settings are.
CATALINA_HOME=D:\jakarta-tomcat-5.0.25
CLASSPATH=C:\j2sdk1.4.2_04\jre\lib
PATH =... ; C:\j2sdk1.4.2_04\bin
I compile the examples like this
cd (tomcat root)\webapps\servlets-examples\WEB-INF\classes
javac HelloWorldExample.java (tomcat root)\common\lib\servlet-api.jar
the compiler shows no error
do I miss something in my enviroment variables?
best regards,
sergio
- Next message: Pasi Havia: "Re: Make Array Unmodifiable?"
- Previous message: Martin Honnen: "Re: Type Safe Collections?"
- Next in thread: Ryan Stewart: "Re: tomcat setup question"
- Reply: Ryan Stewart: "Re: tomcat setup question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|