Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
web server connection
Name: priti Date: February 21, 2004 at 15:00:36 Pacific OS: win 2000 CPU/Ram: P3 64MB
Comment:
Hi, I have implemented web server in java. I would like to connect remote host to this server,e.g www.sfsu.edu/TryURL.java on web server which is running on port 8080 on my local machine. I tried following and i don't get the request headers display which i have implemeted to do so. I run the server, mywebserver.java on Jbuilder . From the IE browser I try to send request: http://www.sfsu.edu:8080/index.html
and it doesn't get connected to the server. I want to know that is this the right way i'm sending request or not? Thanks.
Summary: How are the web server and the app server connected? How long does the process currently take and how big is the file - what kind of performance are you looking for? Does the file change constantly an...
Summary: I'm writing a new web server and was wondering if there were any features y'all would like to see built in to a web server. It will of course have built in PHP support, some standard security features...
Summary: I am using personal web server, and I want to do some java RMI stuff, meaning that I need a client and a server, but when I'm doing java rmi, where do i put the server code, in the c:\inetpub\wwwroot ...