Yes, I have a modified \deploy\ejb3.deployer\META-INF\jboss-service.xml so that 
we can use the http-invoker-servlet.
This is the changed line:
...
  | <attribute 
name="InvokerLocator">servlet://mc0430-116:8080/servlet-invoker/ServerInvokerServlet</attribute>
  | ...
  | 
Also we have modified the 

  | "org.jboss.ejb3.stateful.StatefulClusteredProxyFactory" and
  | "StatefulRemoteProxyFactory" 
  | "org.jboss.ejb3.stateless.StatelessClusteredProxyFactory" and 
  | "StatelessRemoteProxyFactory" 
  | 
  | so that they allow the usage of the host name rather than the ip address 
(this is mainly one line seting the String clientBindUrl befor passing it to 
the InvokerLocator).
  |  And some other minor changes that though, are not used in this example or 
fiddel with ejb3 (InvokerLocator has an extra variable and slight changes and 
added a new LoadBalancingPolicy).
  | Besides this, the only not "out-of-the-box" files are one "*-ds.xml" for 
the DB-Source, the "servlet-invoker.war", the tomcat libs copied to the /lib 
folder for the http invoker to work and the "ojdbc14.jar" for jdbc to the DB. 
So its actually very minimalistic at the moment. I'll also try 1.4.0.CR2 and 
see what it says to this.
  |  
  | 
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953621#3953621

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953621

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to