Jump to content
We've recently updated our Privacy Statement, available here ×

How to change the jasperserver URL?


nitinsahu

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

If you use Tomcat, I think you need to do this:

Code:
1. Change the directory name of the <tomcat>/webapps/jasperserver to <tomcat>/webapps/mynewname.2. Open <tomcat>/webapps/mynewname/WEB-INF/web.xml and change this element:FROM: <param-value>jasperserver.root</param-value>TO: <param-value>mynewname.root</param-value>3. Delete <tomcat>\conf\Catalina\localhost\jasperserver.xml.4. Delete <tomcat>\work directory.5. Restart Tomcat.
Link to comment
Share on other sites

Thanks for the reply... I'm actually using jasperserver's professional edition 4.1.0. So in my case it is jasperserver-pro.root but don't you think this will impact jasper server. As I found in many places jasper is using jasperserver-pro.root as variable. For example <tomcat>/webapps/mynewname/WEB-INF/log4j.properties.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...