The Invoker servlet in 4.1.x is disabled by default for security reasons. You will need to enable it (not recommended) or explicitly map your servlets in your application's web.xml file. See the release notes.


John

On Tue, 25 Mar 2003 21:24:58 -0600, Guillermo Mora Pérez <[EMAIL PROTECTED]> wrote:

Hi, I had a JSP/servlet application running ok on a tomcat 4.0.4, I installed a 4.1.24 version, I updated my CATALINA_HOME an move my old

CATALINA_HOME\classes\packageX\servletX.class

to the dir

CATALINA_HOME\webapps\ROOT\WEB-INF\classes\packageX\servletX.class

of the new version, and obviously mi old ROOT dir to my new ROOT.

When I run my JSP's, the system can find the classes into the package of the the new classes directory, but when I try to use the servlets with

/servlet/packageX.servletX

it sends the status 404

Even if I try to run a simple servlet on the classes dir (/servlet/servletY)

What happen? I´ve tried to do the same on a ver 4.1.18 but is the same

Thanks

Guillermo.

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





-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

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



Reply via email to