This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Dear Experts, I'm trying to add some functions to one existing JSP app which uses functions of another part of the system and access them by CORBA. The system is running on Solaris OS and there is installed CORBA server based on Orbix. When I run Tomcat on the Solaris it works, but when i want to run it on neighbour computer on Windows OS in JBuilder i cannot connect to Corba servers. I'm not very familiar with corba, so i don't know how to setup my windows system or tomcat server to be able to connect to the other part of our system. I can compile and run my app without problem, but when I try to use corba i get errors: I use these libraries: OrbixWeb.jar, OrbixNames.jar on Tomcat 3.3 and JDK1.3.1 i get this error: org.omg.CORBA.COMM_FAILURE: minor code: 10085 completed: No System exit System exit on Tomcat 4.1 and JDK1.4.1: org.omg.CORBA.COMM_FAILURE: vmcid: 0x2000 minor code: 1893 completed: No System exit System exit was thrown. I think it tries to connect to localhost (it writes something like utgoing request list to NS@localhost) and i must somehow setup the connection to other server. Can anyone help me ? Regards, Mirec
laxmi vj
Greenhorn
Joined: Oct 01, 2004
Posts: 1
posted
0
Have you got any solution to this. I too have the same requirement now. I have to connect to an orbix server from jsp running on tomcat.
I am able to do it by running the orbix connection as a separate process( of java class). But couldn't do it from the jsp.
m qasim
Greenhorn
Joined: Sep 07, 2004
Posts: 5
posted
0
did you guys set the IT_CONFIG_PATH in the catalina.bat or catalina.sh file properly?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.