[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Java on Raq550



>I am trying to transfer some sites from a RAQ3 that had the Sun Cobalt
>JDK package installed over to a RAQ550.   I'm using the pre-installed
>Tomcat/Java on the RAQ550.
>JSP and servlets seem to work okay, though I'm having problems with a few
>sites.  I'm not an expert in this area, but it appears the web.xml
>file is not being loaded.   I have a feeling there is rather simple
solution, >but I cannot find any
>help on this issue anywhere.  If anyone can suggest anything I'd 
appreciate >it.

Could be a few things.
1) If you restart tomcat manually, /etc/init.d/tomcat.init restart , do
you get any errors?
2) What is in the log-files? /usr/java/jakart.../logs
3) Can you post the web.xml? I guess there is a servlet that has a mapping
to urls that end on .do for example. But the raq 550, or better apache,
only passes requests to tomcat that end on .jsp or have /servlet/ in the
url.

Hope this helps.

Regards, Bas van Ecke