Re: JSP fine but no Java.

2003-01-20 Thread David M. Karr
andoni == andoni [EMAIL PROTECTED] writes: andoni Hello, andoni I am having a really annoying problem that I hope somebody can help me with. andoni My tomcat will run .jsp files fine and process them perfectly but will not andoni even consider using a .class file. andoni

Re: JSP fine but no Java.

2003-01-20 Thread Nick Sophinos
Chances are that you have the the mapping for the invoker servlet commented out in your $TOMCAT_HOME/conf/web.xml file. - Nick On 20 Jan 2003, David M. Karr wrote: andoni == andoni [EMAIL PROTECTED] writes: andoni Hello, andoni I am having a really annoying problem that I hope

JSP fine but no Java.

2003-01-16 Thread Andoni
Hello, I am having a really annoying problem that I hope somebody can help me with. My tomcat will run .jsp files fine and process them perfectly but will not even consider using a .class file. My app has jsps with javabeans linked in through tags in the .jsp files. In fact any java code in

RE: JSP fine but no Java.

2003-01-16 Thread Collins, Jim
Tomcat can't serve a .class file in the same way it could a .html or .jsp. -Original Message- From: Andoni [mailto:[EMAIL PROTECTED]] Sent: 16 January 2003 13:12 To: Tomcat Users List Subject: JSP fine but no Java. Hello, I am having a really annoying problem that I hope

Re: JSP fine but no Java.

2003-01-16 Thread Andoni
Users List' [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 1:16 PM Subject: RE: JSP fine but no Java. Tomcat can't serve a .class file in the same way it could a .html or .jsp. -Original Message- From: Andoni [mailto:[EMAIL PROTECTED]] Sent: 16 January 2003 13:12 To: Tomcat

RE: JSP fine but no Java.

2003-01-16 Thread Barney Hamish
Subject: JSP fine but no Java. Hello, I am having a really annoying problem that I hope somebody can help me with. My tomcat will run .jsp files fine and process them perfectly but will not even consider using a .class file. My app has jsps with javabeans linked in through tags

Re: JSP fine but no Java.

2003-01-16 Thread Andoni
The classfiles are in the right place. That tag is what's being used. Andoni. - Original Message - From: Barney Hamish [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 1:20 PM Subject: RE: JSP fine but no Java. Are the class files you're

RE: JSP fine but no Java.

2003-01-16 Thread Prashanth Gane
put all u r class files inside a package and try it...u will get it.. -Original Message- From: Andoni [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 6:42 PM To: Tomcat Users List Subject: JSP fine but no Java. Hello, I am having a really annoying problem that I hope

RE: JSP fine but no Java.

2003-01-16 Thread Barney Hamish
: Thursday, January 16, 2003 2:37 PM To: Tomcat Users List Subject: Re: JSP fine but no Java. The classfiles are in the right place. That tag is what's being used. Andoni. - Original Message - From: Barney Hamish [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent

Re: JSP fine but no Java.

2003-01-16 Thread Andoni
] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 1:47 PM Subject: RE: JSP fine but no Java. What is the actual error message being displayed? Can you send an example of the the jsp:useBean tag you're using and then the use of that bean? It's hard to diagnose

RE: JSP fine but no Java.

2003-01-16 Thread Barney Hamish
Try recompiling your classes, deleting the work directory and restarting tomcat. -Original Message- From: Andoni [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 3:05 PM To: Tomcat Users List Subject: Re: JSP fine but no Java. Apache Tomcat/4.0.4 - HTTP Status 500