Has anyone succeeded in deploying 1.1 to JBoss. I get the error in relationship to the applicationContext.xml and the bean named datasource
javax.naming.NameNotFoundException: jdbc not bound.
The strange thing about this is that that name should not be there since JBoss has not initialized the Datasources for the JNDI
javax.naming.NameNotFoundException: jdbc not bound.
The strange thing about this is that that name should not be there since JBoss has not initialized the Datasources for the JNDI
3 Answers:
Posted on November 2, 2006 at 3:03am
The default installation works with vanilla Tomcat. Have you seen the JBoss instructions at http://jasperforge.org/sf/wiki/do/viewPage/projects.jasperintelligence/wiki/Configuration
?
Sherman
JasperSoft
?
Sherman
JasperSoft
Posted on November 2, 2006 at 12:56pm
I did get it to work using a standard JBoss install (i.e 8080 port and default jnp: 1099
Because of my companies many installations of JBoss I need to be able to move the jnp to a different address. I have not figured out how to do this for 1.1.
1.0 had no problem with the different jnp address
Because of my companies many installations of JBoss I need to be able to move the jnp to a different address. I have not figured out how to do this for 1.1.
1.0 had no problem with the different jnp address