Are the examples working?  I assume the servlets are.

Probably a %CLASSPATH% issue.  The JSPs need to compile the first time you
call them so you need a reference to your JDK in the classpath.

You will need these elements in your classpaths:
This is just mine, yours may be slightly different...

%CLASSPATH%
Your path to:  \JDK1.3\lib\tools.jar
Your path to:  \JDK1.3

ALSO
%JAVA_HOME% path to:  \JDK1.3
%TOMCAT_HOME% path to:   \tomcat

Hope this helps,
Craig

lazybrain eh...

-----Original Message-----
From: lazybrain [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 3:48 PM
To: [EMAIL PROTECTED]
Subject: Need some help please


I setup tomcat and most everything is working. Any time I try to
access a .jsp file I get the following.


"
Internal Server Error

The server encountered an internal error or misconfiguration and was unable
to
complete your request.

Please contact the server administrator,  and inform them of the time the
error
occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Apache/1.3.14 Server
"

the example servlets work, however any .jsp file does not. I can't find
anything in the documentation about this.  I set the log levels to debug
but nothing is helpfull at all. How can I fix this?? Thanks in advance.

Mike



---------------------------------------------
"The Road to the Internet Starts Here"
http://www.enter.net/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to