Re: Tomcat Hangs

2004-03-26 Thread pavan . k
when u r saying that tomcat is not consuming even half of the total memory, there should be something else that is creating the problem..may be iam wrong but this is what i feel..pls stop all other services on ur windows machine and see if tomcat is the sole culprit Pavan Kumar Tata

Re: Tomcat Hangs

2004-03-26 Thread pavan . k
also pls check if u have schedukled any tasks in wndows like virus scanner etc etc..they consume a lot of memory and effect the performance... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com [EMAIL PROTECTED] 03/26/2004 07:20 AM Please

Re: Where to get binaries for JK2 connector for Linux

2004-02-29 Thread pavan . k
u can get them at http://johnturner.com Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for the

Re: apache jk2 into tomcat help

2004-02-24 Thread pavan . k
available @ http://johnturner.com Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Steve [EMAIL PROTECTED] 02/24/2004 05:45 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread pavan . k
ping to the ip which u configured in ur new settings. and use that Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Sunit Bansal [EMAIL PROTECTED] 02/18/2004 05:46 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-18 Thread pavan . k
did u configure DNS in advanced properties of tcp/ip??? Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Sunit Bansal [EMAIL PROTECTED] 02/18/2004 05:46 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-16 Thread pavan . k
Bansal, as said earlier configure the MS loop back adapter..though you may have a netwrok card installed it may not be configured properly..can you see any LAN connection in Network and Dial up connections.. though you are not in a network, configuring MS Lop back adapter solves your problem..

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-16 Thread pavan . k
can you view TCP/IP under ur netwrork adapter,if then check the IP of it..if you dont have it then install TCP/IP using MS Loop back adapter Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Sunit Bansal [EMAIL PROTECTED] 02/16/2004 11:32 PM

RE: PROBLEM STARTING TOMCAT----------------PLEASE HELP

2004-02-11 Thread pavan . k
i dont know if you are using a stand alone machine(which is not connected to any network) for ur development.. if yes then try to configure some loop back adapter in windows if u dont have any network card installed.. u can configure loop back adapter in LAN connection properties. Pavan Kumar

Excel Mime problem

2004-02-06 Thread pavan . k
hi there, iam using tomcat 5 version..i have a requirement where my jsp will generate a excel sheet and places in the server directory.. but the problem is when i open the excel thru a _javascript_ from a browser window,i actually get the excel in text format on the browser itself.. i tested

RE: Excel Mime problem

2004-02-06 Thread pavan . k
Allistar, let me clarify..i generate a excel file by some servlet when the user clicks a button on the page. and that i place in the root directory..when the refreshes(after the user hits the button),i want to open a window of the browser expecting that IE will open that in a excel embedded in

RE: Excel Mime problem

2004-02-06 Thread pavan . k
no i tried all the options.. from the server side,IE doesnt open the excel embbedded in a excel.. but to try i just saved the html on my computer and hardoced a test.xls to open when i click the button..in this case,the excel opens in a excel embedded within the browser.. but when i call from

RE: Excel Mime problem

2004-02-06 Thread pavan . k
i tried this option also..but it doesnt open still in a excel.. that is why iam stuck and wonder whats wrong... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Ryan Lissack [EMAIL PROTECTED] 02/06/2004 06:38 AM Please respond to Tomcat Users

RE: Excel Mime problem

2004-02-06 Thread pavan . k
i see the excel being created.. i can open the same excel from where it is created.. there is no question abt the file creation bcoz i can see the contents in IE but not as a excel opening in IE.. http://localhost:8000/test.xls i use window.open(http://localhost:8000/test.xls); this opens the

RE: Excel Mime problem

2004-02-06 Thread pavan . k
i did that also..but invain... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Allistair Crossley [EMAIL PROTECTED] 02/06/2004 07:07 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc

Re: Help, once again looking for connector binaries

2004-02-05 Thread pavan . k
howdy mod_jk is obviously for tomcat and apache 2.. whats ur platform..u need to specify that for a binary... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Randy [EMAIL PROTECTED] 02/05/2004 02:44 AM Please respond to Tomcat Users List

RE: Help, once again looking for connector binaries(this time with the plaform)

2004-02-05 Thread pavan . k
look at http://johnturner.com..if u r lucky u can get a binary else u can get eniugh help on how to build from sources.. regards pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Randy [EMAIL PROTECTED] 02/05/2004 02:53 AM Please respond to

RE: Apache2, Mod_jk2 and Tomcat 4 on Linux - Help

2004-02-04 Thread pavan . k
u can go to johnturner.com for help on mod_jk on linux.. Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Yiannis Mavroukakis [EMAIL PROTECTED] 02/04/2004 04:39 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To 'Tomcat Users

Re: How do I build mod_jk.so

2004-01-29 Thread pavan . k
while building apache use ./configure --enable-so option to make apache accept shared libraries.. u can also make change to httpd.conf file(i suppose,not sure) where u have a entry for like Shared library=no..make that to yes..and then make mod_jk.so Pavan Kumar Tata Consultancy Services

Re: How do I build mod_jk.so

2004-01-29 Thread pavan . k
sorry the correct place to make the change is in the apache/build/libtool file... u have an entry there # Whether or not to build shared libraries. build_libtool_libs=yes this option is no,though i had build my apache with --enable -so option earlier.. i changed this to yes and then did the

Re: How do I build mod_jk.so

2004-01-29 Thread pavan . k
change the option # Whether or not to build shared libraries. build_libtool_libs=no in apache/build/libtool to # Whether or not to build shared libraries. build_libtool_libs=yes this worked for me... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website:

Re: How do I build mod_jk.so

2004-01-29 Thread pavan . k
check the apache/build/libtool to find a entry abt shared libraries Kakaraparthi Venkata Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Thomas Cherry [EMAIL PROTECTED] 01/29/2004 07:01 AM Please respond to Tomcat Users List [EMAIL PROTECTED]

Re: Really DUMB question...

2004-01-29 Thread pavan . k
When to contains [EMAIL PROTECTED] do some thing Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Robert Keddie [EMAIL PROTECTED] 01/29/2004 09:44 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc

Re: Strange Problem

2004-01-28 Thread pavan . k
this is not the list to post this question... pls avoid cross posting Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in

Re: How do I build mod_jk.so

2004-01-28 Thread pavan . k
howdy, u can visit http://johnturner.com.. thats a good place to look for problem solutionsof mod_jk.. it also has some builds for linux.. thx Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Lukas Larsson [EMAIL PROTECTED] 01/29/2004 01:26 AM

RE: Connecting Tomcat to Apache

2004-01-23 Thread pavan . k
then make sure that its in ur PATH and make sure its the first entry..do a which libtool to know which libtool is make picking up when u r configuring its better to use the latest libtool from gnu Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website:

Re: JavaScript Doubt

2004-01-23 Thread pavan . k
as already said..pls maintain list protocols... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for

Re: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
thats a good connector available.. for solaris and windows u have the binaries avialble..but for other platforms u only have the source,building which invlves a lot of issues.. can u be specific abt ur OS? Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website:

Re: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
if ur on AIX, then u need to slog for a build... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com [EMAIL PROTECTED] 01/22/2004 03:15 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc

RE: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
for linux, as far as i know no builds are available on apache site.. this is the link for apache binaries.. http://apache.org/dist/jakarta/tomcat-connectors/jk/binaries/linux/ currently its empty.. for a good help on building on linux or if lucky u can get a binary... go to

RE: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
jk2 is fine...build is a real pain...linux is ok AIX screws a lot Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in

RE: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
make sure u have libtool in ur path... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for the

RE: Connecting Tomcat to Apache

2004-01-22 Thread pavan . k
libtool comes with ur apache.. it will be in this directory.. /etc/httpd/build/libtool its a gnu tool which helps in build process.. how did u get ur apache? did u build it or u have binary? Kakaraparthi Venkata Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website:

Re: Linking tomcat with apache

2004-01-20 Thread pavan . k
and if u r working on AIX u have to look at http://apache.org/~trawick/tomcataix.html Pavan Kumar Tata Consultancy Services mailto: [EMAIL PROTECTED] [EMAIL PROTECTED]DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity

Re: Cannot define Djava.library.path while using tomcat as a Windows 2000 service.

2004-01-15 Thread pavan . k
what is the error windows is referring to??? Pavan Kumar Tata Consultancy Services mailto: [EMAIL PROTECTED] DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and

RE: Cannot define Djava.library.path while using tomcat as a Wind ows 2000 service.

2004-01-15 Thread pavan . k
can you look clear all events from windows event viewer and start the service?then again check the event viewer and let me know the error... Pavan Kumar Tata Consultancy Services mailto: [EMAIL PROTECTED] DISCLAIMER: The information contained in this message