virtual host configuration

2010-04-21 Thread daulat khan
Hi, I am planning to setup virtual hosting in apache-tomcat integrated setup. Please share useful links or docs which will help me in accomplishing this. also using, httpd v2.2.14 tomcat v6.0.20 tomcat connector v1.2.28 Thanks, Daulatkhan

Mod_JK connector configuration Error

2010-02-03 Thread daulat khan
Hi, i am hitting the following error while configuring mod_jk connector in solaris 10 machine. i am using sun studio tools for compiling. tomcat connector latest verson 1.2.28 apache latest verson 2.2.14 and tomcat latest version 6.0.20 configure: error: You must specify a valid --with-apxs

getRequestedSessionId() returns null

2009-11-03 Thread daulat khan
Hi, I have an java servlet application running in apache-tomcat integration setup. request.getRequestedSessionId() is always returning null. Can anyone help to fix this issue ? I am using tomcat version : 6.0.20 httpd version : 2.2.14 connector : 1.2.28 Thanks, Daulatkhan

Re: getRequestedSessionId() returns null

2009-11-03 Thread daulat khan
Server: Apache/2.2.14 (Unix) mod_jk/1.2.28 DAV/2 Content-Length: 1466 Connection: close Content-Type: text/html;charset=utf-8 Thanks, Daulatkhan On Tue, Nov 3, 2009 at 4:28 PM, Pid p...@pidster.com wrote: On 03/11/2009 10:41, daulat khan wrote: Hi, I have an java servlet application running

Re: getRequestedSessionId() returns null

2009-11-03 Thread daulat khan
AM, daulat khan wrote: GET /earms/earms HTTP/1.1 Host: csipl-earms-sol1:8081 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept

How to make tomcat persistant ?

2009-11-02 Thread daulat khan
Hi, I am developing servlet to run in tomcat 6.0.20. I need to store a java class object in \ session. The class is not serialized. I got error message: SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedException: \ writing aborted; java.io.NotSerializableException: (class

Re: How to make tomcat persistant ?

2009-11-02 Thread daulat khan
Thanks a lot mark. It is fixed... --Daulatkhan 2009/11/2 Markus Schönhaber tomcat-us...@list-post.mks-mail.de: daulat khan: I know that tomcat use session manager to persist sessions and reload them when \ server starts up. But I can not find where to configure it. How can I turn it off

Authencation in apache tomcat

2009-10-29 Thread daulat khan
Hi, I have an java servlet application which is running fine in Apache-Jrun setup. recently, i have migrated it from jrun to tomcat. i have launced the application in apache-tomcat setup. The problem i faced was i am using basic authentication in apache side and passing

Re: Authencation in apache tomcat

2009-10-29 Thread daulat khan
(Ajp13Processor.java:551) at java.lang.Thread.run(Thread.java:595) Thanks, Daulatkhan On Thu, Oct 29, 2009 at 5:15 PM, Peter Crowther peter.crowt...@melandra.com wrote: httpd version? jk version? Tomcat version? Stack trace of NPE? - Peter 2009/10/29 daulat khan daulat@gmail.com: Hi

Re: Authencation in apache tomcat

2009-10-29 Thread daulat khan
And one more query peter. When i deployed the Application into apache-tomcat, the speed of loading the servlet is very low. compated to apache-jrun setup. May i know what is the reason behind this ? Thanks, Daulatkhan On Thu, Oct 29, 2009 at 6:56 PM, daulat khan daulat@gmail.com wrote: Hi