signoff JSP-INTEREST

2004-03-19 Thread Gowda, Ramakrishna
-Original Message- From: Balamurugan Krishnababu ,Tidel Park - Chennai [mailto:[EMAIL PROTECTED] Sent: 19 March 2004 04:25 To: [EMAIL PROTECTED] Subject: Re: Help needed Importance: High hi, 1) Modify your design ,such a way make 2 htmls ,one contains the 4 tabs and other contains menu

built-in webserver

2004-03-19 Thread Sandeep Kachalia
Hi, I want to write an application that will embed the webserver in itself. The application will accept all HTTP request. In turn it will pass on the request to webserver libraries to get response and the same response will be pass on to requester client. In short I need a built-in webserver. So

Re: Help needed

2004-03-19 Thread Paul Copeland
You should be able to do this with a combination of onClick and onChange events, but it is likely to be messy, especially if you have to support very old versions of browsers. I think using Frames will make it even more complicated... - Paul Copeland JOT Servlets - A Framework for Servlet

Re: built-in webserver

2004-03-19 Thread Thomas OZENNE
I can recommend you a Java Network Book from oreilly, you'll probly just need a server squeleton and there is one in the book :) O'Reilly Network Java Programmng by Elliote Rusty Harold :) , I still didn't read it but I will sometimes :) or you can find a basic http server on google easily