RE: [ANN] JK 1.2.10 Released

2005-04-04 Thread Angus Mezick
How do you configure JK status? I can't find it in the docs. -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 1:53 AM To: Tomcat Developers List; Tomcat Users List Subject: [ANN] JK 1.2.10 Released The Apache Jakarta Tomcat team is

RE: mod_jk2 Ready/Recommended For Production?

2004-10-14 Thread Angus Mezick
I have been using mod_jk2 for a long time now. I have no idea why so many people dislike it (well, after they get it compiled that is). I might just be blessed in that I run on win2k servers and can just get the binary for mod_jk2. I have never had to deal with the pain of compiling this thing.

RE: mod_jk2 Ready/Recommended For Production?

2004-10-14 Thread Angus Mezick
If you want access to some of apaches more advanced features, yup, you need apache infront of tomcat. --Angus -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 11:59 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: mod_jk2

RE: mod_jk2 tomcat

2004-05-05 Thread Angus Mezick
Just one note. Because of the way that lb_factor works, having a factor as high as yours is absurd and a bit self defeating. You also might want to look into the level parameter instead of the lb_factor parameter. Check out the jk2 docs on the web page for psuedo code explaining my comments.

RE: workers2.properties documentation?

2004-05-03 Thread Angus Mezick
The docs were just updated. I had to read to code to get them that far. I guess you will too. In the Jakarta connectors project look in the directory /jk/native2/common/apr That is where all of the C code for the jk2 is located. -Original Message- From: Charles Jordan

RE: problem with apache authentication - jk2 - tomcat? - UNDOCUMENTED FEATURE

2004-04-21 Thread Angus Mezick
Ok, what project do we need to checkout to fix this in the documentation? I'll fix the 4.1 docs if someone will point me at them. --Angus -Original Message- From: Duane Winner [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 6:15 PM To: Tomcat Users List Cc: Arend P. van der

RE: JK/JK2 startup explanation

2004-04-20 Thread Angus Mezick
The documentation on JK2 just got improved. The load balancing is now defined. -Original Message- True. I wish one of the developers would take time to just LIST the handlers and options, so we can know what to experiment with.

RE: the pain of choice

2004-04-20 Thread Angus Mezick
Jk vs jk2. JK is dead STOP USING IT. JK2 all the way!! (sorry, jk2 is the prefered way to link apache2 to tomcat[45]) I would suggest using tomcat 4 for now if you are going immediately into a production environment where you have to abide by a server level agreement. Otherwise use tomcat 5.

RE: auto generation of mod_jk.conf in tomcat 5

2004-04-20 Thread Angus Mezick
Why not use mod_jk2? I have been wondering why people keep trying to use the older jk with the newer tomcat.. --Angus -Original Message- From: Emerson Cargnin [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 5:54 PM To: Tomcat Users List Subject: Re: auto generation of

RE: Virtual Host, Locations and Mod_JK2

2004-04-20 Thread Angus Mezick
No idea, never tried it. --Angus -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 1:11 AM To: Tomcat Users List Subject: Re: Virtual Host, Locations and Mod_JK2 Angus Mezick wrote: Use the uri property in workers2

RE: Configuration and performance questions

2004-04-20 Thread Angus Mezick
Brian, can you guys set up a web site with your results and configuration files. I would ask for you to post them but that is a lot for a mail list to handle. --Angus -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 3:29 AM To: Tomcat Users

RE: the pain of choice

2004-04-20 Thread Angus Mezick
it? Cheers, Michiel P.S. Compare this to the Tomcat release on UNIX: tar xvzf jakarta-tomcat-xxx.tgz cd jakarta-tomcat-xxx bin/startup.sh it works Angus Mezick wrote: Jk vs jk2. JK is dead STOP USING IT. JK2 all the way!! (sorry, jk2 is the prefered way to link apache2

RE: Virtual Host, Locations and Mod_JK2

2004-04-19 Thread Angus Mezick
Use the uri property in workers2.properties instead of using JkUriSet. I do it that way and have no such problems: [uri:www.guidestar.org/*.jsp] group=lbWWW [uri:www.SITENAME.org/*.adp] group=lbWWW [uri:www.SITENAME.org/*.inc] group=lbWWW [uri:www.SITENAME.org/servlet/*] group=lbWWW

RE: Tomcat 4.1.3

2004-04-16 Thread Angus Mezick
Do you mean tomcat 4.1.30? If not, UPGRADE NOW! --Angus -Original Message- From: Reis, Tom [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 9:47 AM To: Tomcat Users List (E-mail) Subject: Tomcat 4.1.3 I was using Tomcat 4.0.4. I am now using 4.1.3. I cannot seem to

RE: Load balancing with apache2, mod_jk2 tomcat 5.0

2004-04-16 Thread Angus Mezick
The docs at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwebcom.htm l#How%20Load%20Balancing%20Works have been improved. Try reading them again. -Original Message- From: Thomas D. Zeimet [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 10:17 AM To: [EMAIL

RE: how does lb factor work?

2004-04-16 Thread Angus Mezick
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configwebcom.htm l#How%20Load%20Balancing%20Works -Original Message- From: ian [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 3:42 AM To: 'Tomcat Users List' Subject: how does lb factor work? Can anyone explain

RE: jk2 + apache vhosts + tomcat sessions

2004-04-15 Thread Angus Mezick
Sorry for this being so late. [uri:*] group=lb This will map all traffic to the same load balance group. -Original Message- From: Jens Saade [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 8:09 AM To: Tomcat Users List Subject: Re: jk2 + apache vhosts + tomcat sessions

JK2 Load Balancing Algorithms.

2004-04-07 Thread Angus Mezick
Is the only available JK2 load balancing algorithm a weighted round robin? I would like to switch to one that has a primary server and then switches to round robin to reach the secondary server when an error is thrown. The reason I would like to do this is because we have 5 web servers each

RE: Load balancing for uptime

2004-03-16 Thread Angus Mezick
Disable all of the auto reloading features of tomcat. The mem leak seems to be centered there. Or at least, I haven't had a OOME since I turned that stuff off. You would need clustered sessions of some sort. They either need to be persisted across the network using filip's code (tomcat 5 has

RE: Digitally Signing Posts

2004-03-16 Thread Angus Mezick
+1 --Angus -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 8:56 AM To: 'Tomcat Users List' Cc: [EMAIL PROTECTED] Subject: RE:Digitally Signing Posts Would you either A)Not sign posts to the group Or B) Sign the

RE: tomcat monitor comp

2004-03-08 Thread Angus Mezick
Will this allow me to monitor multiple servers at one times? Or is it for localhost only? -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Saturday, March 06, 2004 4:03 PM To: [EMAIL PROTECTED] Subject: tomcat monitor comp

RE: Can someone direct me to the documentation.

2004-03-01 Thread Angus Mezick
Could a link be added to the docs stating something like: Web.xml format specified at LINK? I think this type of this would be VERY helpful for deflecting clueful newbies. Only a clue hammer will help the clueless :) --Angus -Original Message- From: Derek Clarkson [mailto:[EMAIL

RE: Can someone direct me to the documentation.

2004-03-01 Thread Angus Mezick
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html In the getting started topic. I do notice a blurb about web.xml in the application developers topic stating Covers basic organization of your web application source tree, the structure of a web application archive, and an introduction to

JK2 LB_FACTOR problem

2004-02-26 Thread Angus Mezick
]? What is lb_value? I am expecting for ever 104 requests worker 3 will get 100 of them and workers 2,4,5,6 will get 1 each. Am I wrong. From the behaviour I have been seeing it seems that I am. I have attached a copy of my jkstatus output so you can see my complete config. Angus Mezick GuideStar

RE: JK2 LB_FACTOR problem

2004-02-26 Thread Angus Mezick
Ok the attachment didn't work. Please view this link: http://phoenix.inetsolve.com:8080/angusBlog/GUIDESTARjkstatus.html -Original Message- From: Angus Mezick Sent: Thursday, February 26, 2004 9:58 AM To: [EMAIL PROTECTED] Subject: JK2 LB_FACTOR problem I have a cluster of 5

Java Job in Williamsburg VA, USA

2004-02-02 Thread Angus Mezick
GuideStar, an Internet-based organization located in historic Williamsburg, VA seeks an experienced JAVA programmer to work in the Information Technology department. Successful candidate will have 3+ years of Java programming experience and web based application development. Specifically,

RE: comercial license

2004-01-30 Thread Angus Mezick
If you feel a moral obligation to pay for all the software you use the Apache Foundation would love to have a donation/grant from you or your employer. You could even state that the money should go towards supporting the Tomcat project and help defer the costs of its servers. Go to

RE: How to use MSSQL

2004-01-30 Thread Angus Mezick
We use a driver from these guys: http://www.inetsoftware.de/ -Original Message- From: Phil Cox [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 11:11 AM To: [EMAIL PROTECTED] Subject: How to use MSSQL I am new to tomcat, and was trying to find info on using MSSQL as a

RE: Best practices - doing code pushes

2004-01-29 Thread Angus Mezick
At guidestar we cluster our tomcat sessions through the database. This allows us to shutdown one of the 5 tomcat servers without the users noticing because the other 4 servers seemlessly take on those user's requests. Any serious production site should be able to drop a server without their

RE: Design advice needed.

2003-11-03 Thread Angus Mezick
This is what TopLink uses for optimistitic locking. Just don't forget to update the timestamp in the update. --Angus -Original Message- From: Jean-Louis [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:43 AM To: Tomcat Users List Subject: Re: Design advice needed.

RE: application eats up memory

2003-10-21 Thread Angus Mezick
Completely turn off all auto-reload features of tomcat. That helped me. -Original Message- From: Bill Tantzen [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 9:01 AM To: Tomcat Users List Subject: application eats up memory Hi All! I'm having a problem with a

RE: [ANN] Updated Apache + Tomcat RH HOWTO

2003-10-14 Thread Angus Mezick
John, You have a bad link in there. The link JK2 HOWTO goes to http://www.johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html and not http://www.johnturner.com/howto/apache2-tomcat4127-jk2-rh9-howto.html -Original Message- From: Thorsten Westmeier [mailto:[EMAIL PROTECTED]

Jkstatus, What does it mean?

2003-10-14 Thread Angus Mezick
stand for? What do they mean to someone who is trying to figure out how their server is running? Where are the docs on this stuff? Angus Mezick GuideStar - Philanthropic Research Inc. 427 Scotland St. Williamsburg, Virginia 23185 PHONE: (757)299-4631 x35 FAX:(757)229-8912 [EMAIL PROTECTED

RE: Why should i use Tomcat vs .NET?

2003-10-10 Thread Angus Mezick
Hrm... Tomcat side: 1) $$$ 2) If there are bugs, more $$$ for support instead of just being able to fix the darn things. 3) Tomcat has a HUGE/ACTIVE user community. You can actually get help from the people who write this stuff. 4) The dev tools are free too (eclipse/netbeans/jedit/etc) 5) You

RE: What is a good dev-enviroment for servlet/tomcat?

2003-10-08 Thread Angus Mezick
Each developer needs their own tomcat on their desktop. There also needs to be a build/staging tomcat server where code to be released is built, packaged, and tested. --Angus -Original Message- From: epyonne [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 2:54 PM To:

RE: Using jndi to get a DBCP BasicDataSource give ClassCastException

2003-09-05 Thread Angus Mezick
mail and couldn't see anything wrong with it. I can only suggest that you do some debugging, like output the .getClass().getName() from the datasource, to see what it really thinks it is. Adam On 09/04/2003 10:27 PM Angus Mezick wrote: Anyone have a clue as to whether

RE:CLASSLOADER(?) Using jndi to get a DBCP BasicDataSource give ClassCastException

2003-09-05 Thread Angus Mezick
Could this be a ClassLoader issue? Seems like it might be. Something about the difference between the server and context loaders? -Original Message- From: Angus Mezick Sent: Friday, September 05, 2003 8:31 AM To: Tomcat Users List Subject: RE: Using jndi to get a DBCP

RE: Using jndi to get a DBCP BasicDataSource give ClassCastExce ption

2003-09-05 Thread Angus Mezick
as the class's name, then you won't get a ClassCastException if you try to cast it to that, but you did, so er. wow, you've got me stumped. On 09/05/2003 02:31 PM Angus Mezick wrote: I did an I got BasicDataSource. --Angus -Original Message- From: Adam Hardy [mailto

RE: How to enable MS PowerPoint and MSExcel file viewing when click on it instead of download first?

2003-09-04 Thread Angus Mezick
Is the correct mime type set in the default web.xml? -Original Message- From: lucan [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 4:48 AM To: [EMAIL PROTECTED] Subject: How to enable MS PowerPoint and MSExcel file viewing when click on it instead of download first?

RE: Tomcat grabbing all requests from Apache

2003-09-04 Thread Angus Mezick
Posting of you workers2.properties might help. I forgot the password to your machine so I can't view the problem from here. Normally when this happens I get out my crystal ball, but it is in the shop getting buffed and having its red smoke replaced with magenta smoke. --Angus -Original

RE: Tomcat and multiple processors

2003-09-04 Thread Angus Mezick
3. We plan on deploying 42+ applications to a number of Tomcat servers. Since each application will support 1 customer - I think it's a good idea to have 1 app - 1 tomcat - so if Tomcat crashes, it only affects that customer - rather than all customers. I've heard of setting up a

RE: Using jndi to get a DBCP BasicDataSource give ClassCastException

2003-09-04 Thread Angus Mezick
Anyone have a clue as to whether or not this is a Real bug, or am I just screwing something up? -Original Message- From: Angus Mezick Sent: Wednesday, September 03, 2003 4:32 PM To: [EMAIL PROTECTED] Subject: Using jndi to get a DBCP BasicDataSource give ClassCastException I

Using jndi to get a DBCP BasicDataSource give ClassCastException

2003-09-03 Thread Angus Mezick
I am having problems with the GlobalNamingResources. If I put my two DB resource entries into the GlobalNamingResources section and just use Resource-Links to access them I cannot cast from DataSource to BasicDataSource.. I need to do this to use this line in my monitoring app: (I can still use

RE: From which apache virtual host did a request come from?

2003-08-14 Thread Angus Mezick
Angus Mezick wrote: Isn't there an Alias tag within Context? -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 9:32 AM To: Tomcat Users List Subject: Re: From which apache virtual host did a request come from

RE: security hole on windows Apache - Tomcat?

2003-08-14 Thread Angus Mezick
Ok. I have this problem but it isn't tomcat that is doing the serving of the JSP source. It is apache. This is my workers2.properties uri section: [uri:www.SITENAME.org/*.jsp] group=lbWWW [uri:www.SITENAME.org/*.adp] group=lbWWW [uri:www.SITENAME.org/*.inc] group=lbWWW

RE: security hole on windows Apache - Tomcat?

2003-08-14 Thread Angus Mezick
Here is the redirect that I use in my virtualhost entry in apache: RedirectMatch (.*?)\s+$ http://www.SITENAMEHERE.org$1 Nicely stops the problem of people adding spaces to their url's. (or any other whitespace for that matter) --Angus -Original Message- From: Angus Mezick Sent

RE: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Angus Mezick
Hmm, make sure you have at least 2 webservers and the ability to bring down at least one of them at any time except when you have been posted to slashdot :) -Original Message- From: Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 4:35 PM To: Tomcat Users List

RE: tried alot of searching - caving in and emailing this list now

2003-08-14 Thread Angus Mezick
, and if so why? James Herschel Systems Administrator Quarry Integrated Communications (519)570-2020x2489 (519)503-2563 [EMAIL PROTECTED] -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 1:04 PM To: Tomcat Users List Subject: RE

RE: Jvmroute and worker names?

2003-08-14 Thread Angus Mezick
. I don't think the workers names have anything to do with the jvmroute. They can be different. The jvmroute names have to be unique across all engines that are in the load balanced cluster. -e On Tue, 5 Aug 2003, Angus Mezick wrote: Yup, I guess this is more of a JK2 question. Does

RE: TOMCAT x WSAD

2003-08-14 Thread Angus Mezick
Application is in your root directory? You docBase seems to think so. --Angus -Original Message- From: Oscar (Eccox) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 9:11 AM To: [EMAIL PROTECTED] Subject: TOMCAT x WSAD

RE: Front Controller Servlet

2003-08-14 Thread Angus Mezick
Use a different extension or you aren't getting anywhere. -Original Message- From: Sharon Cohen [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 8:43 AM To: [EMAIL PROTECTED] Subject: Front Controller Servlet I am trying to build FrontController servlet for a web site

RE: security hole on windows tomcat?

2003-08-14 Thread Angus Mezick
I just saw this with 4.1.24 on win2k as well. EXTREMELY disturbing! -Original Message- From: Mikko Hämäläinen [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 8:18 AM To: Tomcat Users List Subject: Re: security hole on windows tomcat? Hi, I use Tomcat 4.1.18 on win2k

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
), can you suggest how i might locate where those connections are not getting released? i have read some stuff about dbcp not being entirely reliable in releasing connections. is that true? argh. thanks again, barclay -Original Message- From: Angus Mezick [mailto:[EMAIL

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
All of these connections are being correctly closed, right? --Angus -Original Message- From: rob engstrom [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 2:08 PM To: 'Tomcat Users List' Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

RE: NetBeans Debug in JSP Tag Files

2003-08-14 Thread Angus Mezick
in JSP Tag Files Not annoying at all, all advices are welcome... in fact, I'll give it a try... Any suggestions to start (tutorials, samples, whatever - I don't know much about Eclipse)? Regards, Carlos - Original Message - From: Angus Mezick [EMAIL PROTECTED

RE: Custom Tag Lib

2003-08-14 Thread Angus Mezick
. Shawn -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 8:06 AM To: Tomcat Users List Subject: RE: Custom Tag Lib It would be best if you went a rewrote your tags not to require release to be called. That change will also bring

RE: Can I get an answer please -- Re: Why integrate Tomcat with a web server?

2003-08-14 Thread Angus Mezick
If you do run a benchmark don't forget to turn on mod_cache in apache :) -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 11:43 AM To: Tomcat Users List Subject: Re: Can I get an answer please -- Re: Why integrate Tomcat with a web

RE: security hole on windows tomcat?

2003-08-14 Thread Angus Mezick
What about your 4.1.2X URLS? Like the current release. I have the latest apache serving to 4.1.27 and I CAN see the jsp code! -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 9:22 AM To: Tomcat Users List Subject: Re: security hole on

RE: security hole on windows Apache - Tomcat?

2003-08-14 Thread Angus Mezick
:45 AM To: Tomcat Users List Subject: RE: security hole on windows Apache - Tomcat? Can you arrange your file layout in a way, that the jsp's aren't under the document root for apache ? (I guess they are, otherwise apache couldn't show them) -Original Message- From: Angus

RE: security hole on windows tomcat?

2003-08-14 Thread Angus Mezick
: security hole on windows tomcat? did you change any mime-mappings in conf/web.xml? could you have a jsp in there somewhere defining it as text? -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 12:15 PM To: Tomcat Users List

RE: how to suppor 30000 concurrent users

2003-08-14 Thread Angus Mezick
[mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 10:52 AM To: Tomcat Users List Subject: Re: how to suppor 3 concurrent users I have always wondered how serious load balancing was done :) Is this technique documented anywhere? I would love to read up on it. Thanks Angus Mezick

RE: Jvmroute and worker names?

2003-08-14 Thread Angus Mezick
tomcat to send the session to in a loadbalanced env. It's sticky that way. I'm not sure about the clustering but I had always thought that jvmroutes had to be unique. That way it wouldn't mistake one server for the other. -e On Tue, 5 Aug 2003, Angus Mezick wrote: Does the name

RE: Custom Tag Lib

2003-08-14 Thread Angus Mezick
TryCatchFinally is probably not only cleaner, but is also more spec friendly. --Angus -Original Message- From: Mike Cherichetti (Renegade Internet) [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 12:42 PM To: Tomcat Users List Subject: RE: Custom Tag Lib I should have

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
block //e.printStackTrace(); } -Original Message- From: Angus Mezick Sent: Friday, August 08, 2003 3:26 PM To: 'Tomcat Users List' Subject: RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions Here is a little snippet I use inside

RE: A good book about Tomcat

2003-08-14 Thread Angus Mezick
Isn't wrox toast? -Original Message- From: Mubaraka Arif [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 3:29 PM To: Tomcat Users List Subject: Re: A good book about Tomcat Professional Apache Tomcat - Vivek Chopra, Ben Galbraith, Sing Li, Romin Irani... [Wrox

RE: From which apache virtual host did a request come from?

2003-08-14 Thread Angus Mezick
Isn't there an Alias tag within Context? -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 9:32 AM To: Tomcat Users List Subject: Re: From which apache virtual host did a request come from? Mike Curwen wrote: 1) Is it possible to

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Angus Mezick
this (other than the logical deduction my sysadmin and i are using right now). thanks a million everybody for trying to be so helpful. barclay -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 2:23 PM To: Tomcat Users List Subject

RE: Changing document root for .jsp files?

2003-08-14 Thread Angus Mezick
Can't you just restrict webapp/ to have only index.jsp and directories and then change all your links? --Angus -Original Message- From: Kurt Overberg [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 9:24 AM To: Tomcat Users List Subject: Re: Changing document root for .jsp

RE: [OT] Any Tool to generate servlet mapping from file system files.

2003-08-14 Thread Angus Mezick
http://www.perl.org/ -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 9:11 AM To: Tomcat Users List Subject: Re: [OT] Any Tool to generate servlet mapping from file system files. If you don't mind the security risk, just use

RE: Question about Notify all online user

2003-08-14 Thread Angus Mezick
Net send * message Wall message :) You could have a custom tag that gets data from the application context and another little servlet that populates the application context. Have the take set display a message and set a cookie if a cookie with the appropriate value isn't already set. This

RE: security hole on windows Apache - Tomcat?

2003-08-14 Thread Angus Mezick
I ONLY see the problem in apache. So I think it is a config problem. Will the jk2 URI : [uri:www.SITENAME.org/*.jsp] catch www.SITENAME.org/index.jsp%20 ? When I turn on the accessvalve tomcat doesn't see this request. -Original Message- From: Jeff Tulley [mailto:[EMAIL PROTECTED]

RE: security hole on windows tomcat?

2003-08-14 Thread Angus Mezick
List' Subject: RE: security hole on windows tomcat? can you turn on debug for the defaultservlet - set it to 99 in conf/web.xml and post the log. -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 12:39 PM To: Tomcat Users List

RE: [OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Angus Mezick
That 404 means they got a page not found error. This is just some script kiddie looking for problems. I wouldn't worry about it. If you want to creat a servlet mapping that grabs these requests and then pipes them off into the lala land of the never-ending-connection, please do. It would help

RE: security hole on windows tomcat?

2003-08-14 Thread Angus Mezick
Charlie, How do you fix this within apache? -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 10:15 AM To: 'Tomcat Users List' Subject: RE: security hole on windows tomcat? do you have apache on the front end and are you only

RE: security hole on windows tomcat?

2003-08-14 Thread Angus Mezick
Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 11:49 AM To: Tomcat Users List Subject: RE: security hole on windows tomcat? Charlie, How do you fix this within apache? -Original Message- From: Cox, Charlie [mailto:[EMAIL

RE: NetBeans Debug in JSP Tag Files

2003-08-14 Thread Angus Mezick
Don't mean to be annoying but this is EXTREMELY easy to do in eclipse. -Original Message- From: Carlos Cajina - Hotmail [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 6:19 PM To: Tomcat Users List Subject: Re: NetBeans Debug in JSP Tag Files Hi Shawn... Do you

RE: A good book about Tomcat

2003-08-14 Thread Angus Mezick
Get the Apache Tomcat Bible from Wiley. It compares nicely to the wrox book. -Original Message- From: John Blanco [mailto:[EMAIL PROTECTED] Sent: Thu 8/14/2003 11:18 PM To: Tomcat Users List Cc: Subject:Re: A good book about Tomcat Wrox sucked anyway. I

RE: Turning off session persistence

2003-08-14 Thread Angus Mezick
Don't know, with the scattered nature of the FM, any one stating RTFM probably should include which part (FP?) of which FM they want you to R. Or at least give you a keyword to search the FM for. --Angus -Original Message- From: Aurele Venet [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: how to suppor 30000 concurrent users

2003-08-14 Thread Angus Mezick
maintainance. In a clustered app server environment, I'm assuming that each node is downed and updated individually while the other nodes support user requests, or perhaps it's done differently. Can you explain, thanks! Raffi -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-10 Thread Angus Mezick
to the # of connections that sql server knows about? (assuming tomcat is the only user of connections to this db) trying to check my assumptions here. barclay -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 4:00 PM To: [EMAIL PROTECTED

RE: Multiple Tomcat instances

2003-08-09 Thread Angus Mezick
Can the developers have a tomcat instance running inside of eclipse on their desktops? This will allow them do use the debugger. --Angus -Original Message- From: Christian Hauser [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 9:57 AM To: Tomcat Users List Subject:

RE: how to suppor 30000 concurrent users

2003-08-09 Thread Angus Mezick
having had to persist the session to disk every time any change is made to it? Pete Angus Mezick [EMAIL PROTECTED] 05/08/2003 15:11 Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: how to suppor

RE: is there a way to download a jsp file from server without executing it?

2003-08-09 Thread Angus Mezick
Write a servlet/jsp that goes and gets the jsp you want and displays it to you. -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 2:02 PM To: Tomcat Users List Subject: Re: is there a way to download a jsp file from server without

RE: Custom Tag Lib

2003-08-08 Thread Angus Mezick
It would be best if you went a rewrote your tags not to require release to be called. That change will also bring you in-line with the jsp spec. These links might help: http://www.onjava.com/lpt/a/1248 http://www.onjava.com/lpt/a/1250 http://jakarta.apache.org/taglibs/guidelines.html

RE: how to suppor 30000 concurrent users

2003-08-08 Thread Angus Mezick
Doesn't seem to have that much of an effect. I guess I should profile it though. I don't want to use session persistence because then I would need to use network session clustering. Session clustering is a requirement for my app. I figure using a DB instead of memory to store my sessions is

RE: TOMCAT x WSAD

2003-08-07 Thread Angus Mezick
Oscar de Souza Eduardo Coordenador de Projetos tel: 3047-4541 fax: 3047-4550 [EMAIL PROTECTED] === -Mensagem original- De: Angus Mezick [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 7 de agosto de 2003 11:12 Para: Tomcat Users List Assunto: RE

RE: tried alot of searching - caving in and emailing this list now

2003-08-07 Thread Angus Mezick
Um, are you using the JK2 connector to like up apache and tomcat? I don't see it mentioned. If you are, your workers2.propertties, jk2.properties (sp), and server.xml would also be helpful. --Angus -Original Message- From: jherschel [mailto:[EMAIL PROTECTED] Sent: Thursday, August

RE: how to suppor 30000 concurrent users

2003-08-06 Thread Angus Mezick
With that many users you are going to HAVE to cluster if for no other reason than to provide backup for system maintanence. As to how many, the answer is it depends on the hardware you are going to use and the types of load your webapp puts on the system. When you say 30k concurrent users do you

RE: how to suppor 30000 concurrent users

2003-08-05 Thread Angus Mezick
(heavy load) compared to tomcat? thanks and regards Prince - Original Message - From: Angus Mezick [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 6:37 PM Subject: RE: how to suppor 3 concurrent users With that many users you

RE: Docs

2003-08-04 Thread Angus Mezick
The Apache Tomcat Bible from Wiley. -Original Message- From: Werner vd Merwe [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 5:27 AM To: Tomcat Users List Subject: Docs Good day, We are moving over from IIS to Jakarta, but my knowledge of the product is null. I

RE: JVM tuning

2003-08-04 Thread Angus Mezick
Wouldn't AdaptiveSizePolicy help? (saves you the work of Java Heap usage analyzing :-) : I use this on my 2x proc machine. -XX:UseParallelGC -XX:+UseAdaptiveSizePolicy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 9:55 AM To:

RE: Some questions

2003-08-04 Thread Angus Mezick
One thing: UPGRADE TOMCAT FAST! 44M isn't much memory, how much do you have available? -Original Message- From: Satish Talim [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 11:04 AM To: Tomcat Users List Subject: Some questions Hello, In our company, we are using

Jvmroute and worker2.properties worker name

2003-08-04 Thread Angus Mezick
Does the name of the JvmRoute in server.xml have to equal the name of the host in worker2.properties when linking apache and tomcat to get proper session affinity? Angus Mezick GuideStar - Philanthropic Research Inc. 427 Scotland St. Williamsburg, Virginia 23185 PHONE: (757)299-4631 x35 FAX:(757

RE: JVM tuning

2003-08-04 Thread Angus Mezick
: Monday, August 04, 2003 1:03 PM To: Tomcat Users List Subject: RE: JVM tuning Isnt the adaptive sizing only relevant to much larger memory configurations (Im running this JVM with a max heap of 1-1.5Gb? Pete Angus Mezick [EMAIL PROTECTED] 04/08/2003 17:51 Please respond

RE: Connection Pooling HELP

2003-08-04 Thread Angus Mezick
Simple solution, don't use the LE version. Use the full version. Your problems will disappear. -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 2:07 PM To: 'Tomcat Users List' Subject: RE: Connection Pooling HELP I found out you

RE: request/session handling

2003-08-04 Thread Angus Mezick
All requests will keep executing. The user should get the last result. Hitting reload forces the browser to drop its connection and open another one to the server I think. The server doesn't know the connection has gone AWOL until it tries to send data to the client. --Angus -Original

CiscoLB jk2 problem

2003-07-31 Thread Angus Mezick
I need to let apache fail nicely when a tomcat instance has crashed, been stopped or is being restarted. Right now this is what happens through the jk2 connector: I stop apache:10061 - Connection refused I stop one tomcat webapp: HTTP Status 404 I stop the tomcat server: 500 Internal

RE: CiscoLB jk2 problem

2003-07-31 Thread Angus Mezick
each apache two or more tomcats to send sessions too. JK2 will see that tomcat A is down and move to tomcat B. Your application monitoring software should then kick of an alert to notify someone that a tomcat is down and might need human intervention. -e On Thu, 31 Jul 2003, Angus

RE: Loosing DBCP object - how to solve it?

2003-07-21 Thread Angus Mezick
Are you using mysql? If so, are you using this as your jdbc url: jdbc:mysql://MACHINE_NAME/DBNAME?autoReconnect=true -Original Message- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: Saturday, July 19, 2003 1:17 PM To: '[EMAIL PROTECTED]'

RE: How do I get the total number of users logged into my app

2003-07-18 Thread Angus Mezick
Look in the manager app. -Original Message- From: Kevin Ritter [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 3:17 PM To: 'Tomcat Users List' Subject: How do I get the total number of users logged into my app I would like to know if there is a parameter or class or JSP

  1   2   >