• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat -Installanywhere

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys,
I would like to know if anyone can help me out in packaging something like setup.exe that can install all the files needed for the project and update the tomcat config files.
-update the server.xml file for adding new context
-setting up the paths for tomcat
-install my project in tomcat.
-setting up the paths for jdk home
-user should be able to select wether he wants to install tomcat, jdk etc.
i am using tomcat 4.0 , win2000.
any sort of light is thankful
-Rayudu
 
Ranch Hand
Posts: 424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Having a web-application you should build a *.war file shouldn't you?
If you changed something extra in tomcats configfiles you need to remember it and give it as installation note.
packaging this into an installation.exe file, is something I would like to know too. E.g. the installation of sun Java packages is done like this with accept, path info (registry additions) etc.
One solution is: buy a install make program.
There seems to be a Java install possibility:
java -jar "file".jar install
Altogether (sorry), your question was not totally clear to me.
 
Put the moon back where you found it! We need it for tides and poetry and stuff. Like this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic