Tomcat is a web server (at max an application server with the correct plug-ins), so you can run only web applications(JSPs, servlets, HTML pages) or enterprise apps ( EJBs, Web Services etc).
AFAIK you cannot run exes in Tomcat.
Now JNLP is a different situation, it involves deploying you Java web start application, I have linked you to its tutorial, if you need more info.
stephen84s
Nearly a Posting Virtuoso
1,443 posts since Jul 2007
Reputation Points: 668
Solved Threads: 154
@varia sorry about that if was it spotted in time we could have it moved out
@coervivekmca with your ignorance toward forum rules you will get banned from here soon
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
@varia
Honestly I cant really make sense of your requirement, could you explain it with an example ?
stephen84s
Nearly a Posting Virtuoso
1,443 posts since Jul 2007
Reputation Points: 668
Solved Threads: 154
Let say I click on a link on this page, for example, your user name, but instead of opening another html page such as your profile, it runs an application.
Run an application where? On the server or on the client PC (i.e. a user accessing your application). In case it is the later, it can't be done in a standard way, for security reasons. If you are OK with targeting a specific browser/OS environment, I think this can be done with custom browser addons but I'm not aware of any of those.These applications I downloaded of the internet and now need to install on the Tomcat
What are these *applications* you speak of? Tomcat is a servlet container and can be used to deploy "WAR" files. Not sure what this application is which you want to deploy on Tomcat.
If your aim here is to open up installed applications on user's computer, you'd be better off with a desktop application, rather than a web application. Is this a client requirement or something you need to do just for fun?
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734