I use Tomcat 4.1. and run my Servlets from eclise
is that possible to use only Tomcat(without eclipse
and other Tools)
and run my servlets file? should i register my
servlets in any Tomcat's file(server.xml etc) ?
yes theres nothing with using tomcat directly. you can use any editors to create files, compile+archive them using command line java, then use the tomcat administration manager to 'deploy' your files.
see the jakarta.apache.org website for some links.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.