View Single Post
Join Date: Apr 2006
Posts: 353
Reputation: aniseed is an unknown quantity at this point 
Solved Threads: 6
aniseed's Avatar
aniseed aniseed is offline Offline
Posting Whiz

Re: creating a .exe file of a web application

 
0
  #2
Apr 1st, 2006
Originally Posted by yashu
hi friends...
i am new jsp's..i have done a web application.. i want to excecute the web application on the click of the mouse on a .exe file.. i mean.. that .exe should have the sever configuration also.. so that it can run on any comp which doesn't have a server like tomcat in it.. pls help me.. i have no clue what to do.. thanks in advance...

yashu
There is no sense in having a web application if you want to run it like a stand-alone executable. All you need to do is deploy it on "one" SERVER and everyone else who have a browser would be able to do it.

It seems that you got the wrong idea about web applications. Read up some tutorials before you continue.
Reply With Quote