You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by pr...@siritech.com on 2001/06/27 07:37:12 UTC

Java Webserver to Tomcat Problem

Hi

     We are trying to deploy a JSP, Bean, Corba application to Tomcat 3.2.2
from Java webserver.

     We are not able to run the application. The application runs fine on
Java Webserver. We are using Visibroker 4.5.

     The structure in Java webserver is

     Classes
          <Company>
               <app>
                    bean
                    corba
                    jsp

     The structure in Tomcat is

     Webapps
          <Company>
               <app>
                    bean
                    corba
                    jsp

The error in brief
     Error in Initialization
org.omg.CORBA.BAD_PARAM:

The corba bind seems to be failing.

     Could someone through some light on this issue

thanks
Pramod