I am using JasperReport Server 4.0.0 running on Apache Tomcat.
I can access it using this url: http://localhost:8080/jasperserver/login.html
now I copied JR Server directory from
C:\Program Files\jasperreports-server-cp-4.0.0\apache-tomcat\webapps\jasperserver
as
C:\Program Files\jasperreports-server-cp-4.0.0\apache-tomcat\webapps\myjasper
If I try to launch application using this url: http://localhost:8080/myjasper/login.html
it should work but it doesn't work.
I have tried in other way, by renaming jasperserver to myjasper and it worked for me but I want to keep both.
My question is how can I use both url to access JR Server?