creating installer for java web application

Reply

Join Date: Feb 2008
Posts: 7
Reputation: satin is an unknown quantity at this point 
Solved Threads: 0
satin satin is offline Offline
Newbie Poster

creating installer for java web application

 
0
  #1
Apr 24th, 2009
HI..
Is there any tool available for creating an installable version of my web application which will ask for to bind tomcat , mysql with my application.
So my final exe wil contain my web application,tomcat and mysql related files.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,118
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 471
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: creating installer for java web application

 
0
  #2
Apr 24th, 2009
Definitely not EXE as that Windows extension and major number of Tomcat servers are Unix/Linux based. I'm not aware of any tool that will be able to deploy to Tomcat and database in one go, but happy to learn if there are any.
You may put your Tomcat files into WAR (here is how) and export your database into SQL file which you will easily upload to your server database
Create SQL file through command line/command prompt
  1. mysqldump -u YOUR_USERNAME DATABASE_NAME>FILE_NAME.sql -p
Redeploy SQL back to database command line/command prompt
  1. mysql -u username DATABASE_NAME<FILE_NAME.sql -p
Deployment of SQL file can be easily done through database tools like phpMyAdmin or MySQL GUI Tools, but I never did export that way. For some funny reason I do it always through command line
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC