[JBoss-user] [Beginners Corner] - Deployment tool

2006-04-20 Thread aleplgr
Hi! To deploy a Web Application there's the New Web Application Wizard, I begin with a JSP file for example and the wizard will then package the selected files into a Web ARchive file and will create the deployment descriptor required, to do this I need to ensure that the Application Server is r

[JBoss-user] [Beginners Corner] - Re: running a deployed application

2006-04-20 Thread aleplgr
thanks, now it's ok! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938490#3938490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938490 --- Using Tomcat but need to

[JBoss-user] [Beginners Corner] - running a deployed application

2006-04-15 Thread aleplgr
Hi! I've just deployed my first (the hello world) application, it's only a "hello" jsp page for testing the steps of building it and it works fine, I start my web browser and open the URL http://localhost:8080/hello and there it is. But this works in my browser in my PC where I've just installe