| Author |
Need deploying Tomcat 5.0.25 app to Tomcat 4.1.31
|
Babar Qadri
Ranch Hand
Joined: Oct 12, 2004
Posts: 51
|
|
Getting message while running the app developed for Tomcat 5.0.25 on Tomcat 4.1.31.
message: Servlet BtmController is currently unavailable description: The requested service (Servlet BtmController is currently unavailable) is not currently available.
The application is running absolutely fine on Tomcat5.0.25 I have made some changes in deployment descriptor, web.xml. I changed,
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
to
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
Please suggest if need some other changes. thanks.
|
babar
|
 |
Babar Qadri
Ranch Hand
Joined: Oct 12, 2004
Posts: 51
|
|
|
somebody please.
|
 |
 |
|
|
subject: Need deploying Tomcat 5.0.25 app to Tomcat 4.1.31
|
|
|