Hi, where do we put the HTML files for MyApps in c:/tomcat/webapps/MyApps? Thanks!
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
posted
0
hmmmm......interesting qstn. Generally I use the ant tool to take care of everything. Only once did I publish my servlet to my friends, just trying to see what it all looks like, so I published it in the home dir on my disk which was being served by MS/Pers. Web Serv. Also, with the appace web server, I had put the html files in its home dir. Having said that, I don't think it matters where we put the HTML files (unless of course if its for a commercial appli. Its just the .class files which are important since the tomcat or anyother will look for the servlet in a specific area. Thats my take anyway. Any other comments? Regds. - satya
[This message has been edited by Madhav Lakkapragada (edited January 06, 2001).]