Posted By:
Santhosh_karunakar
Posted On:
Tuesday, March 27, 2001 10:19 PM
I am using Tomcat 3.2.1 and Jboss2.1.I have deployed the Jsp's and Servlets in Tomcat.The beans has been deployed in Jboss.Do i need an Apache server as i am using a standalone machine? if required, can i use IBM HTTP Server powered by Apache V1.3.12 which is almost the same as Apache V1.3.6? I am running Tomcat embedded Jboss.When i access the beans from Jsp's it say the home interface is not bound? I have a login.jsp which accesses the home interface called transactionhome The error is like this Error: 500 Location: /bma/jsp/login.jsp Internal Servlet Error: javax.servlet.ServletException: transactionhome not bound Root cause: javax.naming.NameNotFoundException: transactionh
More>>
I am using Tomcat 3.2.1 and Jboss2.1.I have deployed the Jsp's and Servlets in Tomcat.The beans has been deployed in Jboss.Do i need an Apache server as i am using a standalone machine?
if required, can i use IBM HTTP Server powered by Apache V1.3.12 which is almost the same as Apache V1.3.6?
I am running Tomcat embedded Jboss.When i access the beans from Jsp's it say the home interface is not bound?
I have a login.jsp which accesses the home interface called transactionhome
The error is like this
Error: 500
Location: /bma/jsp/login.jsp
Internal Servlet Error:
javax.servlet.ServletException: transactionhome not bound
Root cause:
javax.naming.NameNotFoundException: transactionhome not bound
<<Less