RE: Manager in Tomcat 4.0

2001-02-09 Thread Dale, Matt
add the line user name="admin" password="admin" roles="admin" / to the tomcat-users.xml file then in server.xml change trusted="true" for the admin context and then use username admin and password admin. Matt -Original Message- From: Ananda Venkatapathy [mailto:[EMAIL PROTECTED]]

RE: Context Administrator login problem,,, HELP!

2001-02-09 Thread Dale, Matt
add the admin role to one of your users and then make trusted="true" for the admin context. You should now be able to log in with the username and password that you gave the admin role. Matt -Original Message- From: Steve G [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001

RE: Context Administrator login problem,,, HELP!

2001-02-09 Thread Dale, Matt
at the problem is. Matt -Original Message- From: Steve G [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 5:40 PM To: [EMAIL PROTECTED] Subject: RE: Context Administrator login problem,,, HELP! Hi Matt, I tried what you said but still have no luck, any other ideas?

RE: Java Hosting

2004-03-10 Thread Dale, Matt
I am shortly going to start making use of a Root server from One and One. You get full root access to a linux box so should be able to set up tomcat as you please. I've sent an email off to them for more details though so I am sure that they can offer that service. www.oneandone.co.uk i think

RE: multiple websites running under Tomcat 4 or 5

2004-03-15 Thread Dale, Matt
Yes there are many ways you can do this. Apache supports virtual hosts so you can have as many websites as you want running and it decides which website to show depending on the name you use to access it. Tomcat runs on port 8080 by default so you could just leave that there and run the html

help needed building JK2 connector

2004-03-15 Thread Dale, Matt
Hi, I have Redhat 9 with Tomcat 5 installed and is working fine. Apache 2.0.40 is installed by default and i'd rather stick with that because it is integrated with a nifty configuration tool. I'd like to link apache and tomcat with the JK2 connector which I have no problems with. As far as I

RE: help needed building JK2 connector

2004-03-16 Thread Dale, Matt
/tomcat5/book1.html Here's another resource for building jk2: http://www.thinlizard.com/lizard/modjk2.html hth, Adrian Lanning - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 15, 2004 3:40 PM Subject: help needed building JK2

RE: help needed building JK2 connector

2004-03-16 Thread Dale, Matt
: ./configure --help|less :) Using mod_proxy suits my needs, and probably will suit yours. But if you will rebuild apache and reinstall it, please mail me how it went. Dale, Matt wrote: Hi, I have Redhat 9 with Tomcat 5 installed and is working fine. Apache 2.0.40 is installed by default and i'd rather

RE: Releasing JK 2.0.4

2004-03-16 Thread Dale, Matt
Hi, Where does one download this version? Ta Matt -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 13:18 To: 'Tomcat Users List' Subject: RE: Releasing JK 2.0.4 New release! I'll roll out the red carpet :))) -Original Message- From:

RE: Releasing JK 2.0.4

2004-03-16 Thread Dale, Matt
] Sent: 16 March 2004 13:39 To: 'Tomcat Users List' Subject: RE: Releasing JK 2.0.4 CVS?:) -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 13:30 To: Tomcat Users List Subject: RE: Releasing JK 2.0.4 Hi, Where does one download this version? Ta Matt

RE: JK2 on debian?

2004-03-16 Thread Dale, Matt
Hi, Adrian Lanning posted a couple of links to me earlier that are quite good tutorial by Pascal Chong http://cymulacrum.net/writings/tomcat5/book1.html another resource for building jk2 http://www.thinlizard.com/lizard/modjk2.html The first one is very well laid out. You might need to istall

Tomcat 5 - Server Status - Error Count

2004-03-16 Thread Dale, Matt
Hi, Accessed from the Manager App in Tomcat 5 is the Server Status screen which gives all sorts of useful information. My question is, what does the Error Count on this page actually refer to? Thanks Matt Any opinions expressed in this E-mail may be those of the individual and not necessarily

RE: Tomcat and Apache on diff m/c's

2004-03-23 Thread Dale, Matt
Are you trying to perhaps use JNI to connect them? Thats the only thing I can think of. -Original Message- From: Steven Perry [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 06:16 To: [EMAIL PROTECTED] Subject: Tomcat and Apache on diff m/c's Hello all, I've successfully configured and

RE: Where to find mod_jk2 for redhat?

2004-03-24 Thread Dale, Matt
Try this HOWTO on building the connector http://cymulacrum.net/writings/tomcat5/book1.html -Original Message- From: Andy Grove [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 16:01 To: [EMAIL PROTECTED] Subject: Where to find mod_jk2 for redhat? Hi, I'm using Apache 2.0.46 and Tomcat

RE: new apache to tomcat connector for linux

2004-03-26 Thread Dale, Matt
This may not live there for much longer but is the best tutorial about http://cymulacrum.net/writings/tomcat5/book1.html Ta Matt -Original Message- From: Mark Nye [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 14:32 To: [EMAIL PROTECTED] Subject: new apache to tomcat connector for linux

RE: Connecting Apache and Tomcat

2004-03-30 Thread Dale, Matt
Try this one http://www.connecties.com/cymulacrum/tomcat5/book1.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 30 March 2004 17:26 To: [EMAIL PROTECTED] Subject: Connecting Apache and Tomcat Someone on this planet surely has gotten this to work. I have

RE: Connecting Apache and Tomcat

2004-03-30 Thread Dale, Matt
17:52 To: Tomcat Users List Subject: Re: Connecting Apache and Tomcat That's one I tried already. That setup is the one that gave me the 503 Service Not Available error. I will post the logs from Apache and Tomcat when I get a chance. Maybe that will help. Karl From: Dale, Matt [EMAIL

RE: What is the use of this connector

2004-03-31 Thread Dale, Matt
Correct, and it is commented out in the sample you posted already so is not actually being used. Ta Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 31 March 2004 07:15 To: Tomcat Users List Subject: Re: What is the use of this connector Bill, So,

RE: I can´t compile the jk connector source for apache 2.0.40 in Redhat 9.0

2004-03-31 Thread Dale, Matt
Is there any reason that you are not using the JK2 connector, as it was written for apache 2? -Original Message- From: Salvador Santander Gutierrez [mailto:[EMAIL PROTECTED] Sent: 31 March 2004 08:49 To: Tomcat List Subject: I can´t compile the jk connector source for apache 2.0.40 in

[OT?] Apache Portable Runtime JK2

2004-04-01 Thread Dale, Matt
Hi, I need to build the JK2 connector on Solaris 9, I know that the APR libraries are needed for building on linux and assume this to also be the case with Solaris. I have downloaded the source of APR from http://apr.apache.org but it states that this is just alpha and not ready for system

RE: [OT?] Apache Portable Runtime JK2

2004-04-01 Thread Dale, Matt
/apache2/modules/ cp jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/jkjni.so /usr/local/apache2/modules/ Obviously, the java and apache paths may be different, but hopefully this might help? Andy -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 01 April 2004

RE: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Dale, Matt
I just did this today, look for the apr libs in /usr/local/apache/lib directory and complile with ./configure --with-apxs2=/usr/local/apache/bin/apxs \ --with-apr-lib=/usr/local/apache/lib \ --with-tomcat-41=/usr/local/jakarta-tomcat-5.0.19 \ --with-java-home=/usr/local/j2sdk \ --with-jni

RE: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Dale, Matt
I cut and paste that from the command line, remember to take out the at the beginning of the lines -Original Message- From: Dale, Matt Sent: 01 April 2004 16:48 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: AGAIN jk2 2.0.4 compile I just did this today, look for the apr libs

RE: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Dale, Matt
compile Dale, Matt ha scritto: I just did this today, look for the apr libs in /usr/local/apache/lib directory and complile with ./configure --with-apxs2=/usr/local/apache/bin/apxs \ --with-apr-lib=/usr/local/apache/lib \ --with-tomcat-41=/usr/local/jakarta-tomcat-5.0.19 \ --with-java-home

RE: AGAIN jk2 2.0.4 compile

2004-04-01 Thread Dale, Matt
apache 1.3, do I have to recompile it to use jk2? Dale, Matt wrote: It seems to think you are using apache 1.3, is the install of apache that you have at /usr/local/apache the version of apache 2 you just built? -Original Message- From: Giorgio Ponza [mailto:[EMAIL PROTECTED] Sent

Connecting Apache 2 and Tomcat 5 in process using JK2 on Solairs 9

2004-04-03 Thread Dale, Matt
Hi, I'm having some trouble getting Tomcat to start in process, i've seen the error in the archives but no-one has suggested a solution. I am using the minimum recommended configuration from the jakarta site for both jk2.properties and workers2.properties but have increased logging to DEBUG so

REPOST: Connecting Apache 2 and Tomcat 5 in process using JK2 on Solairs 9

2004-04-05 Thread Dale, Matt
Sorry to post again but I havent seen a reply. Anyone got any ideas? Ta Matt -Original Message- From: Dale, Matt Sent: 03 April 2004 11:25 To: 'Tomcat Users List' Subject: Connecting Apache 2 and Tomcat 5 in process using JK2 on Solairs 9 Hi, I'm having some trouble getting Tomcat

RE: REPOST: Connecting Apache 2 and Tomcat 5 in process using JK2 on Solairs 9

2004-04-05 Thread Dale, Matt
I have not attempted this. I ended up using channelSocket and starting Tomcat during the apache start up process. It works just fine that way and is not that much different than the way I was doing it in TC4 and apache 1.3. Regards, Drew -Original Message- From: Dale, Matt [mailto

RE: REPOST: Connecting Apache 2 and Tomcat 5 in process using JK2 on Solairs 9

2004-04-05 Thread Dale, Matt
if the development of this has progressed from there. I'd be interested to know if you get it to work. The errors you are seeing on the Sun machine are identical to the ones I saw on the Linux machine. Good Luck. Drew -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent

RE: 2 Tomcat instances on the same server ?

2004-05-13 Thread Dale, Matt
Option 2 would work fine as long as you change all the ports that it needs, there shouldnt be any configurational stuff other than that as long as the box has the memory and cpu to cope. Option 3, if you have the server then might as well use it. Ta Matt -Original Message- From:

RE: Can you ever update a sessions access time?

2004-05-11 Thread Dale, Matt
One method i've used to maintain a session is a meta refresh on the html pages, this may or may not be appropriate to your app though. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 11 May 2004 15:36 To: Tomcat Users List Subject: RE: Can you ever update a

RE: No session in tomcat 5.0.24

2004-05-14 Thread Dale, Matt
I would hazard a guess that you have made configurational changes to either the server.xml or the web.xml in your older installation. I would look at all the parameters set in these files carefully and see if you can spot a difference. Ta Matt -Original Message- From: Rob Tillie

RE: No session in tomcat 5.0.24

2004-05-14 Thread Dale, Matt
: No session in tomcat 5.0.24 I just did some more investigation. Sessions are working for every app except the most important one :). The web.xml of both apps are empty except for the body of web.xml. Pretty weird, -- Rob. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent

RE: No session in tomcat 5.0.24

2004-05-14 Thread Dale, Matt
? As for context.xml, I have never heard of it, and it isn't present in both webapps. Greetz, -- Rob. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 10:41 AM To: Tomcat Users List Subject: RE: No session in tomcat 5.0.24 What about the main web.xml in the conf

tomcat 5 - server status

2004-05-06 Thread Dale, Matt
Title: tomcat 5 - server status Hi, There seems to be some strange entries on the server status page in the tomcat 5 manager app. There are the obvious request entries which are fine, then there are entries with all question marks which I take to be unused threads but the erroneous one

RE: Starting Tomcat from Apache...

2004-05-06 Thread Dale, Matt
In theory you should be able to do this with JK2 in inprocess mode. But I'm fairly confident that this doesnt work at all so you'd have to do it with your rc startup scripts. -Original Message- From: JimmiSeven Productions Inc. [mailto:[EMAIL PROTECTED] Sent: 06 May 2004 16:33 To:

RE: Starting Tomcat from Apache...

2004-05-06 Thread Dale, Matt
? - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; JimmiSeven Productions Inc. [EMAIL PROTECTED] Sent: Thursday, May 06, 2004 11:48 AM Subject: RE: Starting Tomcat from Apache... In theory you should be able to do this with JK2 in inprocess mode

RE: Starting Tomcat from Apache...

2004-05-06 Thread Dale, Matt
someone can prove me wrong though! Has anyone actually gotten that to work? - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; JimmiSeven Productions Inc. [EMAIL PROTECTED] Sent: Thursday, May 06, 2004 11:48 AM Subject: RE: Starting Tomcat from

RE: tomcat 5 - server status

2004-05-07 Thread Dale, Matt
on XP and I can't get the admin or manager apps to work. Any pointers? I did make the changes in the readme and restarted tomcat but I've had no success. Thanks, John -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 5:11 AM To: Tomcat

RE: Tomcat and Apache

2004-05-18 Thread Dale, Matt
Have a look at the JK or JK2 connectors, they are used to connect Tomcat and Apache webserver. Ta Matt -Original Message- From: mpforste [mailto:[EMAIL PROTECTED] Sent: 18 May 2004 15:43 To: Tomcat Users List Subject: Tomcat and Apache I am trying to start using Tomcat on my server

RE: JKJNI connector.

2004-05-18 Thread Dale, Matt
It is supposed to be possible but with that version of tomcat (5.0.16 i'm assuming) it doesnt work. I've not tried yet but it is supposed to now work with the latest version of both tomcat and the connector. You configure this in workers2.properties and set the connector to be inprocess. Ta

RE: jk2 entries persistant

2004-05-19 Thread Dale, Matt
I'm pretty sure that there is no cache. Are you sure there isnt any directives in your httpd.conf that could have the same behaviour? Ta Matt -Original Message- From: Ingmar Heinrich [mailto:[EMAIL PROTECTED] Sent: 19 May 2004 09:44 To: [EMAIL PROTECTED] Subject: jk2 entries persistant

architecture advice

2003-12-19 Thread Dale, Matt
Title: architecture advice I currently have a 6 processor Solaris box that we wish to turn into a tomcat application server for 250-500 users. My current plan would be to run two instances of tomcat 5 in a cluster with the session replication enabled and load balance between these two

JK connector / Tomcat 5

2003-12-19 Thread Dale, Matt
Hi, Recently I tried to use the last beta release of Tomcat 5 before it went to stable and found that the connector appeared to not be implemented or if it was then it was differently from Tomcat 4. Does anyone know if this has now been implemented or can point me towards some documentation

RE: architecture advice

2003-12-19 Thread Dale, Matt
Thanks, I think I'll take your advice, the apps guys are going to use J-Meter for app testing so I'll get them to use this for stress testing as well. Thanks for clearing up my misunderstanding, it came from my observations but they were hardly conclusive. Thanks Matt -Original

RE: two installations of Tomcat

2003-12-19 Thread Dale, Matt
You need to modify the server.xml of one of the instances to start it on a different port. Then you should be able to access both seperately on the respective ports. To connect to either through apache you should read up on the jk connector. If you are using apache 1.3 then use JK, if you

RE: web app prob from a newbie

2003-12-30 Thread Dale, Matt
Which operating system are you using? -Original Message- From: FRANCOIS Dufour [mailto:[EMAIL PROTECTED] Sent: 30 December 2003 12:13 To: [EMAIL PROTECTED] Subject: web app prob from a newbie sombody could tell mee were too set the java_home path cant figure the way they explain im

RE: Browser control thru servlet

2003-12-30 Thread Dale, Matt
If you want to control where a user goes more strictly you can also pop up a window that has no buttons, the user will only be able to click the links that you supply. But I agress with Philipp, javascript is the answer. -Original Message- From: Philipp Taprogge [mailto:[EMAIL

RE: web app prob from a newbie re:damar

2003-12-30 Thread Dale, Matt
I dont know if there is a specific file for environment but I can see 2 ways you can do this. You could set it in the startup.bat and shutdown.bat for your tomcat or right click on My Computer and select properties. On the Advanced tab there is a button called environment variables. You can

RE: web app prob from a newbie re:damar

2003-12-30 Thread Dale, Matt
re:damar ok in french traducted i got many option there like follow user variable (name of curent user)new,modifie,delete /system variable new, modifie, delete, [EMAIL PROTECTED] crazy-wilys webmaster From: Dale, Matt [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat

RE: Tomcat 5.0 (problems)

2003-12-30 Thread Dale, Matt
Have a look in the %TOMCAT_HOME%\logs\catalina.out to see if there are any startup errors. I'm not sure how to answer your 2nd question concisely but the main file to look at is the server.xml -Original Message- From: Kleber [mailto:[EMAIL PROTECTED] Sent: 30 December 2003 16:15 To:

RE: Tomcat 5.0 (problems)

2003-12-30 Thread Dale, Matt
To: Tomcat Users List Subject: Re: Tomcat 5.0 (problems) Thanks for your answer, I look at the folder %TOMCAT_HOME%\logs and it´s empty. There isn´t any file or folder inside of it. Best regards, Kleber - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

RE: Tomcat 5.0 (problems)

2003-12-30 Thread Dale, Matt
starting tomcat from the bin\startup.bat file and the error is this: Without enviroment space Cannot find This file is needed to run this program what could be happened? - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December

RE: purported javac memory leak?

2004-11-02 Thread Dale, Matt
I think this is a jdk bug fixed in java 1.4 -Original Message- From: T K [mailto:[EMAIL PROTECTED] Sent: 01 November 2004 22:41 To: [EMAIL PROTECTED] Subject: purported javac memory leak? Hi all, as most of you know the tomcat 4.1.x jasper HOW-TO claims there is a javac memory leak;

RE: Clustering and Load balancing

2004-11-10 Thread Dale, Matt
Hi, There is a load of information in the tomcat documentation. Your post is a bit vague about what you actually want to know. I'd suggest reading the documentation then coming back here if you have any more specific questions or problems. But a hint to get you on the road. There is a

RE: exception in clustering

2004-11-10 Thread Dale, Matt
You might have more luck with an answer if you hadnt hijacked someone elses thread with an entirely unrelated post. I'd suggest creating a new post with the question. I don't know why JMeter wouldnt connect but some more information would be handy, is it JMeter that fails completely? or does

RE: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-14 Thread Dale, Matt
I've not been following this thread but my guess would be that you are running out of space in the permanent generation of the heap. Get a hold of jvmstat from sun and run visualgc on your JVM, it should become obvious then which pool is running out of space. Ta Matt -Original

RE: Analysing dead threads

2004-11-15 Thread Dale, Matt
kill -SIGHUP or kill -3 should dump a stack trace into catalina.out. A profiler should also tell you what the threads are up to. Ta Matt -Original Message- From: Steffen Heil [mailto:[EMAIL PROTECTED] Sent: 15 November 2004 13:42 To: 'Tomcat Users List' Subject: Analysing dead threads

RE: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-16 Thread Dale, Matt
I have a copy of the old jvmstat if you'd like me to email it to you direct? -Original Message- From: Kevin A. Burton [mailto:[EMAIL PROTECTED] Sent: 15 November 2004 19:51 To: Tomcat Users List Subject: Re: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4 Dale, Matt wrote: I've

RE: Clustering in Tomcat

2004-11-25 Thread Dale, Matt
Have you got the distributable/ tag in your context's web.xml? Do all the objects in your session implement Serializable? -Original Message- From: Gaurav Vaish [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 04:07 To: Tomcat Users List Subject: Clustering in Tomcat Hi, I am

RE: Tomcat Sessions...

2004-11-25 Thread Dale, Matt
Firefox will share sessions between the tabs so i'm surprised this works at all. -Original Message- From: Quinton Delpeche [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 11:44 To: [EMAIL PROTECTED] Subject: Tomcat Sessions... Hi, I have a friend who has a question for the list.

RE: Tomcat

2004-11-26 Thread Dale, Matt
Once you get the connector working you could disable tomcat on 8080 so it is only accessible through apache. I think you can also you use filters to filter which ip addresses are allowed to connect but you'll need to read up the docs on that. -Original Message- From: Allen Beacon

RE: Tomcat

2004-11-26 Thread Dale, Matt
It's up to you whether it is accessible from the web or not. You map each application individually in the connector configuration. All you need to do it just not map the ROOT context and then it's not available from the web. -Original Message- From: Allen Beacon [mailto:[EMAIL

RE: Tomcat

2004-11-26 Thread Dale, Matt
Ah yes, you'd be right in thinking that. You should read up on filters then and you should be able to put a restriction on it. Ta Matt -Original Message- From: Allen Beacon [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 09:56 To: [EMAIL PROTECTED] Subject: RE: Tomcat Ok I got the

RE: Tomcat

2004-11-26 Thread Dale, Matt
yeah, you could do it that way too. There are probably loads of ways but that's as good as any. Good luck Ta Matt -Original Message- From: Allen Beacon [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 10:15 To: [EMAIL PROTECTED] Subject: RE: Tomcat What if I disable 8080 on tomcat

RE: Tomcat

2004-11-26 Thread Dale, Matt
Yup, that's right, once this connector is removed, the only way to connect is through apache. -Original Message- From: Allen Beacon [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 11:28 To: [EMAIL PROTECTED] Subject: RE: Tomcat Thanks to all of you for your support! one last and

RE: Runtime.exec security issue?

2004-11-29 Thread Dale, Matt
This behaviour makes sense to me as you are trying to display an application but there is not necessarily a windows display associated with Tomcat so it doesnt know where to launch the app to. And by the lack of error message i'd guess that the application is actually getting launched but not

RE: Runtime.exec security issue?

2004-11-29 Thread Dale, Matt
You could be right. I still reckon that launching graphical programs from tomcat is gonna be a bit dicey. -Original Message- From: andy wix [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 10:13 To: [EMAIL PROTECTED] Subject: RE: Runtime.exec security issue? Hi Matt, I have tried

RE: persisted Exception error

2004-11-29 Thread Dale, Matt
At least one of the objects in your session does not implement the Serializable interface, which it would need to do in order for you to persist sessions accross a tomcat reboot. Ta Matt -Original Message- From: Francesco Pellegrini [mailto:[EMAIL PROTECTED] Sent: 29 November 2004

RE: Runtime.exec security issue?

2004-11-29 Thread Dale, Matt
Have you tried the shutdown command without launching cmd? This could also be a permissions thing if you are running as a service. By default the service will run as a non-priviliged user which you'd have to change in order to reboot. -Original Message- From: andy wix [mailto:[EMAIL

RE: What Connector Should I Use?

2004-11-29 Thread Dale, Matt
JK or JK2 is the connector, the protocol is AGP. I would use the JK connector as it works and all advancements in JK2 are going to be back ported -Original Message- From: Thomas Charles Robinson [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 16:00 To: [EMAIL PROTECTED] Subject: What

RE: mod_jk.so for HP-UX 11.11

2004-11-29 Thread Dale, Matt
have you got the Gnu versions of all the tools, ie gcc, make etc? -Original Message- From: Gibson, Danny [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 18:01 To: '[EMAIL PROTECTED]' Subject: mod_jk.so for HP-UX 11.11 Hello All, Can someone put me out of my misery? I have attempted

mod_proxy_ajp

2004-12-02 Thread Dale, Matt
Title: mod_proxy_ajp Hi, Anyone know where i can downloaded it? And anyone know if it works with httpd 2.0.x? Ta Matt Any opinions expressed in this E-mail may be those of the individual and not necessarily the company. This E-mail and any files transmitted with it are

RE: mod_proxy_ajp

2004-12-02 Thread Dale, Matt
Thanks for the info, I think i'll wait until a stable 2.2 before using it in production. Ta Matt -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 02 December 2004 14:54 To: Tomcat Users List Subject: Re: mod_proxy_ajp Dale, Matt wrote: Hi, Anyone know where i

RE: List Won't Unsubscribe me

2004-12-02 Thread Dale, Matt
you shouldn't have to put anything in either the body or subject, try emailing the list owner if it's not successful -Original Message- From: Janet Ciavarelli [mailto:[EMAIL PROTECTED] Sent: 02 December 2004 21:07 To: [EMAIL PROTECTED] Subject: List Won't Unsubscribe me Hello, I'm

RE: clustering help

2004-12-02 Thread Dale, Matt
do you have the distributable/ tag in your applications web.xml? -Original Message- From: Nandish Rudra [mailto:[EMAIL PROTECTED] Sent: 02 December 2004 22:08 To: Tomcat Users List (E-mail) Subject: clustering help Hello, I an running tomcat 5.0.28 on redhat 9 and having some

RE: clustering help

2004-12-03 Thread Dale, Matt
, 2004 5:23 PM To: Tomcat Users List Subject: Re: clustering help the logs are showing that everything is replicating fine. you can't change the browser url when switching to the other server, how are you testing if it works or not? Filip - Original Message - From: Dale, Matt [EMAIL

RE: tomcat-user-unsubscribe@jakarta.apache.org

2004-12-05 Thread Dale, Matt
I think you've misunderstood, you need to send an email to that address, not to the list with that address in the title. Ta Matt -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: 05 December 2004 12:15 To: Tomcat User Mailing List Subject: [EMAIL PROTECTED] Any

OT (Slightly): Large 64 bit JVMs

2004-12-06 Thread Dale, Matt
Title: OT (Slightly): Large 64 bit JVMs Hi, Does anyone have any experience of running large 64 bit JVMs on Solaris. We've got a box with 16GB of RAM and despite increasing the kernel parameter shmmax I can't get a JVM to be any bigger than about 3300MB. Any hints or tips or links

RE: OT (Slightly): Large 64 bit JVMs

2004-12-06 Thread Dale, Matt
it out with a bigger load, or maybe try -Xms4G just for testing, to see what happens ;) Yoav Shapira http://www.yoavshapira.com -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 1:02 PM To: Tomcat Users List (E-mail) Subject: OT (Slightly

RE: OT (Slightly): Large 64 bit JVMs

2004-12-07 Thread Dale, Matt
You can ignore this, I never put the -d64 switch so it was running in 32 bit mode. Ta Matt -Original Message- From: Dale, Matt Sent: 06 December 2004 20:47 To: Tomcat Users List Subject: RE: OT (Slightly): Large 64 bit JVMs I already know that the application will use that much

RE: OutOfMemory! Tomcat meets sudden spikes of used memory sometimes.

2004-12-08 Thread Dale, Matt
The fact that you have the same symptons in tomcat 4 and in 5 points towards your application as being the culprit. Is there any reason why you chose tomcat 5.0.18 instead of one of the many newer releases? I would find another profiler that works with both and try your tests again. Ta Matt

Tomcat 5.5 Webapp logging.

2004-12-09 Thread Dale, Matt
Title: Tomcat 5.5 Webapp logging. Hi, We have a 3rd party application which has a nasty habit of chucking out a load of messages to stdout and stderr. Up until tomcat 5 we used a console Logger with swallowOutput turned on to catch all that output so it didnt end up in catalina.out.

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Dale, Matt
, add a line like log4j.logger.rootPackageOf3rdPartyApp = WARN to the sample file at the above URL, and you should be all set. Yoav Shapira http://www.yoavshapira.com   -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 10:14 AM To: Tomcat Users

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Dale, Matt
thought that at least the file would be created even if nothing was in it. Any ideas? Ta Matt -Original Message- From: Dale, Matt Sent: 09 December 2004 15:41 To: Tomcat Users List Subject: RE: Tomcat 5.5 Webapp logging. That's the one I tried but never got too far. I'll give it a another

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Dale, Matt
://www.yoavshapira.com -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 11:00 AM To: Tomcat Users List Subject: RE: Tomcat 5.5 Webapp logging. Hi, I can't even get it to create the log file and see no log4j related messages in the catalina.out

RE: Tomcat 5.5 Webapp logging.

2004-12-09 Thread Dale, Matt
define loggers and appenders in a way where Tomcat's info can go to a separate log file than the stdout console or stdout log file. Jake Quoting Dale, Matt [EMAIL PROTECTED]: Hi, We have a 3rd party application which has a nasty habit of chucking out a load of messages to stdout and stderr. Up

RE: prevent multiple form posts using only servlets

2004-12-12 Thread Dale, Matt
The way I handle this is to use javascript to disable the submit button after it has been clicked. This used in conjuction with the other suggestions should cover all possibilities -Original Message- From: Elihu Smails [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 7:13 PM

RE: log4j and tomcat 5.5

2004-12-12 Thread Dale, Matt
Hopefully I explained things better and piqued your curiosity about repostiory selectors in Log4j-1.3 :-) You certainly have mine ;) -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 12:06 AM To: Tomcat Users List; Marcelo Moreira Subject:

RE: Tomcat Running out of Memory

2004-12-12 Thread Dale, Matt
I've replied to this further down the thread but as an aside there are ways to bump up the max process size to 3G (with kernel shenanigans) but 32 bit java is fixed at 2G. The figure 1850MB doesnt sounds quite right but it's probably related to the default max process size of 2G and the java

RE: Tomcat 5.5 Webapp logging.

2004-12-12 Thread Dale, Matt
, December 09, 2004 6:16 PM To: Tomcat Users List Subject: RE: Tomcat 5.5 Webapp logging. Quoting Dale, Matt [EMAIL PROTECTED]: This sounds like kind of what I want but you've confused me. I basically want the System.out and stdout from a particular webapp to go to a specific log file

RE: log4j and tomcat 5.5

2004-12-13 Thread Dale, Matt
- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Sunday, December 12, 2004 5:22 PM To: Tomcat Users List Subject: RE: log4j and tomcat 5.5 Hopefully I explained things better and piqued your curiosity about repostiory selectors in Log4j-1.3 :-) You certainly have mine ;) shamelessPlug

RE: log4j and tomcat 5.5

2004-12-13 Thread Dale, Matt
ignore that, found the binary download. Ta Matt -Original Message- From: Dale, Matt Sent: 13 December 2004 14:37 To: Tomcat Users List Subject: RE: log4j and tomcat 5.5 Hi, Shameless plug accepted, is there somewhere I can download it or do I need to get it from CVS? Ta Matt

RE: 5.0 vs 5.5

2004-12-13 Thread Dale, Matt
Might as well go to 5.5.4 as it is stable and the way forwards. Management of the 2 is very similar. Ta Matt -Original Message- From: Dola Woolfe [mailto:[EMAIL PROTECTED] Sent: 13 December 2004 15:20 To: Tom Cat Subject: 5.0 vs 5.5 So I decided to upgrade my Tomcat (and go with the

RE: OutOfMemory Errors

2004-12-13 Thread Dale, Matt
Perhaps you just arent allocating enough memory for your application and there is no leak. As always i recommend getting a hold of jvmstat from sun and it'll give you some visual clues as to what is going on. -Original Message- From: Asim Alp [mailto:[EMAIL PROTECTED] Sent: 13 December

RE: visualgc and tomcat

2004-12-13 Thread Dale, Matt
The process will be named Bootstrap if that is of any use to you. Normally this is service related as the owner of the service is not the user you are logged in as but that appears not to be so in this case. -Original Message- From: Asim Alp [mailto:[EMAIL PROTECTED] Sent: 14 December

RE: Tomcat Running out of Memory

2004-12-12 Thread Dale, Matt
Hi, As an addition to this i'd like to add that if you are not explicitly increasing your permanent generation then I'm not surprised that many JSPs would fill it up. You will probably find that the default Maximum size of the Permanent generation is 64MB and it is that which is filling up

RE: Myth or Best practice : %@ page session=false %

2004-12-15 Thread Dale, Matt
Hi, If the session has not already been created then this will ensure that this jsp does not create it. If one exists already it won't destroy it but the JSP won't have access to it. I reckon it's good practice to use this, if you don't need a session, don't create it. Ta Matt -Original

RE: mod_jk2 future?

2004-12-20 Thread Dale, Matt
The recommended ways to go are JK or mod_proxy_ajp. Ta Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 20 December 2004 11:17 To: [EMAIL PROTECTED] Subject: mod_jk2 future? Hi all, I've a jsp-based application (interface to an oracle db) that will go

RE: Why is tomcat (java) so memory intensive?

2004-12-21 Thread Dale, Matt
and get jvmstat from sun, it will allow you to see which area in the heap runs out of space. Ta Matt -Original Message- From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] Sent: 21 December 2004 15:12 To: Tomcat Users List Subject: RE: Why is tomcat (java) so memory intensive? you

  1   2   3   4   >