Hi ,
thanks your help.I add this line server.xml <Context path="/"
docBase="/usr/share/tomcat5.5/webapp/myapp"/>" I can see it manager page
path column.But its not running.is there another xml file to congire it.?


Markus Meyer wrote:
> 
> Hi,
> 
> just use an entry like the following in your Tomcat's "server.xml" 
> configuration file:
> 
> <Context path="/" docBase="/path/to/where/your/webapp/resides"/>
> 
> HTH
> Markus
> 
> skarahan schrieb:
>> Hi,
>>
>> I use tomcat5.5 on ubuntu and have java web application.When I run it,
>> its
>> address looks like "http://servername:8180/myapp"; on browser address
>> line.But I don't like this.when I write  "http://servername:8180/";
>> address
>> on web browser address line,I want to open my application.
>>
>> I hope that I can explain my question..
>>
>> Thanks for your help.
>>   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tomcat-App-Configuration-tp25327877p25328261.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to