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 path

Re: getRequestedSessionId() returns null

2009-11-03 Thread daulat khan
Hi chris, what need to be done in the apache - tomcat setup to send the session and cookie with the header ? Thanks, Daulatkhan On Tue, Nov 3, 2009 at 9:57 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Daulat, > > On 11/3/2009 6:15 AM,

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 wrote: > On 03/11/2009 10:41, daulat khan wrote: >> >> Hi, >> >> I have an java servlet ap

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: 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 : > 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 i

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: 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 wrote: > Hi Peter, > &g

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 wrote: > httpd version? > jk version? > Tomcat version? > Stack trace of NPE? > > - Peter > > 2009/10/29 daulat khan : >> Hi, >&

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 REMOTE_USER