[EMAIL PROTECTED] wrote:
> Hello all,
> 
> How can i make the Tomcat opens to my servlet once i call it, using this 
> call "http://localhost:8080"; ???
Basically this works, if you put a webapp context called "ROOT" into the
webapps directory.
You should have a look at the Tomcat default installation. webapps/ROOT
contains the welcome&docu pages. This should give you a clue how to
configure your own servlets/JSPs.
> 
> What i wan to say that i want me own servlet be the default page, and I am 
You'll need a servlet mapping in your web.xml to do this.
> 
> using apache-tomcat-5.5.17
Might help, too:
http://wiki.apache.org/tomcat/HowTo#head-e82228c43a0ce77f71ebe64fc99ced33c9506ffe

Cheers,
Michael
> 
> Thanks



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to