This content has been marked as final.
Show 3 replies
-
1. Re: The requested resource (/jboss-net) is not available.
thomas.diesler Nov 11, 2004 4:03 PM (in response to conradg)jboss-net.sar is installed in the 'all' configuration
bin/run.bat -c all
Otherwise you can copy the sar to the default/deploy directory and start without the -c switch.
Check the log during startup, you should see the /jboss-net context being deployed to Tomcat.
If you are new the web services have a look at http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS to read about J2EE-1.4 compatible web services. -
2. Re: The requested resource (/jboss-net) is not available.
darranl Nov 11, 2004 7:17 PM (in response to conradg)Also have you set the JAVA_HOME environment variable to the location of your JDK?
-
3. Re: The requested resource (/jboss-net) is not available.
conradg Nov 11, 2004 10:39 PM (in response to conradg)Thanks that is what I needed. All is now working.