aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes how to place servlets in tomcat & execute them Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "how to place servlets in tomcat & execute them" Watch "how to place servlets in tomcat & execute them" New topic
Author

how to place servlets in tomcat & execute them

indira mandapati
Greenhorn

Joined: Feb 15, 2002
Posts: 14
my application is under webapp/developer .
i have configured that in server.xml.
i have placed my html in webapp/developer/servlets/abc.html
the html is working fine.
in side html form action=localhost:8080/developer/samples/Properties
which is my .class of my servelt
i have place the servlet Properties.java and its class file in webapps/developer/web-inf/classes/samples/Properties.java & .class
I did not add this calls in web.xml.
di i need to if so
please tell me the code i need to add also
thnaks
indira
indira mandapati
Greenhorn

Joined: Feb 15, 2002
Posts: 14
I got it myself!
Thankyou!
 
 
subject: how to place servlets in tomcat & execute them
 
Threads others viewed
tomcat working directory
First time with SSL/TLS
Stackoverflow without recursion
deploying servlets in vaj 3.5
Servlet
MyEclipse, The Clear Choice