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
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
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