RE: Webapp security by IP range

2005-07-05 Thread Cope, Jared
Thanks. I was hoping that was not going to be the answer though. I thought about doing it this way, but wanted to avoid the overhead of managing two application directories. Maybe it's unavoidable in tomcat. Jared. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent

Webapp security by IP range

2005-07-04 Thread Cope, Jared
from their home Internet connection then they do have to authenticate. I can't seem to find any examples in the Tomcat manual or web that define a security realm by IP range. Has anyone had any success with this? Cheers, Jared.

RE: Sharing Data Sources

2005-05-18 Thread Cook, Jared
, what do you need to change? There is very little in the link to begin with. Since the change would affect all apps then I couldn't see needing to change anything of the link. Just change the global but leave the name the same. Doug - Original Message - From: Cook, Jared [EMAIL

RE: Sharing Data Sources

2005-05-16 Thread Cook, Jared
anything of the link. Just change the global but leave the name the same. Doug - Original Message - From: Cook, Jared [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Friday, May 13, 2005 10:08 AM Subject: RE: Sharing Data Sources That's what I am doing

RE: Sharing Data Sources

2005-05-13 Thread Cook, Jared
Subject: AW: Sharing Data Sources Did you try to define your datasource in GlobalNamingResources? And then you only have to define a resource-link in your contexts. -Ursprüngliche Nachricht- Von: Cook, Jared [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 12. Mai 2005 21:23 An: 'tomcat

RE: Sharing Data Sources

2005-05-13 Thread Cook, Jared
I have not tried that. I will see what happens. -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 1:13 PM To: Tomcat Users List Subject: Re: Sharing Data Sources From: Cook, Jared [EMAIL PROTECTED] Sent: Friday, May 13, 2005 7:08 AM That's

Sharing Data Sources

2005-05-12 Thread Cook, Jared
I have a lot of virtual hosts that need access to a lot of the same databases. Security isn't an issue because they are all trusted sites. I would like to be able to share the ResourceLinks across all the virtual hosts without having to have them all defined in every ROOT.xml. Is there a way

Tomcat's Java parameters

2005-02-01 Thread Jared Ingersoll
? 2. If they are called, do the registry changes trump the $JAVA_OPTS variable, or is it vice versa? We are having performance related problems, and need the proper java settings running under the tomcat service. Not only that, but I would like to know where we should make these settings. Jared

RE: Tomcat's Java parameters

2005-02-01 Thread Jared Ingersoll
No takers? Should I take this question to the Dev list? jared -Original Message- From: Jared Ingersoll [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 11:19 AM To: 'tomcat-user@jakarta.apache.org' Subject: Tomcat's Java parameters Hi, I am running Tomcat 4.1.X with Java 1.4

RE: HTTP 404 response for directory listing

2003-11-24 Thread Jared Priddy
When you have the LoadModule... statement in httpd.conf, are you able to load .jsp pages, or do they fail as well? -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 11:54 AM To: Tomcat Users List Subject: Re: HTTP 404 response for

Acces to processing information

2003-09-24 Thread Jared Walker
of the log method. (This isn't an ideal solution though because the request isn't always available in some of our business classes. any suggestions or links to documentation would be greatly appreciate. thanks, -- Jared Walker [EMAIL PROTECTED] ClickFind

RE: CPU usage 100%

2003-09-09 Thread Jared Walker
be what you are experiencing. later, -Jared On Tue, 2003-09-09 at 12:50, Shapira, Yoav wrote: Howdy, The SIGQUIT works for me even when CPU usage is 100%, so it's strange it doesn't work for you. (I'm on solaris though). One important thing to check is your JSP page; make sure you have

Problems with XML parsers and webapps

2003-06-18 Thread Jared Walker
how to disable the crimson parser that is bundled with JDK 1.4? Would using the non-LE version of tomcat help resolve this problem? thanks, -- Jared Walker [EMAIL PROTECTED] ClickFind - To unsubscribe, e-mail: [EMAIL

Tomcat Distrobution Bundle

2003-01-06 Thread Jared Walker
that could do this? thanks, -Jared -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat Distrobution Bundle

2003-01-06 Thread Jared Walker
for a while... then I deleted those jars, and now I have problems modifying our XMl files. I was just wondering if there was something else missing seeing as how I am stumped. The previous version of tomcat we were using was 4.0.1. thanks, -Jared On Mon, 2003-01-06 at 19:13, David Hemingway wrote: Hey

Re: i have problem about rmi with tomcat4.1.12-LE-jdk14

2002-12-26 Thread Jared Walker
Looks to me like you're using this on a windows machine. The space in the file name is giving RMI a hard time. Move your tomcat installation to a location that doesn't have a space (i.e. C:\tomcat). This should fix your problem. later, -Jared On Wed, 2002-12-25 at 21:35, Kosit Krepanich wrote

Tomcat vs Websphere sendRedirect

2002-10-07 Thread Jared Reeve
In WebSphere I do a sendRedirect(/servlet/MyServlet) within a servlet and it works successfully. It prepends the host and root URI. Why can't I do the same thing in Tomcat? It does not prepend the root URI. Do I not have something configured correctly? I would like to port this

sendRedirect not working

2002-10-05 Thread Jared Reeve
Using Apache Tomcat/4.1.12 I have my application under the webapps directory. When I do a sendRedirect to /servlet/MyServlet I get an HTTP Status 404 - The requested resource (/servlet/MyServlet) is not available. The correct path should be /MyApp/servlet/MyServlet. It appears it is not

sendRedirect not working correctly

2002-10-04 Thread Jared Reeve
Using Apache Tomcat/4.1.12 I have my application under the webapps directory. When I do a sendRedirect to /servlet/MyServlet I get an HTTP Status 404 - The requested resource (/servlet/MyServlet) is not available. The correct path should be /MyApp/servlet/MyServlet. It appears it is not

Re: TC4 and cgi

2002-02-25 Thread Jared Nedzel
anyone else experienced this? Jared -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

TC4 and cgi

2002-02-22 Thread Jared Nedzel
it if someone could point me towards a perl cgi hello world configuration for Tomcat 4. Thanks, Jared Nedzel [EMAIL PROTECTED] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: TC4 and cgi

2002-02-22 Thread Jared Nedzel
that discusses proxy servers, but I don't know enough to know whether that's the same thing, or something different. Someone help out a flailing newbie here... Jared Paul D. Bain wrote: At Friday 2/22/02 11:58 AM, you wrote: I am not an expert on Tomcat 4, but am 90% sure that it cannot begin

Tomcat slowing down Apache

2001-06-21 Thread Jared Meeker
ot; option for each of the contexts. Could this filter be slowing down my web server? Please let me know if there is something I'm missing, or if this is normal behavior. - Jared Meeker

RE: Odd Page Caching Behavior

2001-05-09 Thread Jared Clinton
help.. Then again, this may not be the problem. Let me know how you go. Hope this helps, Jared Clinton Software Engineer Maxi Multimedia NEC Australia. -Original Message- From: Sean Pritchard [mailto:[EMAIL PROTECTED]] Sent: Thursday, 10 May 2001 3:31 To: '[EMAIL PROTECTED

RE: Tomcat SSL

2001-04-23 Thread Jared Clinton
as apache + apache-mod_ssl Any help would be greatly appreciated! Errm, this isn't much help as I have not had the opportunity to do it, sorry :) Jared Clinton. Software Engineer Maxi Multimedia NEC Australia

RE: mod_jk - DEAD END!

2001-04-17 Thread Jared Clinton
Tim, What happens when u get one by mistake and send it to us all? Please dont say that it isnt possible. Jared. -Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 April 2001 15:44 To: [EMAIL PROTECTED] Subject: Re: mod_jk - DEAD END! What

Re: mod_jk

2001-01-17 Thread Jared
mod_jk yourself from the source code distribution of Tomcat. The documentation of how to do that is right here: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html Take a look, if you have problems let me know. cheers, - Jared -- Would you like who you were

Re: JSP Information

2001-01-16 Thread Jared
I have the JavaServer Pages book from O'Reilly. http://java.oreilly.com/ It's excellent. cheers, - Jared -- I say we take off and nuke the entire site from orbit. It's the only way to be sure. - To unsubscribe, e

problem starting Apache with mod_jk

2001-01-12 Thread Jared
: referenced symbol not found bin/apachectl start: httpd could not be started /snip If I comment that line out, Apache starts up fine. Am I missing some important detail? Any help would be appreicated. Thanks! cheers, - Jared -- Wearing a turtleneck is like being strangled by a really weak

Re: problem starting Apache with mod_jk

2001-01-12 Thread Jared
I'll give it a try! cheers, - Jared - Original Message - From: "Jared" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 12, 2001 8:25 PM Subject: problem starting Apache with mod_jk hello, I'm trying to get Apache and Tomcat to work together via mod

Re: problem starting Apache with mod_jk

2001-01-12 Thread Jared
when building mod_jk.so, and it worked. Thanks for the help! cheers, - Jared -- The world is just filling up with more and more idiots! And the computer is giving them access to the world! They're spreading their stupidity! At least they were contained before - now they're on the loose

RE: database connection problem when run nt service

2000-12-18 Thread Jared Clinton
I am extremly new to tomcat, although I suspect that it is to do with the NT user that tha service logs in as and the permissions in the database that the user has? ?Stab in the dark? Jared Clinton. -Original Message- From: H Deng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19