You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andoni <an...@indigo.ie> on 2003/01/16 14:11:37 UTC

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 in the .jsp files.  In
fact any java code in the .jsp files seems to work fine until a java class
needs to be called.

Please help as I haven't got much hair left from pulling it all out ;)

Regards

Andoni.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: JSP fine but no Java.

Posted by Nick Sophinos <to...@itv-tech.com>.
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  <an...@indigo.ie> 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> My app has jsps with javabeans linked in through tags in the .jsp files.  In
>     andoni> fact any java code in the .jsp files seems to work fine until a java class
>     andoni> needs to be called.
> 
> It would be helpful if you indicated exactly what error messages you're
> getting, and showing the actual jsp page, along with your web.xml file.
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: JSP fine but no Java.

Posted by "David M. Karr" <dm...@earthlink.net>.
>>>>> "andoni" == andoni  <an...@indigo.ie> 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> My app has jsps with javabeans linked in through tags in the .jsp files.  In
    andoni> fact any java code in the .jsp files seems to work fine until a java class
    andoni> needs to be called.

It would be helpful if you indicated exactly what error messages you're
getting, and showing the actual jsp page, along with your web.xml file.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
dmkarr@earthlink.net   ; SCJP; SCWCD




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>