EXecuting jar file

P

poonam

I am using Sun application server. what are the necesssary things for
running a "Executable JAR file " returned by server after deploying
the application
 
L

Lew

poonam said:
I am using Sun application server. what are the necesssary things for
running a "Executable JAR file " returned by server after deploying
the application

The application server doesn't return executable JAR files.

What it does is invoke application logic when you access the server via its
defined port, e.g., 8080.

So if you have an application called, say, "foo", you get application behavior
by invoking http://someserver.address.com:8080/foo/

The application server takes care of invoking logic contained in its deployed
JARs, or more precisely, its EARs (Enterprise ARchive) and WARs (Web ARchive).

It does not return these JARs. It returns formatted byte streams as dictated
by the logic in these JARs.

For example, a web application returns XML or HTML for browsers to render.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top