I have a follow up question:

I'm trying to create a helloworld app to test.

I put the helloworld.ear file that I created into:

c:\jboss\server\all\deploy

but when I go to "http://localhost:8080/hello"; it does not run and says page 
cannot be found.

my application.xml file in my META-INF folder of my helloworld app contains the 
following:

  <?xml version="1.0" ?> 
- 
  <display-name>Hello Java EE World!</display-name> 
- 
- 
  <web-uri>web-app.war</web-uri> 
  <context-root>/hello</context-root> 
  
  
  

Any ideas?

Thanks again,

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977984
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to