Re: [OT] How much RAM can java use

2005-10-06 Thread J. Ryan Earl
the amount of identical objects you can create as compared to a 32-bit 1.6GB heap space because all pointer references will occupy twice the space. -ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Tomcat Session Replication Question

2005-09-21 Thread Ryan McDonald
rejoins the cluster some sessions are lost because we did not provide enough time for all the sessions to replicate. Thanks, Ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Security manager w/ manager app

2005-09-15 Thread Ryan Daly
All: Is it possible to start Tomcat w/ the security manager enabled if I were to use the Tomcat Web Application Manager? -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 64 Bit Machines and Tomcat

2005-08-16 Thread J. Ryan Earl
64-bit as well. These machines are Intel Zeon processors (dual) Are they EM64T Xeons, or the older 32-bit only Xeons? -ryan JR --- J. Ryan Earl [EMAIL PROTECTED] wrote: J R wrote: I tried to install Tomcat, and got the following: ./configure [...] configure: error

Re: 64 Bit Machines and Tomcat

2005-08-15 Thread J. Ryan Earl
installation? I assume you're using the AMD64 JDK? -ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Clusters - Disabling or restricting autodiscovery via multicast (security question)

2005-08-13 Thread ryan boyd
to restrict autodiscovery of cluster membership to a known list of IPs or disable auto discovery alltogether? Thanks, Ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DeltaManager: calculation of deltas

2005-08-12 Thread Ryan Heaton
that this is acceptable? Regards, -Ryan Heaton -- This message may contain confidential information, and is intended only for the use of the individual(s) to whom it is addressed

Re: Problem Bringing up Admin

2005-07-27 Thread J. Ryan Kelley
familiar with the admin servlet then Hermes MSH. Anyone have any idea what would give me these dependency errors? Thanks, Ryan Peddireddy Srikanth wrote: hmm, i dont think struts need to be downloaded seperately are u using JDK 1.4 or 1.5 ?? if u r using 1.4 u have to download compatabliity

Re: Problem Bringing up Admin

2005-07-26 Thread J. Ryan Kelley
marked unavailable because of messed up dependencies, do I need to download struts? Thanks again for helping out a newbie, Ryan Peddireddy Srikanth wrote: hmm if u have manger application running , try depploying (or redeploying ) admin application theu it and then try to login I hope

Re: Problem Bringing up Admin

2005-07-25 Thread J. Ryan Kelley
Yes, those files are exactly where you say they should be. Thanks. Ryan Peddireddy Srikanth wrote: may be you would have done this but I want to know... whethere you extracted all files from that admin archive (zip or tar) and placed the files in respective folders like admin.xml

Problem Bringing up Admin

2005-07-22 Thread J. Ryan Kelley
. Is anyone familiar with this problem, I'm sure that it's probably a basic solution, i'm a complete and total newbie to tomcat. Thanks in advance, -- J. Ryan Kelley Trinity Transport, Inc.

Re: Max thread/session timeouts

2005-07-21 Thread J. Ryan Earl
accordingly. The short answer is: try it out, play with it. 500 threads isn't a whole lot. -ryan Kenneth Litwak wrote: We're running an application on Tomcat that often hits the limit of 150 threads. Can someone with experience changing this value give me advice on it? How big can you make

Can't set login ID

2005-07-19 Thread Ryan Champlin
I'm using tomcat 5.5.7. When I go to configure it though the monitor and try to set the login account it doens't seem to save them. After setting and hitting Apply/OK and then re-opening the configuration screen the setting is always set back to Local System Account?? Thanks ,Ryan

Clusters - Disabling or restricting autodiscovery (security question)

2005-07-13 Thread ryan boyd
autodiscovery of cluster membership to a known list of IPs or disable auto discovery alltogether? Thanks, Ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Classpath issues with embedded tomcat

2005-07-12 Thread Ryan LeCompte
help is greatly appreciated! Thanks, Ryan

Clusters - Disabling or restricting autodiscovery

2005-07-12 Thread ryan boyd
auto discovery alltogether? Thanks, Ryan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem configuring context resource in embedded tomcat 5.5.9

2005-07-11 Thread Ryan LeCompte
WEBAPPS --- All of the above code is executed after the root context is created and initialized, and before the embedded tomcat engine is started. Any ideas? Thanks! Ryan

img tag's src not working for image files in a JSP in tomcat 5.5

2005-06-27 Thread Ryan Champlin
? Can anyone shed some light on why I can't get my image files to show up in my JSP pages? Thanks, Ryan

RE: img tag's src not working for image files in a JSP in tomcat 5.5

2005-06-27 Thread Ryan Champlin
I've tried clearing my browser cach and tried both Firefox and IE. Neither seem to be able to access those images at that location. So I don't think it's the browser necessarily. Not using SSL and don't have any security in place for this application. Ryan -Original Message- From

Properly setting src attribute for an img tag in a JSP

2005-06-27 Thread Ryan Champlin
the directory listing I can then readd the file name and the file will load in the browser. Any clue?? I'm completely stuck on this one. Ryan -Original Message- From: Anoop kumar V [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 4:34 PM To: Tomcat Users List Subject: Re: img tag's src

SSL keystore with more than one key entry - which alias is used?

2005-06-17 Thread John Ryan-Brown
If the keystore that Tomcat uses contains more than one entry where Entry type = keyEntry, how does Tomcat choose which one to use when sending a certificate to the client? It seems as though the alias name is not significant - any alias will do. After some experimenting it seems it uses the

ConcurrentModificationException in 5.0.27

2005-05-25 Thread Ryan LeCompte
PM org.apache.catalina.startup.Catalina start INFO: Server startup in 37674 ms Regards, Ryan

RE: Tomcat processes

2005-05-04 Thread J. Ryan Earl
Generally speaking, one process with a lot of threads should perform better than distributing the threads among multiple processes because you're not doing as much context switching and it's more efficient on caches. J. Ryan Earl Systems/Network Engineer dynaConnections Corporation 512.306.9898

RE: is it worth upgrading to tomcat 5.5.9 over jdk1.4?

2005-04-29 Thread J. Ryan Earl
didn't notice any negative side affects migrating our application over from the Sun JRE 1.4.2 = 1.5.0, it just worked. J. Ryan Earl Systems/Network Engineer dynaConnections Corporation 512.306.9898 -Original Message- From: Guy Katz [mailto:[EMAIL PROTECTED] Sent: Friday, April 29, 2005 8:02

New logs showing up under Tomcat 5.5.9

2005-04-29 Thread Ryan Daly
All: Just upgraded to 5.5.9 yesterday. Can anyone quickly tell me what the extra log files are in the logs directory? I'm getting: admin.2005-04-28.log, catalina.2005-04-28.log, host- manager.2005-04-28.log, localhost.2005-04-28.log, and manager.2005-04-28.log They're all 0 bytes. Can I stop

RE: Clustering application scope replication

2005-04-22 Thread J. Ryan Earl
How does Tomcat know what to serialize? Does it just use the Reflection package and serialize out -everything- that implements java.io.Serializable? -ryan -Original Message- From: Lionel Farbos [mailto:[EMAIL PROTECTED] Sent: Friday, April 22, 2005 9:11 AM To: Tomcat Users List Cc

RE: Clustering application scope replication

2005-04-22 Thread J. Ryan Earl
I've read that document many times, and that does not answer my question. -ryan -Original Message- From: Lionel Farbos [mailto:[EMAIL PROTECTED] Sent: Friday, April 22, 2005 9:50 AM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Clustering application scope replication

RE: Clustering application scope replication

2005-04-22 Thread J. Ryan Earl
Let me rephrase the question, how does Tomcat determine what is a session attribute. What if there are classes that implement java.io.Serializable that have nothing to do with session attributes? -ryan -Original Message- From: J. Ryan Earl [mailto:[EMAIL PROTECTED] Sent: Friday, April

RE: OutOfMemoryError - 100 thread limit?

2005-04-21 Thread J. Ryan Earl
So let me get this straight, LeeAnn is specifying a maximum heap size of 512MB and a minimum size of 128MB. It looks like the heap doesn't get adjusted up when the servlets are initializing? Thus she needs to increase her minimum heapsize, so something like -Xms512m should fix it? -ryan

RE: OutOfMemoryError - 100 thread limit?

2005-04-21 Thread J. Ryan Earl
Peter Lin reproduced and fixed the problem LeeAnn is seeing, and said If I set my heap to -Xms256m -Xmx512m I'm able to load the 18 webapps just fine. the total memory used after all the webapps are loaded is 152Megs. He didn't mention anything about adjusting the perm gen space. -ryan

RE: OutOfMemoryError - 100 thread limit?

2005-04-21 Thread J. Ryan Earl
I, for one, am awaiting LeeAnn's response with abated breath. =) -ryan -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 9:53 AM To: Tomcat Users List Subject: RE: OutOfMemoryError - 100 thread limit? From: Peter Lin [mailto:[EMAIL

RE: OutOfMemoryError - 100 thread limit?

2005-04-21 Thread J. Ryan Earl
. Maybe even try raising your maximum heap size to say 1024MB? Which JVM are you using again? Which other JVMs have you tried? -ryan PS I just checked a production instance, and it looks like: $ ps axl|grep java 0 101 24243 1 16 0 2275516 906312 322497 Sl ?465:48 /opt/sun-jdk

RE: OutOfMemoryError - 100 thread limit?

2005-04-21 Thread J. Ryan Earl
Awesome, I'm glad that was solved as I'm about to do the same thing with our application: running multiple instances of the application on a single tomcat instance housing many virtual hosts. Thanks for the http://java.sun.com/docs/hotspot/VMOptions.html link Peter. -ryan -Original Message

RE: OutOfMemoryError - 100 thread limit?

2005-04-20 Thread J. Ryan Earl
After you've started your application, do a ps ax|grep java and see if that value is really making it into the command line; I'm doubting it is. To set these options, I added a the following the the .bash_profile of my tomcat user: export JAVA_OPTS=-Xmx1000m -ryan -Original Message

RE: Need help exporting contexts not under webapps/

2005-04-19 Thread J. Ryan Earl
webapps/ On Mon, Apr 18, 2005 at 01:16:04PM -0500, J. Ryan Earl wrote: : So my question is, in short, given a directory structure of static files, : how do you get Tomcat to serve said static content off of an arbitrary URI? So, are you trying to 1/ have a Tomcat-run webapp serve content that exists

RE: Need help exporting contexts not under webapps/

2005-04-19 Thread J. Ryan Earl
Yea, I accidently hit the send button on the last email before I was done writing it, but it's working. I just had to create two context files under conf/Catalina/localhost/ -ryan -Original Message- From: Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 1:33 PM

Need help exporting contexts not under webapps/

2005-04-18 Thread J. Ryan Earl
/CMFiles/DOCS debug=0 /Context So my question is, in short, given a directory structure of static files, how do you get Tomcat to serve said static content off of an arbitrary URI? Ideas? Thanks in advance, -ryan

Changing .systemPrefs location

2005-03-31 Thread Ryan Daly
All: I'm running various Tomcat instances on the same system, using the same JDK. One problem I'm running into is: * One web app is running as user1 * Another web app is running as user2 * Both web apps use the same JDK * Both web apps use system preferences * When one web app is started,

Re: Tomcat5 java.lang.OutOfMemoryError

2005-01-11 Thread Ryan Stewart
I posted a how-to on this just yesterday I think. Try the archives. It's typically a good idea to check there before you post. -Original Message- From: SARMIENTO Claudia COGA[EMAIL PROTECTED] To: 'Tomcat Users List'tomcat-user@jakarta.apache.org Date: Mon Jan 10 10:49:20 PST 2005

Re: Errors Starting Up Tomcat 5.5

2005-01-10 Thread Ryan Austin
it? Thanks, Ryan Doug - Original Message - From: Ryan Austin [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Friday, January 07, 2005 10:13 PM Subject: Errors Starting Up Tomcat 5.5 Hi All, I can start up tomcat and run the main page http://localhost:8080, but if I try to go

Re: Errors Starting Up Tomcat 5.5

2005-01-10 Thread Ryan Austin
version 5.5.4 No other apps have been installed. Thanks, Ryan Parsons Technical Services wrote: Stop Tomcat Make sure the Servlet Examples war file is still in the webapps folder and then delete the folder. Start Tomcat The war file should be deployed and the folder recreated. If no go: Make sure

Re: Errors Starting Up Tomcat 5.5

2005-01-10 Thread Ryan Austin
I just read that you need jre 1.5 or later and I was using j2sdk1.4.2_06. Could this be the cause of the errors I am seeing? I will update it and give it a try. Ryan Parsons Technical Services wrote: You are correct. I guess I was hallucinating again. Rip the files from the download and reinstall

Re: Re: Out of Memory when compiling JSP (Struts app on Tomcat 4.1.27)

2005-01-08 Thread Ryan Stewart
If you're nervous about registry work, back up your registry. Then open regedit and find: HKLM\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1\Parameters (You can choose a different control set as well, and for Tomcat 5 users, this is under ...\Services\Tomcat5\Parameters.) You should see

Errors Starting Up Tomcat 5.5

2005-01-07 Thread Ryan Austin
Hi All, I can start up tomcat and run the main page http://localhost:8080, but if I try to go to the servlets examples it can't find the page... In the catalina.out log, there are errors that are only there when I keep the servlets-examples directory in the webapps folder, if I take it out all

Re: web.xml servlet mappings, url pattern and CGI.PATH_INFO (tomcat 4.1.31)

2005-01-04 Thread Ryan Stewart
I don't know anything about ColdFusion, but if I understand you right, you're wanting to tack extra information onto a url beyond the file name and retrieve it somewhere for use, like so: http://server/context/index.cfm/someParam Then the page is actually index.cfm, and when it is run it will

Re: Re: JSP compilation problem

2005-01-03 Thread Ryan Stewart
As QM mentioned, Tomcat 5.0 doesn't support Java 5.0 out of the box, so to speak. I believe there's a patch you need to make them play nicely. Tomcat 5.5, as he pointed out, is very tight with Java 5.0. -Original Message- From: Frank W. Zammetti[EMAIL PROTECTED] To: Tomcat Users

kaffe and tomcat 5.5.4

2005-01-02 Thread Ryan Harris
that Tomcat 5.5.4 runs perfectly on Kaffe only to be stopped by limitations in the commons-daemon... Perhaps there is another way to run tomcat 5.54 on port 80 as an unprivileged user in linux? thank you, Ryan Harris From: Ryan Harris [EMAIL PROTECTED

Re: JSP compilation problem

2005-01-01 Thread Ryan Stewart
I answered you yesterday on this. There's generally no reason to post the same question two days in a row. Just wait and see if an answer shows up. Your problem is (still) that you have one or more errors in your JSP. If you can't figure out where the compiler output is, then go and compile the

Re: Re: JSP compilation problem

2005-01-01 Thread Ryan Stewart
version is Tomcat using? Are you sure you compiled the servlet with the same one? -Original Message- From: Frank W. Zammetti[EMAIL PROTECTED] To: Tomcat Users Listtomcat-user@jakarta.apache.org Date: Sat Jan 01 07:22:09 PST 2005 Subject: Re: JSP compilation problem I did not post twice Ryan

Re: JSP compilation problem

2004-12-31 Thread Ryan Stewart
Quite simply, you have an error in your JSP that is preventing the translated servlet from compiling. If you don't know where to look for the compiler output, then just go and manually compile the servlet. -Original Message- From: Frank W. Zammetti[EMAIL PROTECTED] To: Tomcat

Re: java.lang.NullPointerException in tomcat 5.5.4

2004-12-31 Thread Ryan Stewart
In your login.jsp you're calling the dispatch method of gnu.beanfactory.servlet.Dispatcher and most likely passing it null as an argument. I don't know anything about this beanfactory, so I can't say much more at the moment. -Original Message- From: ssk 2001[EMAIL PROTECTED] To:

Context not auto-reloading

2004-12-24 Thread Ryan Stewart
I have the following context file in conf\Catalina\localhost, but get no reloading on change of webapp contents. Can someone point out what I'm doing wrong? Context docBase=C:\Projects\webStats\target path=webStats reloadable=true backgroundProcessorDelay=2 /Context

RE: Multipe Tomcat instances

2004-12-01 Thread Ryan Daly
OK. I understand the separation point. I think as long as I can start separate instances by referencing a separate server.xml file, I'll do it that way. If I need to upgrade one web app, then I can split it out then. Thanks for the input. It's appreciated. -- On Wed, 2004-12-01 at 09:05,

RE: Multipe Tomcat instances

2004-11-30 Thread Ryan Daly
On Mon, 2004-11-29 at 14:53, Shapira, Yoav wrote: Hi, I do it this way all the time. The biggest pro is complete separation. If one app gets whacky (heavy load, OutOfMemoryError, malicious attack), others are not affected at all. If one app needs to be upgraded or a bug fix shipped, or its

Multipe Tomcat instances

2004-11-29 Thread Ryan Daly
Does anyone have experience with setting up multiple instances of Tomcat instead of having multiple hosts being served under one instance? If anyone does, what are some pros and/or cons to doing things this way? Thanks. - To

RE: OutOfMemory exceptions

2004-11-24 Thread Ryan Daly
I read in another thread about setting up one Tomcat instance per host. Is that something you'd recommend doing? At least then a redeploy wouldn't affect other webapps running on that same host... Maybe this should be another thread if it gets much attention. --

OutOfMemory exceptions

2004-11-23 Thread Ryan Daly
All: I've seen a few threads regarding the OutOfMemory problems. Has it been decided that reloading webapps is one of the causes of this? And, if so, would an undeploy and a new deploy fix that issue? Thanks. -- - To

RE: OutOfMemory exceptions

2004-11-23 Thread Ryan Daly
On Tue, 2004-11-23 at 09:05, Shapira, Yoav wrote: No, and such a decision could never be made. OK. So, reloading webapps should clean up items in memory consumed by that particular webapp, then? Do you know of a good memory profiler that can be run while webapps are up and return to me what

RE: OutOfMemory exceptions

2004-11-23 Thread Ryan Daly
On Tue, 2004-11-23 at 09:17, Shapira, Yoav wrote: Yes and no. You are vastly oversimplifying the real world here. It's extremely difficult to come up with a webapp that can truly be reloaded without a memory loss. Would undeploying the webapp follow the same route (meaning some memory loss)?

RE: swallowOutput and catalina.out

2004-11-19 Thread Ryan Daly
-mail: [EMAIL PROTECTED] -- Ryan Daly Network Administrator Concurrent Technologies Corporation 100 CTC Drive Johnstown, PA US 15904-1935(V) 814.269.6889 (F) 814.269.2685 91 3E E1 09 16 D1 5A 67 1A CA 16 C7 E0 C1 74 72 ftp.ctcgsc.org:/pub/PGP-keys/rd.asc

SSL mutual authentication problem with Tomcat5

2004-11-18 Thread Ryan LeCompte
to provide. -- Ryan

swallowOutput and catalina.out

2004-10-27 Thread Ryan Daly
All: Sorry if I've missed a thread regarding this. I have multiple web applications on a single instance of Tomcat. I want to get all of the logging that goes to catalina.out to go to the individual web app logs. I'm trying to use swallowOutput, but I'm not sure if I have it in the right spot.

RE: swallowOutput and catalina.out

2004-10-27 Thread Ryan Daly
On Wed, 2004-10-27 at 09:27, Shapira, Yoav wrote: Hi, Hmm, I'm not sure if swallowOutput on the DefaultContext works. I've only used it on a proper Context declaration. What Tomcat version are you using? Sorry. That would've helped. It's Tomcat v5.0.28. If you're saying it should go in

Re: swallowOutput and catalina.out

2004-10-27 Thread Ryan Daly
You implemented log4j to log what usually goes into catalina.out? -- On Wed, 2004-10-27 at 09:34, Ben Souther wrote: This is how I did it before implementing log4j. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: swallowOutput and catalina.out

2004-10-27 Thread Ryan Daly
On Wed, 2004-10-27 at 09:55, Shapira, Yoav wrote: Hi, Yeah. System.out is for novices and small apps. Real apps need a real logging toolkit. Is there a link you can point me toward to get log4j going instead of catalina.out? If I implement that now, then I'll be good to go to move to Tomcat

RE: web.xml

2004-08-11 Thread Ryan Lissack
Hi Schalk, You could probably use XML entities to do that, I haven't tried it but I think it would probably work ... Simple example: http://xmlwriter.net/xml_guide/entity_declaration.shtml web.xml example: http://www.adtmag.com/java/article.asp?id=5785 HTH, Ryan -Original Message

RE: How do you set cache-control for static (gif, jpg) resources

2004-07-30 Thread Ryan Lissack
Hi, You could write a servlet filter and only map it to those resources in web.xml Ryan -Original Message- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: 30 July 2004 13:53 To: [EMAIL PROTECTED] Subject: How do you set cache-control for static (gif, jpg) resources I am trying

Tomcat and PHP

2004-07-16 Thread Ryan McCain
I have PHP 3.x and Tomcat 4.x installed on a SLES box. What do I need to configure in Tomcat so that it knows what to do w/ .php files? Tomcat is acting as the webserver and not apache. thanks, ryan -- Ryan McCain Northrop Grumman Linux System

RE: JNDI / pooling

2004-07-09 Thread Ryan Lissack
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-resources-howto.html See the 'Adding Custom Resource Factories' section. Ryan. -Original Message- From: Viorel Dragomir [mailto:[EMAIL PROTECTED] Sent: 09 July 2004 13:12 To: Tomcat Users List Subject: JNDI / pooling Hi, I can't

RE: mod_jk2 ./configure problem/query

2004-07-05 Thread Ryan McConigley
everything from scratch. Interestingly the second time around it seemed to work fine... Which probably doesn't help you any. Cheers, Ryan. -- Ryan McConigley - Systems Administrator _.-, Computer Science University of Western Australia

Re: mod_jk2 ./configure problem/query

2004-07-04 Thread Ryan McConigley
://www.csse.uwa.edu.au/~ryan/tech/mod_jk2.html Essentially you need to add in one/some additional libraries into one of the make files. Just make sure you get the right library paths, but see the web pages for the details as I'm guessing its a system dependant thing. Cheers

Change to Port 80

2004-07-01 Thread Ryan McCain
How do I configure Tomcat to run on port 80 as opposed to 8080? I changed a few parameters in the xml config file, but nothing seemed to have took. OS=SUSE Linux Tomcat=4.x Thanks, Ryan - To unsubscribe, e-mail: [EMAIL

Re: Change to Port 80

2004-07-01 Thread Ryan McCain
Thanks for the response. Thats what I thought it was, and when I changed it previously, my browser just hangs and says Waiting for connection Any ideas? Thanks, Ryan [EMAIL PROTECTED] 7/1/2004 3:56:49 PM Ryan McCain wrote: How do I configure Tomcat to run on port 80 as opposed to 8080? I

Re: What about Tomcat under java 1.5?

2004-06-30 Thread Ryan McConigley
At 08:05 PM 30/06/2004 -0700, you wrote: Just wondering if people tried itÂ…. I have. Seems to work fine for me with no hassles. Cheers, Ryan. -- Ryan McConigley - Systems Administrator _.-, Computer Science University of Western

RE: What about Tomcat under java 1.5?

2004-06-30 Thread Ryan McConigley
of the machine, so it runs faster now, but I would expect it to just from the change in hardware alone. (A PIII 1G to a PIV 2.4G). Cheers, Ryan. -- Ryan McConigley - Systems Administrator _.-, Computer Science University of Western Australia

Re: Apache2, Tomcat5 and mod_jk2 configuration problems

2004-06-24 Thread Ryan McConigley
At 12:16 PM 24/06/2004 +0800, you wrote: Hi Ryan, I should have asked this earlier, but are you using the RPM version of Apache or compiling the source tarball ? I notice that your directory is /usr/local, which indicates that you are probably using the source tarball (for RH9 rpms, it would

Apache2, Tomcat5 and mod_jk2 configuration problems

2004-06-23 Thread Ryan McConigley
-- Context path= docBase= debug=1/ /Host /Engine /Service /Server --- -- Ryan McConigley - Systems Administrator _.-, Computer Science University of Western Australia

Re: Apache2, Tomcat5 and mod_jk2 configuration problems

2004-06-23 Thread Ryan McConigley
At 10:09 PM 23/06/2004 +0800, you wrote: Hi Ryan, It sounds like an error similar to one Andrew Clute encountered on Red Hat Enterprise Linux 3 (apr_md5_final). I transcribed some of the steps he took here : http://cymulacrum.net/writings/tomcat5/a1375.html Can you test it first ? If it works

Re: Apache2, Tomcat5 and mod_jk2 configuration problems

2004-06-23 Thread Ryan McConigley
At 12:16 PM 24/06/2004 +0800, you wrote: Hi Ryan, I should have asked this earlier, but are you using the RPM version of Apache or compiling the source tarball ? I notice that your directory is /usr/local, which indicates that you are probably using the source tarball (for RH9 rpms, it would

RE: Tomcat 4.1.24 stops responding due to attack

2004-06-22 Thread Ryan Lissack
=tomcat+jitters%2C+then +hangs+-+please+helpq=b HTH, Ryan. -Original Message- From: Kedar [mailto:[EMAIL PROTECTED] Sent: 22 June 2004 05:09 To: [EMAIL PROTECTED] Subject: Tomcat 4.1.24 stops responding due to attack Hi, I am facing following problem : Problem : After working properly

please...

2004-06-17 Thread ryan deneveu
like to be able to view her leads online like I was able to a couple of days ago. Sorry about the inconvenience. Sincerely, ryan deneveu [EMAIL PROTECTED] Why Wait? Move to EarthLink.

RE: tomcat hangs

2004-06-09 Thread Ryan Lissack
Hi Matt, See this message for the probable solution: http://marc.theaimsgroup.com/?l=tomcat-userm=108670043100516w=2 Also see the following messages for further explanations: http://marc.theaimsgroup.com/?l=tomcat-userw=2r=1s=tomcat+jitters%2C+then +hangs+-+please+helpq=b HTH, Ryan

RE: Tomcat 5.0.x deadlock

2004-06-08 Thread Ryan Lissack
Hi, Does Tomcat stop responding on both RedHat 8 and RedHat 9 or just the one on RedHat 9 ? Ryan. -Original Message- From: Stefano Lissa [mailto:[EMAIL PROTECTED] Sent: 08 June 2004 13:31 To: Tomcat Users List Subject: Tomcat 5.0.x deadlock Hi, this my situation: two indipendent

RE: Tomcat 5.0.x deadlock

2004-06-08 Thread Ryan Lissack
this in the archives ... Ryan. -Original Message- From: Stefano Lissa [mailto:[EMAIL PROTECTED] Sent: 08 June 2004 14:07 To: Tomcat Users List Subject: Re: Tomcat 5.0.x deadlock Ryan Lissack wrote: Hi, Does Tomcat stop responding on both RedHat 8 and RedHat 9 or just the one on RedHat 9 ? sorry

Custom Authenticator for Flash Remoting?

2004-06-07 Thread ryan
to override the invoke method of Authenticator hoping that I could wrap the request from there and then call super to hand it along to AuthenticatorBase, but this threw an exception. Any Ideas? --Ryan

Re: Re: Tomcat 4.1.30 HTTP-HTTPS redirect problem (second attempt)

2004-06-06 Thread Ryan Stewart
. Ryan Stewart [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I posted a question about this about a week ago, but haven't seen any reply. I've set up Tomcat 4.1.30 for secure access via SSL. Unsecure port is 8080, secure port is 8081. I use Tomcat for J2EE application development

Re: Re: Tomcat 4.1.30 HTTP-HTTPS redirect problem (second attempt)

2004-06-05 Thread Ryan Stewart
. Valentin mailto: [EMAIL PROTECTED] From: Ryan Stewart [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat 4.1.30 HTTP-HTTPS redirect problem (second attempt) Date: Fri, 4 Jun 2004 20:24:52 -0700 (PDT) I posted a question about this about a week ago

Tomcat 4.1.30 HTTP-HTTPS redirect problem (second attempt)

2004-06-04 Thread Ryan Stewart
I posted a question about this about a week ago, but haven't seen any reply. I've set up Tomcat 4.1.30 for secure access via SSL. Unsecure port is 8080, secure port is 8081. I use Tomcat for J2EE application development, and the problem is related to that. Using basic authentication, things

Re: value for useBean class attribute invalid

2004-06-04 Thread Ryan Stewart
-Original Message- From: Ben[EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri Jun 04 18:59:40 PDT 2004 Subject: value for useBean class attribute invalid Hi there, I'm trying to set up a simple beans backed jsp application. I set up everything, the bean compiles, the context for the web

mod_JK2 static installation problem

2004-06-03 Thread Ryan Peterson
. Below is the directions from the site followed by the pertinent parts of my make file. Any help on the subject would be appreciated. I've looked around and mostly find that people use the so module way of installing. Thanks, Ryan Peterson

Re: Secure web.xml and WEB-INF

2004-05-31 Thread Ryan Stewart
-Original Message- From: Bond, James Bond[EMAIL PROTECTED] To: Tomcat Users List[EMAIL PROTECTED] Date: Sun May 30 22:40:16 PDT 2004 Subject: Secure web.xml and WEB-INF Hello. Please, give me some tips how to secure (deny for reading in browser) access to web.xml and WEB-INF folder? Any

Re: Secure web.xml and WEB-INF

2004-05-31 Thread Ryan Stewart
-Original Message- From: Bond, James Bond[EMAIL PROTECTED] To: Tomcat Users List[EMAIL PROTECTED] Date: Sun May 30 22:40:16 PDT 2004 Subject: Secure web.xml and WEB-INF Hello. Please, give me some tips how to secure (deny for reading in browser) access to web.xml and WEB-INF folder? Any

Re: Secure web.xml and WEB-INF

2004-05-31 Thread Ryan Stewart
-Original Message- From: Bond, James Bond[EMAIL PROTECTED] To: Tomcat Users List[EMAIL PROTECTED] Date: Sun May 30 22:40:16 PDT 2004 Subject: Secure web.xml and WEB-INF Hello. Please, give me some tips how to secure (deny for reading in browser) access to web.xml and WEB-INF folder? Any

Tomcat 4.1.30 SSL redirect half working

2004-05-30 Thread Ryan Stewart
This is my first time using a mailing list, so hopefully I'm doing this right. I assume the same basic rules as usenet--text only, no attachments, bottom post, etc? Okay, my problem: I've set up Tomcat 4.1.30 for secure access via SSL. Unsecure port is 8080, secure port is 8081. I use Tomcat

RE: Tomcat Hung!!! Help needed

2004-05-26 Thread Ryan Lissack
Hi Emerson, Yep, for some reason I did think you were the original poster ;) I do not think there would be any benefit by setting this in your case. Regards, Ryan. -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: 25 May 2004 18:10 To: Tomcat Users List Subject

RE: Tomcat Hung!!! Help needed

2004-05-25 Thread Ryan Lissack
Hi, Yes it will more than likely fix your problem. It is a problem with RedHat 9 and NPTL. Search the archives for further information. Also you are probably better off using the following: export LD_ASSUME_KERNEL=2.4.1 Ryan. -Original Message- From: Emerson Cargnin [mailto:[EMAIL

RE: session data in Tomcat 5

2004-05-20 Thread Ryan Lissack
Hi, I've included that, and other tips, in my (brief) 4.x - 5.x upgrade guide: http://www.brandxdev.net/misc/tomcat_upgrade.site Thanks for making that available, quite useful. Regards, Ryan. - To unsubscribe, e-mail

RE: Tomcat having strange 'hickups'

2004-05-13 Thread Ryan Lissack
/gc1.4.2/index.html http://java.sun.com/developer/technicalArticles/Programming/turbo/ http://www.javaworld.com/javaworld/jw-03-2003/jw-0307-j2segc.html http://performance.netbeans.org/reports/gc/ http://www.tagtraum.com/ http://jakarta.apache.org/tomcat/articles/performance.pdf Regards, Ryan

RE: Off Topic - Java Graphing Package

2004-05-12 Thread Ryan Lissack
Hi, This might help : http://www.manageability.org/blog/stuff/open-source-structured-graphics-libr aries-in-java/view Ryan. -Original Message- From: Andy Eastham [mailto:[EMAIL PROTECTED] Sent: 12 May 2004 10:41 To: 'Tomcat Users List' Subject: Off Topic - Java Graphing Package Hi

RE: Tomcat 4.1 HttpServletRequest.getServerPort() returns incorre ct port ?

2004-05-12 Thread Ryan Lissack
Hi Bill, Thanks for the clarification. Best regards, Ryan. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Barker Sent: 12 May 2004 07:22 To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.1 HttpServletRequest.getServerPort() returns incorrect port ? Ryan Lissack

  1   2   3   >