[jboss-user] [Beginners Corner] - Re: Cannot see page

angbellavia do-not-reply at jboss.com
Thu Oct 12 15:24:55 EDT 2006


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



More information about the jboss-user mailing list