Hello:
I deployed my test application in JBoss (4.2.2). The application was
developed by using WebObject (5.2) where I need to apply CORBA calling for
implimenting some business logic. It works fine if I deply in default
setting but it (jboss) does not start if I deply in 'all' setting because of
OAPort setting in jacorb.properties (I tried to change it's default setting
such as 3528 to 13528). However, the application server started if I remove
the jacorb.properties file from 'conf' directory. I believe I need this file
for reusing with clustring service.
Can any one give me any advice?
|