Click to See Complete Forum and Search --> : java on the server side 101
ariamiri
10-22-2009, 12:30 PM
I'm kind of a newb. Is there anywhere online that could help get me a sense of how to use java to manage my server. What are the possibilities and what are the limitations. I'm a computer science major, and know java reasonably well, but I want to know more about he packages and classes that relate to server management (i.e. what they are and how to use them). I've tried looking on sun.com but need something that's a little more basic than that.
Khalid Ali
10-23-2009, 07:18 PM
unless your server is written in java and you have its src, how are you going to manage any of servers functionality?
I think you need elaborate more on your question. What exactly you want to mange in your server, what type of server, etc etc
ariamiri
10-27-2009, 11:44 PM
i want the server to act as a proxy. i want to access a website using a cookie for my machine and then display that to users. I've been told that the best way to do this is with servlets, so what i really want is a 101 crash course in building servlets.