| | |
creating installer for java web application
Please support our JSP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
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
Redeploy SQL back to database command line/command prompt
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
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
JSP Syntax (Toggle Plain Text)
mysqldump -u YOUR_USERNAME DATABASE_NAME>FILE_NAME.sql -p
JSP Syntax (Toggle Plain Text)
mysql -u username DATABASE_NAME<FILE_NAME.sql -p
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
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
![]() |
Similar Threads
- Generic Host Process for Win32 Services has encountered a problem (Viruses, Spyware and other Nasties)
- Help with automatic update problem and more (Viruses, Spyware and other Nasties)
- Skipping computer (Windows NT / 2000 / XP)
- Pls help! - Desktop/Taskbar disappear - 7 instances of svchost (Windows NT / 2000 / XP)
Other Threads in the JSP Forum
| Thread Tools | Search this Thread |
apache backbutton combobox connection database development directorystructure dynamicpagetitles eclipse frames glassfish imagetodatabse imageupload internet java javaee javascript jsf jsp jsppagetitles levels mvc2 mvcmodel2 network parameters passing ping printinserverinsteadofclient redirect request.getparameter response servlet servletdopost()readxml sessions software ssl state_saving_method stocks sun tomcat tutorial video web






