In fact, I would like to know if I will encounter problems when using a java application (client) and invoking EJBs in JBoss through a firewall. it's said that if rmi does not work (port 1099 protected), the invocation (rmi) will automatically use http tunelling (HTTP POST request through port 80 wich is generally not closed). And because I haven't a server (with JBoss) with a fix IP on the internet I would like to know if I have to work for that...
Is there someone who have already tried that? Lo�c -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Pavel Cholakov Envoy� : jeudi 24 janvier 2002 16:39 � : JBoss User Mailing List Objet : RE: [JBoss-user] Visibility On Thu, 2002-01-24 at 14:57, Lo�c Lef�vre wrote: > Hi it's me again with my questions :D > > Does anybody knows: > > - if JBoss supports http tunelling? Could you explain what you mean by this? A servlet running in JBoss's web context (i.e. Jetty or Catalina) can do the job of translating between HTTP requests and Java calls. > - how SOAP can work with JBoss together? Most certainly, go to http://xml.apache.org/soap and grab it. Just playing with it :-) I'm not really sure how well and what it can do, but it looks very easy so far - deploy a WAR, then run a web-based admin client. Pavel. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
