Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jason Perry   on Apr 18 In Java Category.

  
Question Answered By: Iris Sanders   on Apr 18

the procedure is as follows:-

1)execute the pgm to get .class file

2)copy .class file  to

if your tomcat  is in d:(assume)

d:\tomcat4.1\webapps\root\web-inf\class folder

if html file is also there then copy  html file to

d:\tomcat4.1\webapps\root folder

3)change the XML file and give the url  name

4)start tomcat server

5)call the servlet from the browser

and type the following in the html page

http://localhost:<port number>/<urlname>

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on about tomcat 5 Or get search suggestion and latest updates.


Tagged: