server programs - help

can anyone give me a link to a tutorial about server programs.is a server program like apache and tomcat?
[119 byte] By [Chrisdigitya] at [2007-11-27 9:31:09]
# 1
I could not find anything in google so i thought someone else may know a site. Anyone?
Chrisdigitya at 2007-7-12 22:45:19 > top of Java-index,Java Essentials,Java Programming...
# 2

apache and tomcat are both servers of a different kind.

Apache "HTTP Server" (commonly just called "Apache") is an full blown webserver.

Tomcat is a limited server... it was designed as a minimal fast server of static HTML pages... and along the way it's picked up support CGI scripting, and servlets + JSP pages.

There's a brace of full blown J2EE application servers getting around now... Sun's Server PE, BEA's Weblogic, IBM's WebSphere, and JBoss are the ones which spring to mind.

Google at will.

Cheers, Keith.

corlettka at 2007-7-12 22:45:19 > top of Java-index,Java Essentials,Java Programming...
# 3
but i need to know about server programs that i can use on a web site so that i can get an applet to send it a command to write a file to a directory that i can access. I need a tutorial or a book or link or anything about server programs.
Chrisdigitya at 2007-7-12 22:45:19 > top of Java-index,Java Essentials,Java Programming...
# 4

In This point i want tell some thing to you ,

By using servlet technalagy or any web technalagy in java we con't access resourses of the local client machine.

if you are trying for that i can say sarry,

If you are not trying for that then you can find 100's applications in roseindia.net site

If you are not happy with this feel free to mail me on krosuru@gmail.com

krosurua at 2007-7-12 22:45:19 > top of Java-index,Java Essentials,Java Programming...
# 5

> In This point i want tell some thing to you ,

>

> By using servlet technalagy or any web technalagy in

> java we con't access resourses of the local client

> machine.

>

> if you are trying for that i can say sarry,

>

> If you are not trying for that then you can find

> 100's applications in roseindia.net site

>

> If you are not happy with this feel free to mail me

> on krosuru@gmail.com

Why? What are you going to do about it? Re-adjust reality? :-)

georgemca at 2007-7-12 22:45:19 > top of Java-index,Java Essentials,Java Programming...