Hi All ! I developed a package in JSP. i want to create a setup/Package like VB. so that i can run it on other machine. is it possible to create setup of JSP or JAVA files. Or Any other method which will work out. plz reply. Thks Piter
Marty Hall
Author
Ranch Hand
Joined: Jan 02, 2003
Posts: 111
posted
0
I developed a package in JSP. i want to create a setup/Package like VB. so that i can run it on other machine. is it possible to create setup of JSP or JAVA files. Or Any other method which will work out.
That's exactly what Web applications and WAR files are for. Check out that section of your JSP/servlet book. Cheers- - Marty
Java training and consulting<br /><a href="http://www.coreservlets.com/" target="_blank" rel="nofollow">http://www.coreservlets.com/</a>