- 
        1. Re: Servlets, jsp, *.war, webapptbfmicke Aug 12, 2002 10:01 AM (in response to cdkcdk)
 > I've got a problem deploying a little one : I've
 > deployed it into JBoss but I cannot access it. When I
 > look at http://localhost:8082/ I can't find it. So I
 > suppose I made something wrong... But what ?? That's
 You should use port 8080.
 If your webapp is named myapp.war look it up on
 http://localhost:8080/myapp
- 
        2. Re: Servlets, jsp, *.war, webappcdkcdk Aug 12, 2002 10:10 AM (in response to cdkcdk)I had already tried this but all I got was "Page not Found"... http://localhost:8080/ gives the same, no matter Tomcat or jboss are launched or not. 
 Do you have any documentation that could help me progressing ?
- 
        3. Re: Servlets, jsp, *.war, webappcdkcdk Aug 12, 2002 10:12 AM (in response to cdkcdk)That's exactly what I'd have said !! 
- 
        4. Re: Servlets, jsp, *.war, webapptbfmicke Aug 12, 2002 10:28 AM (in response to cdkcdk)For tutorials and docs you can find a lot on 
 http://java.sun.com/j2ee/docs.html
 They are directed towards suns referense implementation but most are J2EE standards.
- 
        5. Re: Servlets, jsp, *.war, webappcdkcdk Aug 12, 2002 10:39 AM (in response to cdkcdk)Yeah, I knew this already, but it's quite a job to adapt what they say to JBoss. I'm actually working on it. 
 
    