Link to home
Start Free TrialLog in
Avatar of delphi3
delphi3

asked on

a java webserver to test "localhost" to get image/get html page

Hi All,
I need a minimal sized java webserver, so that I can run to test URL's like "http://localhost/delphi3/157123_3.jpg" or "http://localhost/delphi3/SinePhaseShift.html

I have a localhost server client that can do text as in a chat type, but not images/applets.

Delphi3  
ASKER CERTIFIED SOLUTION
Avatar of maheshexp
maheshexp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of delphi3
delphi3

ASKER

Hi maheshexp,
I downloaded this:
jetty-4.2.20RC0-all.zip.

or should I have gotten something else?
Seems like a lot to make it happen.

Do you have this?

If there was a possibility of picking and choosing  what should I pick and choose to make it run?

D3
You can use Blazix : http://www.blazix.com/

Blazix is a high-performance full-featured Java web server.
Blazix download size is a mere 1.5 megabytes

Hope that helps . . .
Javatm
Avatar of delphi3

ASKER

maheshexp,
for me these addresses :
ftp://ftp.mortbay.com/pub/Jetty-latest.tar.gz 
ftp://ftp.mortbay.com/pub/Jetty-stable.tar.gz

Are not valid addresses or are not available.

Javatm,
http://www.blazix.com/  is for me a deep pockets item  $$$$. Way too much.
I suppose that I should have said that I needed it to be a freebe.

D3

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i think the FTP server is available

ftp://ftp.mortbay.com/pub/

=========
S.M.W
Avatar of delphi3

ASKER

Hi
Considering that I have
j2sdk1.4.2_04 on board, and
I downloaded the Jetty as I said before. and !whoa! Jetty has 1355+ files.
With Jetty, I have NO clue where to pick and choose and interpret all this wonderous stuff, since the names are really not known.

 What is your take on Apache or Apache Tomcat and is it really moving toward the simple rather than stirring inside of all that Jetty?


D3
Avatar of delphi3

ASKER

Hi both  of you,

Your answers are correct and (broadly based)  for the details to make it happen: getting what I wanted/needed.

I was hoping for something more specific.


D3