This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes JSP exe Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSP exe" Watch "JSP exe" New topic
Author

JSP exe

Betsy Camel
Ranch Hand

Joined: Oct 02, 2003
Posts: 119
I am developing a tool in jsp. which needs to be created as an icon in the desktop, something similar to an exe. I am using Jsp & weblogic as the server. Please let me know how to go about this.
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

JSP isn't a desktop technology.
It's server technology.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Dave Salter
Ranch Hand

Joined: Jul 20, 2005
Posts: 292

JSPs are a server side technology so you can't make exe's from them.

You can make a link to a JSP page on your desktop which when clicked will open your browser and point to the required page. Is that what you want?
Betsy Camel
Ranch Hand

Joined: Oct 02, 2003
Posts: 119
but what if i want the same link to be accessible to other systems?
Dave Salter
Ranch Hand

Joined: Jul 20, 2005
Posts: 292

The JSP can be accessible from anywhere that can access the server on which it is hosted. If you want to put a shortcut on peoples desktop to it, you will have to do that manually.
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

You can save the link as a URL and email the URL around. One of the easiest ways to do this is to resize your browser so that you can see both the browser and your desktop, and in the address bar there ia an image next to the address (Ours looks like a lucky horseshoe). Click and drag this to the desktop. Share it with your friends.
dinesh kumar
Greenhorn

Joined: Sep 19, 2005
Posts: 7
Very simple u can do that through Scripting.

Here is the Code

<script type="text/vbscript">

window.open "http://localhost:8100/ex1/index.html"

</script>
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

"dinesh ks",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
Forum Bartender


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP exe
 
Similar Threads
runnig exe on client side
Where is java-rmi.cgi for JDK15
How can I embed runtime exe files in JSP
Save as Dialog in Applet
running exe