Can't open Jasperserver on Apache Tomcat

Hi everyone, on a machine server is installed jasperserver and all was working fine untill I deleted context.xml from

C:\Jaspersoft\jasperreports-server-cp-5.5.0a\apache-tomcat\webapps\jasperserver\META-INF. Then I restored context.xml

from 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.html


type Rapport d''état

message /jasperserver/home.html

description La ressource demandée n''est pas disponible.


Apache Tomcat/7.0.42

 

NB: localhost:8080 is working fine  and showing correctly Tomcat Apache page

Please I need help ...that s important to me to solve the problem immediatly.

best regards

assiacpge2011's picture
Joined: Jan 30 2015 - 12:56pm
Last seen: 7 years 1 month ago

Hello assiacpge2011,

i have the same problem ,how you solved it?

best regards

kawtar.motya2 - 1 year 10 months ago

4 Answers:

Try deleting Catalina folder in the apache-tomcat\conf  and restarting tomcat.

hozawa's picture
170893
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago

Thank you hozawa for the answer...I deleted Catalina as you said but that didn't work...any other proposition?

Best regards

 

assiacpge2011's picture
Joined: Jan 30 2015 - 12:56pm
Last seen: 7 years 1 month ago

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&amp;amp;characterEncoding=UTF-8&amp;amp;autoReconnect=true&amp;amp;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&amp;amp;characterEncoding=UTF-8&amp;amp;autoReconnect=true&amp;amp;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&amp;amp;characterEncoding=UTF-8&amp;amp;autoReconnect=true&amp;amp;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 Kennedy
Boston, Les etat unis
 
christopher.g.kennedy's picture
Joined: Mar 18 2015 - 1:10pm
Last seen: 6 years 5 months ago

 

 

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.

horseman's picture
660
Joined: Oct 17 2011 - 11:30pm
Last seen: 2 weeks 2 days ago
Feedback
randomness