yeah thats what even i thought, but my web pages are not visible if i put <myappl> directory directly under webapps, only if i put it under ROOT doed the server even display the web pages.


From: Harry Mantheakis <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: Tomcat Users List <[EMAIL PROTECTED]>
Subject: Re: Tomcat configuration
Date: Sun, 04 Apr 2004 20:08:19 +0100

Hello

ROOT is the default context (application). By default, ROOT handles requests
that do not specify an application. Hence this URL:



http://localhost:8080/



Would be handled by the 'ROOT' application, which displays the Tomcat welcome page. You can re-configure this, of course, but that is how it is set up by default.

Your 'myapplication' directory (and everything it contains) should not be
located within the ROOT directory. It should be located within the 'webapps'
directory.


HTH

Harry


> Under ROOT exists <myapplication> directory > The structure goes like : > <tomcat-home> > <webapps> > <ROOT> > <myapplication> > Html pages > <WEB-INF> > Web.xml > <classes> > Class files > > See whether u can help > If u have set ur server successfully, u would definitely know this one. > Thanks > > -----Original Message----- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 7:39 PM > To: Tomcat Users List > Subject: RE: Tomcat configuration > > > Hi, > What are your files under ROOT instead of just under webapps? > > Yoav Shapira > Millennium Research Informatics > > >> -----Original Message----- >> From: Taj [mailto:[EMAIL PROTECTED] >> Sent: Friday, April 02, 2004 2:26 AM >> To: 'Tomcat Users List' >> Subject: Tomcat configuration >> >> Hi >> >> >> >> Iam having problem in setting my application running in Tomcat 4.1 >> >> The applications directory is situated at >> /Tomcat4.1/webapps/ROOT/myapplication >> >> This is the only place that my pages are visible to the server. >> >> My class files are situated at >> /Tomcat4.1/webapps/ROOT/myapplication/WEB-INF/classes/ >> >> >> >> The html pages in the directory /Tomcat4.1/webapps/ROOT/myapplication/ > are >> visible to the server but my class files >> >> are not. I have tried everthing. The web.xml file is kept in the > directory >> /Tomcat4.1/webapps/ROOT/myapplication/WEB-INF/ >> >> and the web.xml file goes like: >> >> >> >> <web-app> >> >> >> >> <servlet> >> >> <servlet-name>GetInput</servlet-name> >> >> <servlet-class>GetInput</servlet-class> >> >> </servlet> >> >> >> >> <servlet-mapping> >> >> <servlet-name>GetInput</servlet-name> >> >> <url-pattern>/GetInput</url-pattern> >> >> </servlet-mapping> >> >> >> >> </web-app> >> >> >> >> Where the GetInput in the servlet-name. >> >> >> >> The HTML page that calls the servlet has the following syntax for the > POST >> command: >> >> >> >> <form method="POST" action="GetInput"> >> >> >> >> I have also added to the environment variables of my OS, the following: >> >> >> >> CATALINA_HOME=E:\Program Files\Apache Group\Tomcat 4.1 >> >> TOMCAT_HOME=E:\Program Files\Apache Group\Tomcat 4.1 >> >> But to no difference >> >> >> >> Even after all this I get the 404 error: the required source was not > found. >> >> I would by very thankful to anyone who can find what I have missed and > help >> me out. >> >> >> >> Thanks


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


_________________________________________________________________
Buzz on your screen! Download on your screen. http://www.msn.co.in/Download/screensaver/ Keep yourself smiling!



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



Reply via email to