[JBoss-user] [HTTPD, Servlets & JSP] - Re: APCHE SOAP in Jboss 3.2.3

2004-10-07 Thread gretel
Would Axis SOAP implementation meet your needs? If so, see Jboss.net forum. Basically deploy jboss-net.sar (copy from the "all" server) in your server then deploy a wsr archive with your service (probably you'll include it in an ear deployment). Access the service at http://localhost:8080/jboss-

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Port differentiation for war deployments?

2004-09-20 Thread gretel
Ah, its the Code tag... | | | | | | | | true | | true | | | true | | | j_subject | | | | | instant | 2000 | | | | |

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Port differentiation for war deployments?

2004-09-17 Thread gretel
p.s.s, I see that this nasy posting software is preventing me from posting accurately. I'll try again: the docBase attribute mentioned above ends in the name of the directory which contains the web app, eg. docBase="${jboss.server.home.dir}/private/theWebAppDirectory. gretel

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Port differentiation for war deployments?

2004-09-17 Thread gretel
his would be appreciated. gretel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848586#3848586 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848586 -

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Port differentiation for war deployments?

2004-09-16 Thread gretel
sn't able to resolve as cleanly as I'd like: These new web apps didn't have access to classes loaded by jboss or other web apps, they seems isolated. So I created lib directories under each WEB-INF and dropped copies of all necessary jars in and things work. gretel View the ori

[JBoss-user] [HTTPD, Servlets & JSP] - Port differentiation for war deployments?

2004-09-15 Thread gretel
I'm on JBoss 3.2.3 with Tomcat. Is there any way I can configure my server to run different web applications (i.e., war deployments) on different ports? Example config files would be greatly appreciated! thanks, gretel View the original post : http://www.jboss.org/index.html?module=