OK,
i did as you said.
I deinstalled my tomcat, installed a new into a new folder (just to be sure).
After that I copied the extracted app into the webapp folder:
in my case the class file goes here (Just to document the path):
C:\Program Files\Tomcat 5.0\webapps\LocasugeGSM-0.1-dev\WEB-INF\classes

The browser only shows an 404 error

What do I do wrong?

Paths I have tried:
http://localhost:8080/LocasugeGSM-0.1-dev
http://localhost:8080/LocasugeGSM-0.1-dev/
http://localhost:8080/LocasugeGSM-0.1-dev/RpcServlet
http://localhost:8080/LocasugeGSM-0.1-dev/servlet/RpcServlet

I'd do anything to fix this.

Christian


On Mon, 4 Oct 2004 10:57:35 -0400, Shapira, Yoav <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> How about starting with the simplest approach: forget the manager,
> forget Ant.  Do a clean Tomcat installation.  Copy your webapp into the
> webapps folder (not as a WAR file, just the unpacked directory
> structure).  Start the server.  That's it.
> 
> Your web.xml looks fine.  It's always a good idea to validate it using a
> tool like XMLSpy (there are free alternatives online as well) if you're
> unsure that it's valid.
> 
> Yoav Shapira
> Millennium Research Informatics
> 
> 
> 
> 
> >-----Original Message-----
> >From: Christian Ruediger [mailto:[EMAIL PROTECTED]
> >Sent: Monday, October 04, 2004 10:55 AM
> >To: Tomcat Users List
> >Subject: servlet deployed, but Tomcat provides .war file for download
> only
> >
> >Hi folks,
> >
> >i have deployed a .war file, but Tomcat doesen't execute the servlet.
> >Instead he provides the deployed war file for download.
> >I have tried the deployment procedure by ANT task, by startup with war
> >file.
> >I also tried the manager web frontend.
> >
> >The manager shows me the option to start the app, but when clicking the
> >link
> >the page is reloaded but the state of the app is still shown as
> inactive.
> >
> >The error.log is empty
> >
> >The log of tomcat shows the following after depoyment
> >
> >2004-10-04 16:27:42 StandardContext[/manager]HTMLManager: start:
> >Starting web application at '/LocasugeGSM-0.1-dev'
> >2004-10-04 16:27:42 StandardContext[/manager]HTMLManager: list:
> >Listing contexts for virtual host 'localhost'
> >
> >Regards
> >Christian Ruediger
> >
> >Here is the deployment descriptor:
> >
> ><?xml version="1.0" encoding="ISO-8859-1" ?>
> > <web-app xmlns="http://java.sun.com/xml/ns/j2ee";
> >   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> >   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> >   http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4">
> >
> > <display-name>Testservlet</display-name>
> > <servlet>
> >   <servlet-name>RpcServlet</servlet-name>
> >   <servlet-class>testserveur.RpcServlet</servlet-class>
> > </servlet>
> > <servlet-mapping>
> >   <servlet-name>RpcServlet</servlet-name>
> >   <url-pattern>/servlet/RpcServlet</url-pattern>
> > </servlet-mapping>
> ></web-app>
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> 
> This e-mail, including any attachments, is a confidential business communication, 
> and may contain information that is confidential, proprietary and/or privileged.  
> This e-mail is intended only for the individual(s) to whom it is addressed, and may 
> not be saved, copied, printed, disclosed or used by anyone else.  If you are not 
> the(an) intended recipient, please immediately delete this e-mail from your computer 
> system and notify the sender.  Thank you.
> 
>

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

Reply via email to