apr_pool_get_parent

2006-04-11 Thread Klaus-F. Kaal
Hi, I am trying to use the TOMCAT module with the LAMP package. That worked fine on one Suse10.0 Linux machine. Installing the very same package on another machine, also with Suse10.0, it fails. When I try to install the TOMCAT-mod_jk package, I get (when starting Apache HTTP Server): http

Re: UnsatisfiedLinkError when loading DLL twice

2006-04-11 Thread Rajeev Jha
if the DLL in windows system 32 then it should be picked right up. have you registered this DLL or not ? if not then try registering this dll first. --- "Ho, Sam" <[EMAIL PROTECTED]> wrote: Hi, All My servlet use a DLL, currently the DLL is located at window system32 and in the webapp's W

Re: JAAS for shared virtual hosting

2006-04-11 Thread Corobitsyn Roman
Somebody has ideas? CR> Hello list CR> Is there most preferred way to use JAAS with Tomcat 5.5 for shared CR> virtual hosting? CR> I have read many articles about using JAAS in Tomcat but no ones says CR> how approximate how to make this. CR> many thanks

Re: Tomcat index page

2006-04-11 Thread manivannan84
Change your config file to adjust the ports. Edit /conf/server.xml file and change the Http, Https ports accordingly. -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Sandeep N <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Tue, 11 Apr 20

Re: [OT] How to write/use Tomcat's war classloader

2006-04-11 Thread V D
Anyone have an idea about this? V D wrote: We have a sizable war file (|unpacked|) that needs to be run in certain way outside of Tomcat. To do this, we created a classloader which works Ok except that it's very slow (using JarFile). I know that when deploy apps in Tomcat, I can specify i

Re: Tomcat index page

2006-04-11 Thread Not Zippy
You need to configure your proxy name / proxy port in your connector (in the server.xml).. Tomcat makes the assumption based on your settings in the server.xml On 4/11/06, Sandeep N <[EMAIL PROTECTED]> wrote: > Hi, > > When I access a site https://www.xyz.com, it takes me to > https://www.xyz.com

Re: UnsatisfiedLinkError when loading DLL twice

2006-04-11 Thread Wade Chandler
--- "Ho, Sam" <[EMAIL PROTECTED]> wrote: > Hi, All > My servlet use a DLL, currently the DLL is located > at window system32 and in the webapp's WEB-INF/lib. > But I sometimes got the "UnsatisfiedLinkError". Can > anyone tell me where should the DLL put? and what > kind of system variable I need t

Tomcat index page

2006-04-11 Thread Sandeep N
Hi, When I access a site https://www.xyz.com, it takes me to https://www.xyz.com:80/index.jsp whereas when I provide https://www.xyz.com/index.jsp it takes me to the expected location. Where is this 80 getting added from? Https, by default, should take me to port 443 and not 80. We have a fire

socket error using apr+openssl on solaris

2006-04-11 Thread Martin Hofmann
I am trying to get the https requests working on our tomcat server. I have downloaded the latest tomcat 5.5.16 and have compiled and installed libtcnative 1.1.2. The server cannot open 8443 port,(port 8080 works fine). No other processes are using the 8443 port. Any ideas are appreciated. Thank

UnsatisfiedLinkError when loading DLL twice

2006-04-11 Thread Ho, Sam
Hi, All My servlet use a DLL, currently the DLL is located at window system32 and in the webapp's WEB-INF/lib. But I sometimes got the "UnsatisfiedLinkError". Can anyone tell me where should the DLL put? and what kind of system variable I need to set for the tomcat classloader to load the DLL? I

Adding a new JSP to an existing unpacked and deployed web app = 404 error

2006-04-11 Thread Not Zippy
Hi I am upgrading from a Tomcat 4.1.27 to a Tomcat 5.5.16 enviorment. After an application is "started" any files that are added (to the folder that contained the started web application) when accessed from the browser reports a 404 error, be it a jsp or a gif. Is this normal ? Im also having a pr

RE: MIME type gets set as text/plain in Custom web app using Apache and Jakarta Connector

2006-04-11 Thread James Anderson
I have a custom web app that is a java servlet that I run on Tomcat. When I browse to the page it displays as text/html which is great but I am using Apache as the front-end app server so I use the Jakarta Tomcat connector in Apache to connect to Tomcat. When I browse to the page through the Tomcat

Re: index.jsp not showing after successful installation

2006-04-11 Thread balaraju mandala
oh i am sorry, i did not clearly observed total log and write down the mail. the 'netstat -an' commands output is [EMAIL PROTECTED] ~]# netstat -an Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 0.0.0.

Re: Apache Tomcat Bundle

2006-04-11 Thread Rainer Jung
or: http://incubator.apache.org/projects/lokahi.html resp. as long as this site is pretty empty: http://tmcg2.sourceforge.net/TMCg2_WhitePaper.pdf Peter Rossbach wrote: Nice plan, we talk about this last week at developer list. I thing good starting points are http://centaurus.sourceforge.ne

Re: index.jsp not showing after successful installation

2006-04-11 Thread balaraju mandala
Hi Bob, I can not use http://localhost:8080, as there is no browser access on server. Bob i find that when ever i issue 'netstat -an' on shell prompt, i found that 8080 is not listening. Only 8009 is listening!

JAAS for shared virtual hosting

2006-04-11 Thread Corobitsyn Roman
Hello list Is there most preferred way to use JAAS with Tomcat 5.5 for shared virtual hosting? I have read many articles about using JAAS in Tomcat but no ones says how approximate how to make this. many thanks -- Best regards, Corobitsyn Roman -

RE: Help with mod_jk.so errno=13

2006-04-11 Thread Mukarram Syed
Thanks Rainer Jung. I'll check that out and let you know. Regards -Mukarram. -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 1:27 AM To: Tomcat Users List Subject: Re: Help with mod_jk.so errno=13 I assume the line break was done by the mail

Re: tomcat start/stop

2006-04-11 Thread eoghan
David Smith wrote: Actually, configured in this way, 'service tomcat55 start' and 'service tomcat55 stop' should be able to start and stop the service. --David Thanks. I will try this today. Eoghan François Conil wrote: eoghan a écrit : Hi Im using tomcat 5.5 on freeBSD 6.0. I have enab

Re: tomcat start/stop

2006-04-11 Thread David Smith
Actually, configured in this way, 'service tomcat55 start' and 'service tomcat55 stop' should be able to start and stop the service. --David François Conil wrote: > eoghan a écrit : > >> Hi >> Im using tomcat 5.5 on freeBSD 6.0. I have enabled tomcat in my rc.conf: >> tomcat_enable="YES" >> I am

RE: Servlet Action is not available .... Please Help

2006-04-11 Thread Vijaya
Hi, I removed my data-source declaration in struts-config and the application worked fine. I am using jtds to connect to the database. In tomcat 5.0.28 the application connects with the same configuration. Can some one help what could be the problem? My struts-config for the data-source declarati

Re: cannot connect to localhost:8080 (jsvc -user tomcat ...)

2006-04-11 Thread Franck Borel
Can you please take a look at your /tomcat/logs/catalina.out file and report what is written? Otherwise is very hard to say, what the problem is (Firewall, configuration) -- Franck Hi, not sure but can you check if is not commented out in your server.xml... Christoph P. Kukulies wrot

Re: tomcat start/stop

2006-04-11 Thread François Conil
eoghan a écrit : Hi Im using tomcat 5.5 on freeBSD 6.0. I have enabled tomcat in my rc.conf: tomcat_enable="YES" I am trying to stop and start the server when I make some changes to some sample jsp files, but I cant figure out how to do this. I have tried in my /usr/loca/rc.d/tomcat55.sh stop B

Re: cannot connect to localhost:8080 (jsvc -user tomcat ...)

2006-04-11 Thread 辻本 寿太
Hi, not sure but can you check if is not commented out in your server.xml... Christoph P. Kukulies wrote: I'm having problems running tomcat on a Debian 3.1 system. I see the processes: 13858 ?Ss 0:00 jsvc.exec -user tomcat -home /usr/lib/java -Dcatalina.home=/opt/tomcat -Dcat

Re: Apache Tomcat Bundle

2006-04-11 Thread Peter Rossbach
Nice plan, we talk about this last week at developer list. I thing good starting points are http://centaurus.sourceforge.net http://lambdaprobe.org Help is very welcome. Let us discuss at developer list and start to build a new tomcat management console. Cheers Peter Am 11.04.2006 um 12:2

Re: webapp slow on first access every morning

2006-04-11 Thread Edward Quick
These messages are coming out a lot, but not sure why. 2006-04-11 04:21:06 HostConfig[ovprd01.abc.com]: Deploying discovered web applications 2006-04-11 04:21:21 HostConfig[ovprd01.abc.com]: Deploying discovered web applications 2006-04-11 04:21:36 HostConfig[ovprd01.abc.com]: Deploying discove

tomcat start/stop

2006-04-11 Thread eoghan
Hi Im using tomcat 5.5 on freeBSD 6.0. I have enabled tomcat in my rc.conf: tomcat_enable="YES" I am trying to stop and start the server when I make some changes to some sample jsp files, but I cant figure out how to do this. I have tried in my /usr/loca/rc.d/tomcat55.sh stop But it tells me tom

cannot connect to localhost:8080 (jsvc -user tomcat ...)

2006-04-11 Thread Christoph P. Kukulies
I'm having problems running tomcat on a Debian 3.1 system. I see the processes: 13858 ?Ss 0:00 jsvc.exec -user tomcat -home /usr/lib/java -Dcatalina.home=/opt/tomcat -Dcatalina.base=/opt/tomcat -Djava.io.tmpdir=/var/tmp -wait 10 -pidfile /var/run/jsvc.pid -outfile /opt/tomcat/logs/c

Servlet Action is not available .... Please Help

2006-04-11 Thread Vijaya
Hi, I am struggling with this error for the past 10 days. Can someone help me solve this frustrating problem? I tried almost all the suggestion that users have suggested in sun forum. The web application works fine in Tomcat 5.0.28 but I get the 'Servlet Action is not available' error in 5.5.16.

Apache Tomcat Bundle

2006-04-11 Thread Robert Locklear
Hello All, I'm looking into writing a bundled application to manage Apache HTTP with Tomcat. Basically just a management console and predefined configuration structure that would allow non-technical users the ability to easily add virtual servers, instances, SSL certs, etc. The system would als

RE: webapp slow on first access every morning

2006-04-11 Thread Peter Crowther
> From: Edward Quick [mailto:[EMAIL PROTECTED] > I've checked the performance history but there is very little > running on the box, and CPU is usually 99% idle. There is > also 8GB of RAM on here, and usually 6GB free. Feels unlikely to be paging issues then. Always useful to cross items off

Re: webapp slow on first access every morning

2006-04-11 Thread David Delbecq
And no mention about a webapp shutdown or other curiosities in catalina.out ? Edward Quick a écrit : > Good idea, but no: > > ovapache 6305 6304 0 Apr 05 ?1:01 > /usr/j2sdk1.4.2_06/bin/java -Xms128m -Xmx256m -Dapp=ovprd01 > -Djava.endorsed.dir > > >> >> Could it simply be your tomcat

RE: webapp slow on first access every morning

2006-04-11 Thread Edward Quick
Thanks Peter. I've checked the performance history but there is very little running on the box, and CPU is usually 99% idle. There is also 8GB of RAM on here, and usually 6GB free. Ed. Have you monitored your server during that time to work out what is the rate-limiter? On UNIX, 'vmstat 5' i

Re: webapp slow on first access every morning

2006-04-11 Thread Edward Quick
Good idea, but no: ovapache 6305 6304 0 Apr 05 ?1:01 /usr/j2sdk1.4.2_06/bin/java -Xms128m -Xmx256m -Dapp=ovprd01 -Djava.endorsed.dir Could it simply be your tomcat service is restarted let's say at midnight ? Edward Quick a écrit : > Hi, > > We have a third party jsp/servlet

RE: webapp slow on first access every morning

2006-04-11 Thread Peter Crowther
> From: Edward Quick [mailto:[EMAIL PROTECTED] > This works fine except for every morning, on the first > access, it's very slow to load up. Have you monitored your server during that time to work out what is the rate-limiter? On UNIX, 'vmstat 5' is a good (if terse) choice; on Windows, perform

Re: webapp slow on first access every morning

2006-04-11 Thread David Delbecq
Could it simply be your tomcat service is restarted let's say at midnight ? Edward Quick a écrit : > Hi, > > We have a third party jsp/servlet application deployed on Tomcat > 4.1.31 (Solaris 2.8). This works fine except for every morning, on the > first access, it's very slow to load up. This is

webapp slow on first access every morning

2006-04-11 Thread Edward Quick
Hi, We have a third party jsp/servlet application deployed on Tomcat 4.1.31 (Solaris 2.8). This works fine except for every morning, on the first access, it's very slow to load up. This is the context: docBase="/ov/apache/ovprd01/webapps/esav"> And in web.xml, I have

Re: Help with mod_jk.so errno=13

2006-04-11 Thread Rainer Jung
I assume the line break was done by the mailer, so the path in the original log messages is /var/log/jk-runtime-status It tries to open such a file, so the user under which apache runs needs to have full access to /var/log and to /var/log/jk-runtime-status. Did you check the ownerships and p

Re: how setup landing page in tomcat

2006-04-11 Thread manivannan84
You can map the url to a servlet. Or you can use and index.jsp or index.html to redirect to wherever you want. -- Manivannan Palanichamy http://geocities.com/manivannan57 -Original Message- From: Bryan <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Mon, 10 Apr 2006 07:37:57