[jboss-user] [JBoss Web Services Users] - Re: Jboss 4.2.3 Virtual Host Configuration

brettcave do-not-reply at jboss.com
Tue Nov 24 06:32:44 EST 2009


I have the same problem (JB AS 4.2.2). JBossWS 3.0.5 is not deployed to the server.

My web service class has:
// start
@Name("myWS")
@Stateless()
@WebContext(virtualHosts = {"my.virtual.host"}, contextRoot = "/services"
@WebService(name="myWS", serviceName="myWS")
public class MyWSBean {}
// end

accessing http://my.virtual.host/services/MyWSBean?wsdl fails, while http://localhost:8080/services/MyWSBean?wsdl works.



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

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



More information about the jboss-user mailing list