Re: how to run a simple jsp file

2007-12-21 Thread Joly M
> Wrom: MQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGV > To: "Tomcat Users List" > Sent: Friday, December 21, 2007 2:36 PM > Subject: RE: how to run a simple jsp file > > > maybe you're lacking a jar file required? Maybe servlet jar file or other? > > -Or

Re: how to run a simple jsp file

2007-12-21 Thread mgainty
Please Display jsp and accompanying web.xml Thanks M- - Original Message - Wrom: MQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGV To: "Tomcat Users List" Sent: Friday, December 21, 2007 2:36 PM Subject: RE: how to run a simple jsp file maybe you're lacking a jar file

RE: how to run a simple jsp file

2007-12-21 Thread Propes, Barry L
maybe you're lacking a jar file required? Maybe servlet jar file or other? -Original Message- From: Joly M [mailto:[EMAIL PROTECTED] Sent: Friday, December 21, 2007 1:30 PM To: Tomcat Users List Subject: Re: how to run a simple jsp file well, the thing is i'm just try

Re: how to run a simple jsp file

2007-12-21 Thread Joly M
; > <% @ page import="java.util.*,%> > > just a guess, but probably a sound one in this case. > > -Original Message- > From: Joly M [mailto:[EMAIL PROTECTED] > Sent: Friday, December 21, 2007 3:59 AM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject

RE: how to run a simple jsp file

2007-12-21 Thread Propes, Barry L
: Joly M [mailto:[EMAIL PROTECTED] Sent: Friday, December 21, 2007 3:59 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: how to run a simple jsp file the log says it can't load the class for JSP 2007/12/21, Pid <[EMAIL PROTECTED]>: > > Joly M wrote: > > Hello there

Re: how to run a simple jsp file

2007-12-21 Thread David Smith
In my experience, there is almost always another error before this one where the jsp is compiled to a .java file before it's compiled to a .class file. If what you posted is really the first error message related to the request: stop tomcat, empty tomcat's work directory, start tomcat, and try

Re: how to run a simple jsp file

2007-12-21 Thread Joly M
the log says it can't load the class for JSP 2007/12/21, Pid <[EMAIL PROTECTED]>: > > Joly M wrote: > > Hello there, > > > > I'm struggling on running JSP files. > > I've got some JSP files containing Java codes. When I try to run those > > files, I get an error number 500. > > When I run JSP file

Re: how to run a simple jsp file

2007-12-21 Thread Pid
Joly M wrote: > Hello there, > > I'm struggling on running JSP files. > I've got some JSP files containing Java codes. When I try to run those > files, I get an error number 500. > When I run JSP files not containing any Java code at all, Everything works. > It seems like the problem comes from Ja

Re: how to run a simple jsp file

2007-12-21 Thread Joly M
Hello David, I'm using -Windows XP -Tomcat 6.0 I don't know what Java Version is installed on my computer as I'm currently at work, but I will let you know as soon as possible. Could be the Java Version the trigger of the error ? There is the error message : Etat HTTP 500 - type Rapport d'ex

Re: how to run a simple jsp file

2007-12-21 Thread David Smith
Could you post the error in your logs corresponding to the 500 error? Also would be helpful to know tomcat, os, and java versions. --David Joly M wrote: Hello there, I'm struggling on running JSP files. I've got some JSP files containing Java codes. When I try to run those files, I get an er

how to run a simple jsp file

2007-12-21 Thread Joly M
Hello there, I'm struggling on running JSP files. I've got some JSP files containing Java codes. When I try to run those files, I get an error number 500. When I run JSP files not containing any Java code at all, Everything works. It seems like the problem comes from Java files. I know that I've