Make my jasperserver webapp the default tomcat application -
i installed jasperserver on ubuntu server. jasperserver using bundled tomcat.
now go
http://domain:8080/jasperserver
and works. how can configure tomcat, can go
http://domain:8080
i tried many things (searched on internet) nothing works... tomcat version = 6
i don't have war file
here suggestions: default web app in tomcat
since don't have war file -- 1 answer suggests renaming application root , suggests adding code server.xml file:
<context path="" docbase="/usr/local/tomcat/mywebapps/myapplication"> <watchedresource>web-inf/web.xml</watchedresource> </context>
Comments
Post a Comment