[JBoss-user] [EJB/JBoss] - Re: Tomcat loses connection to JBoss

2004-02-13 Thread marc fleury
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821399#3821399

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821399

juha is right on that one, reboot the whole


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Tomcat loses connection to JBoss

2004-02-12 Thread [EMAIL PROTECTED]
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821340#3821340

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821340

You need to do a lookup again for the EJB proxies, there's no automated way to do 
this. It would be much easier for you to run embedded tomcat.






---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Tomcat loses connection to JBoss

2004-02-12 Thread erik777
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821353#3821353

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821353

There are a lot of benefits to doing what he's doing.  For one, he can have many 
clients access the central EJB server.  Security is also increased as clients don't 
have access to local interfaces or the data source on the EJB server.



Another alternative is to setup a timer for redoing the lookup.  Of course, the 
clients will still be down until the timer resets, but this still offers the 
efficiency benefits of cached home interfaces while permitting the clients to reset 
without restarting them if JBoss or the applications are restarted.




---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Tomcat loses connection to JBoss

2004-02-12 Thread [EMAIL PROTECTED]
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821359#3821359

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821359

erik777 wrote :  For one, he can have many clients access the central EJB server. 





embedding tomcat doesn't change this.



erik777 wrote : 

 Security is also increased as clients don't have access to local interfaces or the 
data source on the EJB server.





and all benefits of local interfaces are lost. there's a security in J2EE for securing 
beans, separating tiers for security doesn't make sense. Plus you lose the thread 
stack.,






---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user