Majid: When you start jboss, you should see a message at the bottom of your command line window, such as: [Mail Service] DEBUG: not loading optional address map file: /META-INF/javamail. address.map [Mail Service] Mail Service 'Mail' bound to java:/Mail [Mail Service] Started [Service Control] Started 26 services [Default] JBoss 2.2.2 Started in 0m:56s (The above means that your JBoss started correctly.) Now to test an Application in JBoss: 1- Under the \\JBoss-2.2.2_Tomcat-3.2.2\tomcat\webapps there is a file called examples.war Just copy this file into the deploy directory under /jboss. 2- Look at the output window (the window where JBoss is running). It should give you a message saying that examples.war was successfully installed. 3- Open a browser (internet explorer or navigator), type http://localhost:8080/ you should be able to see the Tomcat index page. 4- For further info, read through the documentation at: http://www.jboss.org/documentation/HTML/index.html you can find a tone very well put together information. Hope this helps, Jamal. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user