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 - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -