URGENT : Special Character when deployed on Linux

2005-08-22 Thread nitin dubey
Hello all, I am getting special characters when we enter spaces during formatting a text in a textarea. It used to work perfectly in our development environment but when we moved it to production we get 'Â' character for every repeated blank space. The only thing changing in development and

Re: URGENT : Special Character when deployed on Linux

2005-08-22 Thread nitin dubey
Wade, It is when the data is displayed in browser. I have used the default encoding and will now look out for any mismatch. Regards, Nitin --- Wade Chandler [EMAIL PROTECTED] wrote: --- nitin dubey [EMAIL PROTECTED] wrote: Hello all, I am getting special characters when we enter

Servlet threading Issue. Unexpected behaviour.

2005-06-13 Thread nitin dubey
Hello, When I send my third request to the server (while the first two are still processing) it should at least show me a System.out.println(in doGet()); which is the first statement in my doGet() method of the implementation. But the console does not show me any such msg. Only after the response

RE: Servlet threading Issue. Unexpected behaviour.

2005-06-13 Thread nitin dubey
: From: nitin dubey [mailto:[EMAIL PROTECTED] Subject: Servlet threading Issue. Unexpected behaviour. Only after the response of either of the first two requests is complete then it shows me doGet() and then doPost() msg. As has been discussed before on this list, you're probably

Surprised with this behaviour. Is this a bug ?

2005-06-02 Thread nitin dubey
Hello, From a servlet deployed in tomcat I am getting the request parameter map by calling getParameterMap() then using reflection calling a Class say Sub that has a method construct(HashMap requestMap). The method is called properly but surprisingly I am getting

Re: isapi_redirect.dll and Windows 2000

2001-01-10 Thread nitin dubey
hi chin, I m doing the same but have'nt succedded yet. Tell me if u get this thing done. nitin --- chin fs [EMAIL PROTECTED] wrote: Hi Sir, Can the isapi_redirect.dll run correctly in the following environment ? Windows 2000 server + Tomcat 3.2 + IIS 5.0 Thank you for your support

RE: Configuring tomcat and IIS - Nagarajan

2001-01-09 Thread nitin dubey
al Message----- From: nitin dubey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 7:18 AM To: [EMAIL PROTECTED] Subject: RE: Configuring tomcat and IIS - Nagarajan Hi, First of all thanks for the reply. I have these entries in the uriworkermap.properties and workermap.

RE: Configuring tomcat and IIS

2001-01-08 Thread nitin dubey
Hi Nagarajan, Yes I am getting green up arrow. nitin --- "G.Nagarajan" [EMAIL PROTECTED] wrote: Hi, are you getting the green up arrow in the ISAPI window? -Original Message----- From: nitin dubey [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 06, 2001 12:50 PM

RE: Configuring tomcat and IIS - Nagarajan

2001-01-08 Thread nitin dubey
Hi, are you getting the green up arrow in the ISAPI window? -Original Message- From: nitin dubey [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 06, 2001 12:50 PM To: [EMAIL PROTECTED] Subject: Configuring tomcat and iis Hi guys, I have read the document by apache for co

Re: Setup of mysql and tomcat

2001-01-08 Thread nitin dubey
Hi, write a servlet that accesses mysql put it in tomcat and make an html page to access the servlet. nitin --- Andrew Burrows [EMAIL PROTECTED] wrote: Could anyone point me in the direction of some documents on setting up mysql with tomcat. I will ream them then ask some questions

Re: ClassPath and setTomcat_Home variables?

2001-01-07 Thread nitin dubey
Hi sam, that means your classpath has not been set. from run option in start menu type SYSEDIT. give following commands in your autoexec.bat. set TOMCAT_HOME=c:\tomcat set JAVA_HOME=c:\jdk1.3 set classpath=%classpath%;c:\jsdk2.0\lib\jsdk.jar; here I am assuming that all jdk, jsdk and tomcat

Re: problem in starting server

2001-01-06 Thread nitin dubey
Hi, I think url is not proper.. try giving http://127.0.0.1:8080/examples/servlet/aServlet check that u have put your class file into tomcat\webapps\examples\web-inf\classes. nitin --- GoldenDawn Fan [EMAIL PROTECTED] wrote: Hi, I have a frustrating problem. I have a link in a servlet

Configuring tomcat and iis

2001-01-06 Thread nitin dubey
Hi guys, I have read the document by apache for configuring tomcat with IIS. Everything as mentioned in document is working. I have no problem there. I have also downloaded the isapi_redirect.dll from apache site. I have also tested tomcat3.2.1 and IIS 5.0 individually. Both r working and

IIS 5.0 and TOMCAT 3.2.1

2001-01-05 Thread Nitin Dubey
Hi, I have read the document at your site and have followed all the steps given there. I have created a virtual directory with name jakarta and have given physical path of isapi_redirect.dll as executable. I am able to successfully access my servlet directly from tomcat. Testing IIS 5.0 I