Originally posted by ali rafiq:
i used tomcat for servlet or jsp .. but i dont know how to start jboss..please send me the procedure to start jboss services ..and which folder we have to put the class file .. and can we use servlet on jboss..???
It's a
J2EE application server, 'nuff said. Bite the bullet and purchase the $10 documentation on their website.
Here's a hint to get you started: put your app in a directory with a dot war or dot ear extension and put your jars right in the deploy directory.
[your jboss]/server/default/deploy/foobar.war/WEB-INF/classes
That path pretty much tells the whole store in terms of trying it out. Plop jars 'n classes as you normally would or try the deploy director if you want hot-deploy of just that jar.