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

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -