[JBoss-user] [Installation & Configuration] - Allowing RMI connections only from localhost

2005-02-08 Thread lucaregini
Is it possible to allow RMI connections only from JVM calling from a given host?? ( in my case localhost). Thanks in advance. Luca View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865680#3865680 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation & Configuration] - Re: Split Tomcat from JBoss

2005-01-05 Thread lucaregini
Something like setting the CatalinaHome property would probably suffice. I have the commercial documentation for version 3.0.4. However we are using version 3.6 and this variable is not found in any *.xml file in the whole JBOSS directory tree. What should i configure??? Luca View the original

[JBoss-user] [Installation & Configuration] - Re: Split Tomcat from JBoss

2005-01-05 Thread lucaregini
Thanks for the reply but this doesn't answer my previous question. What i need is to separate the installation of tomcat from that of jboss. I work for a bank where there are very strict ITC policies ( and where CPU cost is not a matter). We are evaluating the transition from websphere to JBOSS. O

[JBoss-user] [Installation & Configuration] - Re: Split Tomcat from JBoss

2005-01-04 Thread lucaregini
I have the same need. Where can i find information about separating JBOSS and tomcat?? Is there anything on the commercial documentation??? Greets Luca View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860588#3860588 Reply to the post : http://www.jboss.org/

[JBoss-user] [Installation & Configuration] - Configuring different classpaths for different applications

2004-11-12 Thread lucaregini
I am quite a beginner in JBOSS. As far as I know ( and i don't know much) classpath in JBOSS is configured at the server level by editing the launching script. I am porting an application from Websphere to JBOSS. In websphere one can isolate classpath definitions at the application level. I ne

[JBoss-user] [EJB/JBoss] - Integration with WebSphere: looking up EJBs hosted on WAS

2004-10-22 Thread lucaregini
I need to lookup some EJBs hosted on Websphere. IBM provides some J2ee client models togheter with an executable that should configure automatically the environment. However this client is for main class application types and i wasn't able to find references to containers. I didn't succed in tryi