Re: Tomcat Connectors!! Help needed!!

2005-04-08 Thread Ian F. Darwin
Thanks! your suggestion helped me a lot. Can you plz. tell me whether a Java [Servlet] can be connected to a telnet tool? It's not clear what you are asking; there is no such thing as a telnet tool. Do you want to connect from a telnet client to a servlet, or do you want to connect from a

Tomcat Connectors!!Help needed!!

2005-04-07 Thread Sharma, Meenakshi
Hello Everybody, I'm developing an application which is a java servlet, deployed on tomcat 5.5 Now, I want my application to take raw data from the client through sockets, for that it has to make a socket connection and listen that port for data. I've heard that we can create Connectors in

Re: Tomcat Connectors!! Help needed!!

2005-04-07 Thread Ian Darwin
Do not use as many exclamation marks than words. Do not have as many words in your disclaimer as your query. Your technical question is addressed below... Sharma, Meenakshi wrote: Hello Everybody, I'm developing an application which is a java servlet, deployed on tomcat 5.5 Now, I want my

RE: Tomcat Connectors!! Help needed!!

2005-04-07 Thread Sharma, Meenakshi
List Subject: Re: Tomcat Connectors!! Help needed!! Do not use as many exclamation marks than words. Do not have as many words in your disclaimer as your query. Your technical question is addressed below... Sharma, Meenakshi wrote: Hello Everybody, I'm developing an application which

Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Gyan
Hi All, I am using TOMCAT for jsp/servlet deployment. When I am compiling a servlet class it gives an exception that javax.servlet.* not found. javax.servlet.http.* not found. What should i do to remove this exception, so that java file gets compile successfully. how can i set Path

Re: Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Ben Souther
how can i set Path CLASSPATH variable? Go here: http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html Once you learn how to set up your classpath, make sure you add servlet.jar to it. Servlet.jar can be found in the TOMCAT_HOME/common/lib directory. Good luck On Thursday

RE: Urgent !! Help needed regarding Tomcat web server !!

2003-12-11 Thread Schalk
11, 2003 2:47 PM :: To: [EMAIL PROTECTED] :: Subject: Urgent !! Help needed regarding Tomcat web server !! :: :: Hi All, :: I am using TOMCAT for jsp/servlet deployment. :: When I am compiling a servlet class it gives an :: exception that javax.servlet.* not found. :: javax.servlet.http

Help needed!

2003-08-10 Thread Adarsh Nair
Hi, We are developing an application in jsp using beans.The webserver is Jakarta Tomcat 4.1.24 We have kept the class files for beans in a Jar file kept in the web-inf/lib directory of our application directory. But each time when the Jsp page searches for the bean class file and is unable to

Help needed

2001-01-22 Thread Durai kumar
Hi, I need help from you guys.1. I am loading a jsp thro tomcat. It is working fine. I am interested to know the flag setting for java compiler( it is used while compiling the .java file produced from JSP). Can any one help me in this regard?2. Does anyone know what "jikes" are?