assiacpge2011 Posted May 20, 2015 Posted May 20, 2015 Hi everyone, on a machine server is installed jasperserver and all was working fine untill I deleted context.xml fromC:Jaspersoftjasperreports-server-cp-5.5.0aapache-tomcatwebappsjasperserverMETA-INF. Then I restored context.xmlfrom the recycle Bin of the server machine and I put it in it's directory. But when I restarted jasperserver service and tryed to open jasperserver on tomcat apache:locahost:8080/jasperserver that showed me this page:Etat HTTP 404 - /jasperserver/home.htmltype Rapport d''étatmessage /jasperserver/home.htmldescription La ressource demandée n''est pas disponible.Apache Tomcat/7.0.42 NB: localhost:8080 is working fine and showing correctly Tomcat Apache pagePlease I need help ...that s important to me to solve the problem immediatly.best regards
hozawa Posted May 20, 2015 Posted May 20, 2015 Try deleting Catalina folder in the apache-tomcatconf and restarting tomcat.
assiacpge2011 Posted May 27, 2015 Author Posted May 27, 2015 Thank you hozawa for the answer...I deleted Catalina as you said but that didn't work...any other proposition?Best regards
christopher.g.kennedy Posted December 28, 2015 Posted December 28, 2015 Bonjour mon amie, apportera les modifications suivantes à votre context.xml <Context path="/jasperserver" reloadable="false"><Resource name="jdbc/jasperserver" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="jasperdb" password="password" driverClassName="org.postgresql.Driver" accessToUnderlyingConnectionAllowed="true" validationQuery="SELECT 1" testOnBorrow="true" url="jdbc:postgresql://127.0.0.1:5432/jasperserver?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true" factory="com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory"/> <Resource name="jdbc/sugarcrm" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="jasperdb" password="password" driverClassName="org.postgresql.Driver" accessToUnderlyingConnectionAllowed="true" validationQuery="SELECT 1" testOnBorrow="true" url="jdbc:postgresql://127.0.0.1:5432/sugarcrm?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true" factory="com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory"/> <Resource name="jdbc/foodmart" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="jasperdb" password="password" driverClassName="org.postgresql.Driver" accessToUnderlyingConnectionAllowed="true" validationQuery="SELECT 1" testOnBorrow="true" url="jdbc:postgresql://127.0.0.1:5432/foodmart?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&autoReconnectForPools=true" factory="com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory"/> <Manager pathname=""/></Context>en supposant que vous utilisez le référentiel de jaspe.au revoir, Christophe KennedyBoston, Les etat unis
horseman Posted June 28, 2017 Posted June 28, 2017 Hi assiacpge2011,Were you able to solve your problem, we are facing exactly the same phenomena, one of our developer has deleted the context.xml and the brower shows error 404 even if Tomcat and Jasperserver are running.Regards from PARIS.Luc. NB: We finnaly uninstalled our jasperserver and did a fresh new installation from scratch. It works fine now.
kawtar.motya2 Posted May 25, 2021 Posted May 25, 2021 Hello assiacpge2011,i have the same problem ,how you solved it?best regards[/code]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now