• 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

Creating Installable.exe for client-server application in JBOSS

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have written one client-server application,Application server being JBOSS_Tomcat.
The client application has Swing components.GUI based application.
The server side part uses lot of EJB beans(Stateless Session Bean,Stateful Session Bean,CMP Entity Beans,MDBs),Also it uses JMS (both Topics and queues) and has mySQL database configured, "abc" database having "xyz"-n tables,n being 1-6.

While in the development process I am succesfully able to run the application in two modes.
1.client jar file starting the application server.( Desktop )
2.Running the application server seperately and then starting the client application.(Distributed)
both the times JBOSS is installed manually and the server.jar file goes in %SystemDrive%/$JBOSS_HOME/server/default/deploy/ directory.
Now I want to bundle everything and make an installsheild,A setup.exe,which will not only put the server.jar and client.jar files under \Program Files\MyProgram\. but also have other necessary JBOSS files needed to run the application server,and pre Configured mySQL table .I want to know what are necessary files that I need to put in Program Files in the MyProgram package.
Or is it that I need to install JBOSS and mySQL seperately on every clean machine and then put the server file in %SystemDrive%/JBOSS_HOME/server/default/deploy/ itself.
I am using INNOSETUP tool for creating installsheild.
It is really urgent .As the days to close this development is very near.
Thanks a lot in advance for any help.

Asmita
 
reply
    Bookmark Topic Watch Topic
  • New Topic