Admin Mbeans from Application in Tomcat 4.1.31?

2005-09-01 Thread Jeffrey Winter
Is it possible to access the management MBeans from a standard deployed application in Tomcat 4.1.31? I can't figure out if it is possible to reference the MBeanServer from an application. Any pointers or code examples would be greatly apprectiated. I would like to be able to show the state

RE: 10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-25 Thread Spors, Jeffrey R
I also ran into this just today (although I don't get entries in my logs). I believe I found a solution. In workers.properties under the ajp13 Worker Definition I uncommented the worker.ajp13.cachesize line and set it equal to the desired max cache size. For example: worker.ajp13.cachesize=20

RE: Tomcat Install from Source File.zip is bad

2005-08-05 Thread Spors, Jeffrey R
I believe the problem is that the mirror the ant script defaults to does not have all the correct files for some reason. This is just my assumption. I solved this problem by changing the Sourceforge location in jakarta-tomcat-5.5.9-src/Jakarta-tomcat-5/build.properties.default Look for the

Re: Problem running Tomcat on Windows 64-Bit Edition

2005-07-22 Thread Spors, Jeffrey R
commons-daemon and compile a 64bit version yourself (only the MSDK is needed, but you need to create your own makefiles). I've done both, and they both work well (but only the second one lets you have the nice configuration GUI :). Spors, Jeffrey R [EMAIL PROTECTED] wrote in message news:[EMAIL

Problem running Tomcat on Windows 64-Bit Edition

2005-07-21 Thread Spors, Jeffrey R
I am trying to run Tomcat 5.5.9 as a service on Windows Server 2003 64-Bit Edition. The following scenarios work fine: - 32-bit JDK and Tomcat 5.5 running as a service and using startup.bat - 64-bit JDK and Tomcat 5.5 using startup.bat However, I can't run 64-bit JDK and Tomcat 5.5 as a

Re: Tomcat 5 slow, it's in production, please help!

2005-05-09 Thread Jeffrey
speed delay is acceptable. Just my $0.015 Doug - Original Message - From: Jeffrey [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Saturday, May 07, 2005 1:05 PM Subject: Re: Tomcat 5 slow, it's in production, please help! It seems that, at least

RE: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Jeffrey
establish a new one. -Original Message- From: Jeffrey [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 2:16 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat 5 slow, it's in production, please help! I have a apache/tomcat environment that has some problems

Re: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Jeffrey
know what kind of load a tomcat can handle. I am thinking that maybe a load balancer will help. But I am still puzzled by the fact of low CPU usage at the time of slowness. From the server status view in tomcat manager, I can see 's Request count: 127421' --- Jeffrey [EMAIL PROTECTED] wrote: I

Re: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Jeffrey
fairly quick. I may be repeating something that was covered because I have not been reading this thread in detail. So sorry if already asked and answered. Doug - Original Message - From: Jeffrey [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent

Re: Tomcat 5 slow, it's in production, please help!

2005-05-07 Thread Jeffrey
at the OS level (solaris 5.6) since I see a lot of TIME_WAIT at the machine using the 'netstat -n' command. --- Jeffrey [EMAIL PROTECTED] wrote: Please see the answer embedded below. --- Parsons Technical Services [EMAIL PROTECTED] wrote: 127421 over what period of time? It's about 6

Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Jeffrey
minutes, but in the session view of tomcat manager, I see message 30 - 40 minutes:136 sessions. How a session that is more than 30 minutes is still there. Maybe I don't understand this message correctly. Please advice. This is a production machine. Helps are greatly appreciated. Thanks. Jeffrey

Re: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Jeffrey
) Make sure not to use reloadable in context descriptions. 2) Start tomcat with optimal java parameters, concerning memory heap and stack 3) Make sure that connections to database are minimal, do requery if answer is always the same... Good luck, Greetings O. On 5/6/05, Jeffrey

Re: Tomcat 5 slow, it's in production, please help!

2005-05-06 Thread Jeffrey
to Tomcat, thus the number of connections will rise from StartServers to MaxClients. So there are two solutions for prefork. 1. Make maxThreads==MaxClients 2. Add connectionTimeout=2 to AJP connector. On 5/6/05, Jeffrey [EMAIL PROTECTED] wrote: I have a apache/tomcat environment that has

Re: Admin application creates duplicate secure attribute in server.xml

2005-03-29 Thread Jeffrey Barnett
=org.apache.catalina.storeconfig.StoreConfigLifecycleListener/ /Server This listener register a new MBean with more options to save the tomcat configurations. Give 5.5.9 a try ... :-) Peter Jeffrey Barnett schrieb: Mike, unfortunately I'm only gotten better at restoring server.xml after it has been corrupted

Re: Admin application creates duplicate secure attribute in server.xml

2005-03-28 Thread Jeffrey Barnett
Mike, unfortunately I'm only gotten better at restoring server.xml after it has been corrupted. You are the first person from the tomcat-user list to even confirm that the problem exits on other sites.. One consultant I consulted said that they had never heard of the problem, but that we were

RE: Trying to retrieve the ROOT context in Servlet.

2005-03-09 Thread Jeffrey Lanham
:01 -0600 Jeffrey Lanham [EMAIL PROTECTED] wrote: So, hitting an invalid context gets you the root context? Isn't that a little insecure? Jeff -Original Message- From: Lionel Farbos [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 3:49 AM To: [EMAIL PROTECTED] Cc

RE: Trying to retrieve the ROOT context in Servlet.

2005-03-08 Thread Jeffrey Lanham
context in Servlet. Hi Jeffrey, I use Tomcat 5.0.30 and, when I use getServletContext().getContext(/toto), if the Context toto doesn't exist, it returns the root context. On Mon, 7 Mar 2005 15:32:25 -0600 Jeffrey Lanham [EMAIL PROTECTED] wrote: I have been trying for days and tons of google

Trying to retrieve the ROOT context in Servlet.

2005-03-07 Thread Jeffrey Lanham
, or if there is some other mechanism to use besides getServletContext().getContext(/). Any help would be appreciated. Thanks, Jeffrey Lanham Miller Curtain Company

RE: Tomcat on Win XP 64 Bit

2005-03-07 Thread Jeffrey Lanham
Yes, I'm currently running it under the 64bit RC2 with the Java 1.5.0 jdk/jre. It runs well, if only in 32bits. Jeff -Original Message- From: Peter Neu [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 12:09 PM To: Tomcat Users List Subject: Tomcat on Win XP 64 Bit Hello, has

RE: Trying to retrieve the ROOT context in Servlet.

2005-03-07 Thread Jeffrey Lanham
the skull). -Original Message- From: Jeffrey Lanham [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 3:32 PM To: tomcat-user@jakarta.apache.org Subject: Trying to retrieve the ROOT context in Servlet. I have been trying for days and tons of google searches and mail archive searches

Re: Admin application creates duplicate secure attribute in server.xml

2005-02-02 Thread Jeffrey Barnett
=org.apache.catalina.realm.UserDatabaseRealm/ /Engine /Service Jeffrey Barnett wrote: We have recently upgraded from Tomcat 4 to Tomcat 5.0.27. Now whenever we use the Admin application to alter webapp context parameters the new server.xml that gets written out contains an extra 'secure=true' attribute at the end of the ssl

Use of Admin application creates duplicate secure attribute in server.xml

2005-01-31 Thread Jeffrey Barnett
We have recently upgraded from Tomcat 4 to Tomcat 5.0.27. Now whenever we use the Admin application to alter webapp context parameters the new server.xml that gets written out contains an extra 'secure=true' attribute at the end of the ssl Connector, which causes the server to fail with a

SSL and server.xml

2004-11-17 Thread Jeffrey Trimble
.CoyoteServerSocketFactory/ /Connector I am not able to https://localhost:8443 at all. Dead Any suggestions for me to check out? TIA, Jeffrey A. Trimble Systems/Catalog Librarian Youngstown State University Youngstown, OH [EMAIL PROTECTED] (330) 941-2483

RE: Failed to install Tomcat5 service

2004-10-29 Thread Jeffrey Steele
We just had the very same problem when trying to install the service for Tomcat 5.0.28 using service.bat on a Win2000 server... We found that there was an old refrence to a Tomcat 4 service in the Registry... after clearing it out, the Tomcat5 service installed and started fine... Good luck...

Manually starting webapps

2004-10-20 Thread Jeffrey Steele
to run, and want to use the Manager functionality to handle the starting and stopping of the individual webapps Thanks for your time... Jeffrey Steele QAD Desktop Team QAD Inc. 6450 Via Real Carpinteria CA 93013, USA http://www.qad.com/ [EMAIL PROTECTED] Tel: 805-565-4353 A Passion

Tomcat Repeatedly Hangs.

2004-09-23 Thread Jeffrey Lage
becomes unresponse and had to be killed with kill -9. I have other web apps running on the same tomcat installations that do not behave this way. Any help would be great. -Jeff Jeffrey A. Lage | International Fund Services (IFS) 12 E. 49Th. St. | 35Th Floor | New York | NY | 10012 (V

Re: Tomcat Repeatedly Hangs.

2004-09-23 Thread Jeffrey Lage
=0x1801600 runnable VM Periodic Task Thread prio=10 tid=0x005084f0 nid=0x1815000 waiting on condition Exception Catcher Thread prio=10 tid=0x00500fd0 nid=0x1802600 runnable Jeffrey A. Lage | International Fund Services (IFS) 12 E. 49Th. St. | 35Th Floor | New York | NY | 10012 (V) 212.899.5519

Re: Tomcat Repeatedly Hangs.

2004-09-23 Thread Jeffrey Lage
:) first time I have ever looked at one of these dumps, but I assumed that. That method uses some legacy struts code. I am replacing that with my own db connection code. We'll see... Jeffrey A. Lage | International Fund Services (IFS) 12 E. 49Th. St. | 35Th Floor | New York | NY | 10012 (V

Re: Tomcat Repeatedly Hangs.

2004-09-23 Thread Jeffrey Lage
The problem appears to have been in my use of the generic datasource in struts. Now that I have removed it, I in good shape. Thanks. Jeffrey A. Lage | International Fund Services (IFS) 12 E. 49Th. St. | 35Th Floor | New York | NY | 10012 (V) 212.899.5519 | (M) 201.344.4442 From: Jeffrey

Re: Location of third party jar files.

2004-09-08 Thread Jeffrey Barnett
I believe Yoav said earlier it was OK to put JDBC drivers into common/lib. Or did I misunderstand, there was a bit of back and forth on the topic. Search Archives for Tomcat 4.1: JSP pages don't always compile the first time? Shapira, Yoav wrote: Hi, The right and best way is to include

Re: Location of third party jar files.

2004-09-08 Thread Jeffrey Barnett
: Jeffrey Barnett [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 1:18 PM To: Tomcat Users List Subject: Re: Location of third party jar files. I believe Yoav said earlier it was OK to put JDBC drivers into common/lib. Or did I misunderstand, there was a bit of back and forth

Re: Tomcat 4.1: JSP pages don't always compile the first time?

2004-09-03 Thread Jeffrey Barnett
Does this warning/suggestion apply just to jsp-api.jar or to all the jsp jars (e.g.jstl.jar, standard.jar,...) as well? Shapira, Yoav wrote: Hi, You have mismatched versions of the Servlet API jars around. There should be only one, in tomcat's common repository. Don't ship the servlet or JSP

Re: Tomcat 4.1: JSP pages don't always compile the first time?

2004-09-03 Thread Jeffrey Barnett
, things like that, but not standard.jar, JDBC drivers, etc. As a rule of thumb: if tomcat bundles a library, don't package a different version of the same library with your webapp. Yoav Shapira Millennium Research Informatics -Original Message- From: Jeffrey Barnett [mailto:[EMAIL

Binding DataSources to Contexts in Tomcat 4.06/4.1

2004-08-19 Thread Jeffrey Barnett
I have a servlet that contains the following code in its init() method: public void init(ServletConfig config) throws ServletException { super.init(config); try { Context initCtx = new InitialContext(); Context envCtx = (Context)

Re: Binding DataSources to Contexts in Tomcat 4.06/4.1

2004-08-19 Thread Jeffrey Barnett
-Original Message- From: Jeffrey Barnett [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 2:04 PM To: Tomcat Users List Subject: Binding DataSources to Contexts in Tomcat 4.06/4.1 I have a servlet that contains the following code in its init() method: public void init(ServletConfig config

Re: Binding DataSources to Contexts in Tomcat 4.06/4.1

2004-08-19 Thread Jeffrey Barnett
I'm sure your explanation as well as a (re) reading of the How To will allow me to correct the problem. Thanks very much! I'd like a little more explanation however about your advice on using DefaultContext. In addition to the advantage of having a single place to add, remove, and change

Re: Alternative causes of msg 404 resource not avaialble?

2004-08-18 Thread Jeffrey Barnett
Yes to both no luck. I'm thinking that somehow WEB-INF/classes is not getting into the CLASSPATH. Is there a way to check this at run time? Dennis Dai wrote: Have you tried reloading the context or restarting tomcat on your department test server? On 8/17/2004 2:04 PM, Jeffrey Barnett

Re: Alternative causes of msg 404 resource not avaialble?

2004-08-18 Thread Jeffrey Barnett
in this Context ... So the reason the servlet class was not found was that it was never initialized. Next question, what does it mean that jdbc is not bound? Jeffrey Barnett wrote: Yes to both no luck. I'm thinking that somehow WEB-INF/classes is not getting into the CLASSPATH

Alternative causes of msg 404 resource not avaialble?

2004-08-17 Thread Jeffrey Barnett
I recently added a servlet to an existing webapp in WEB-INF/classes. and added the corresponding servlet and servlet-mapping tags to web.xml. When I try it out on my desktop server it works fine, but when I redeploy to the department test server I get 404 error. Is there some other

Re: Alternative causes of msg 404 resource not avaialble?

2004-08-17 Thread Jeffrey Barnett
PS: Server is 4.1.12 Jeffrey Barnett wrote: I recently added a servlet to an existing webapp in WEB-INF/classes. and added the corresponding servlet and servlet-mapping tags to web.xml. When I try it out on my desktop server it works fine, but when I redeploy to the department test server I

Re: Alternative causes of msg 404 resource not avaialble?

2004-08-17 Thread Jeffrey Barnett
PPS: The rest of the webapp runs normally. Jeffrey Barnett wrote: PS: Server is 4.1.12 Jeffrey Barnett wrote: I recently added a servlet to an existing webapp in WEB-INF/classes. and added the corresponding servlet and servlet-mapping tags to web.xml. When I try it out on my desktop server

RE: Running Tomcat as service on Win2003 Server

2004-07-14 Thread Birt, Jeffrey
What version of Win2003 sever are you running, Standard, Web Edition? Web edition is made only to serve web pages. Some software won't even LOAD on it. Jeff Birt Electronics Engineer Integrated Systems Facility University of Missouri - Rolla 573.341.6058 -Original Message- From: Bui,

RE: Running Tomcat as service on Win2003 Server

2004-07-14 Thread Birt, Jeffrey
provide some more info on your configuration to assist in troubleshooting? On Wed, 14 Jul 2004 12:25:04 -0500, Birt, Jeffrey [EMAIL PROTECTED] wrote: What version of Win2003 sever are you running, Standard, Web Edition? Web edition is made only to serve web pages. Some software won't even LOAD

RE: problems with mod_jk2

2004-07-11 Thread Birt, Jeffrey
I've clipped the relevant sections of some recent list postings that got me pointed in the correct direction. I've been following along with this guide. http://www.opq.se/sxs/internet_serving/c875.html Another list member responded: Have a read through this,

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-09 Thread Birt, Jeffrey
573.341.6058 -Original Message- From: Tim Wills [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 11:18 PM To: Birt, Jeffrey Cc: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable I had the same Error 503 on Linux (not Windows) and found

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-09 Thread Birt, Jeffrey
don't even know the difference between a Unix channel and socket channel! Jeff Birt Electronics Engineer Integrated Systems Facility University of Missouri - Rolla 573.341.6058 -Original Message- From: Birt, Jeffrey [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 8:06 AM To: Tim

RE: Tomcat works for localhost, but won't work for the local intranet..

2004-07-09 Thread Birt, Jeffrey
Redhat also comes with a handy gui called Security Level (or something) to administer the firewall. Jeff Birt -Original Message- From: Robert F. Hall [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 7:25 PM To: Tomcat Users List Subject: Re: Tomcat works for localhost, but won't

Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Birt, Jeffrey
Hello all, I've been working on getting Apache 2.0.49 and Tomcat 5.0.25 to play nice together via mod_jk2 connector. Both work fine separately and I get the dreaded 503 Service Temp. Unavailable error. (which seems to have come up a lot on various list but I've yet to find a solution). I've

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Birt, Jeffrey
-Original Message- From: Birt, Jeffrey [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:11 To: [EMAIL PROTECTED] Subject: Newbie question: Error 503 Service Temp. Unavailable Hello all, I've been working on getting Apache 2.0.49 and Tomcat 5.0.25 to play nice together via mod_jk2 connector

Re: RE: mod_jk2.so load problem with apache2 (winxp)

2004-06-04 Thread Jeffrey A. Worman
? Hope you have done it. Check spellings as well. Compile apache2.0.49 and Mod_jk2 with same compile -Original Message- From: Jeffrey A. Worman [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 2:05 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: mod_jk2.so load

Re: RE: mod_jk2.so load problem with apache2 (winxp)

2004-06-04 Thread Jeffrey A. Worman
I forgot to mention that I did not recompile the mod_jk stuff. I'm still trying to use the binary that I downloaded for apache 2.0.49. Will this be a problem? jw - Original Message - From: Jeffrey A. Worman [EMAIL PROTECTED] Date: Friday, June 4, 2004 5:59 am Subject: Re: RE: mod_jk2

Re: RE: RE: mod_jk2.so load problem with apache2 (winxp)

2004-06-04 Thread Jeffrey A. Worman
I downloaded the the file jakarta-tomcat-connectors-jk2.0.4-win32- apache2.0.49.zip from one of the mirrors from jakarta.apache.org. I think it was http://www.signal42.com/mirrors/apache/jakarta/tomcat- connectors/jk2/binaries/win32/ jw

mod_jk2.so load problem with apache2 (winxp)

2004-06-03 Thread Jeffrey A. Worman
This is my first post, so please excuse my ignorance about this type of mailing list. My issue: I successfully compiled the apache release version 2.0.49 and openssl release version 0.9.7d. I then downloaded and installed the binaries for tomcat 4.1.30 and mod_jk2 2.0.4 for apache2.0.49.

tomcat just won't start, but was fine yesterday

2004-02-19 Thread Jeffrey Kunzelman
.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on port 8080 Jeffrey Kunzelman http://www.kunzelmedia.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

org.apache.catalina.HttpRequest.setRequestURI() and valves

2004-01-15 Thread Green, Jeffrey
Hello all. Using valves in Tomcat 4, we successfully managed to intercept requests to specific contexts and direct them elsewhere. For example, we could intercept all requests to /SECRETWEBAPP and redirect them to /. In order to accomplish this, we used valves which would call

RE: org.apache.catalina.HttpRequest.setRequestURI() and valves

2004-01-15 Thread Green, Jeffrey
We can't use a filter because filters are per-webapp whereas valves are per host. This is a hostwide redirect. We need to be able to redirect users from /SOME/GARBAGE/HERE/actualWebappDirectory to /actualWebappDirectory for all webapps (without having to require everyone to deploy the same exact

RE: org.apache.catalina.HttpRequest.setRequestURI() and valves

2004-01-15 Thread Green, Jeffrey
: Thursday, January 15, 2004 11:21 AM To: Tomcat Users List Subject: Re: org.apache.catalina.HttpRequest.setRequestURI() and valves Green, Jeffrey wrote: Hello all. Using valves in Tomcat 4, we successfully managed to intercept requests to specific contexts and direct them elsewhere

RE: org.apache.catalina.HttpRequest.setRequestURI() and valves

2004-01-15 Thread Green, Jeffrey
] Sent: Thursday, January 15, 2004 11:21 AM To: Tomcat Users List Subject: Re: org.apache.catalina.HttpRequest.setRequestURI() and valves Green, Jeffrey wrote: Hello all. Using valves in Tomcat 4, we successfully managed to intercept requests to specific contexts and direct them elsewhere

RE: org.apache.catalina.HttpRequest.setRequestURI() and valves

2004-01-15 Thread Green, Jeffrey
: Re: org.apache.catalina.HttpRequest.setRequestURI() and valves Green, Jeffrey wrote: Regarding the last post on this topic: 1) sendRedirect() doesn't seem to work because ValveBase's invoke() method takes an org.apache.catalina.Response object and that class has no sendRedirect() method. Am

RE: [OT] Apache and Tomcat together

2004-01-15 Thread Green, Jeffrey
Anyone know about the benefits / detriments of using mod_proxy? It sets up a heck of a lot easier than mod_jk2 and seems to offer the same functionality. A great doc on this is at http://marc.theaimsgroup.com/?l=xml-cocoon-devm=104441321803644w=2. Anyone have any insights? Having set up both

RE: mc@fornby.fhsk.se - no such user here.

2004-01-13 Thread Green, Jeffrey
I do. And am about to receive it one more time :) -Original Message- From: Altankov Peter [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 9:37 AM To: Tomcat Users List Subject: [EMAIL PROTECTED] - no such user here. Do you guys all receive this bounce when posting to the

Mapping /BAH/ to /

2004-01-08 Thread Green, Jeffrey
Hi all. Quick question regarding Tomcat. I'd like to create a mapping such that all requests to http://hostname:8080/FOO/ http://hostname:8080/FOO/ are forwarded to http://hostname:8080/ http://hostname:8080/ in a transparent manner (to the user, at least). Thus, if there is a JSP at

RE: Mapping /BAH/ to /

2004-01-08 Thread Green, Jeffrey
Millennium ChemInformatics -Original Message- From: Green, Jeffrey [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 10:50 AM To: '[EMAIL PROTECTED]' Subject: Mapping /BAH/ to / Hi all. Quick question regarding Tomcat. I'd like to create a mapping such that all requests to http

RE: Mapping /BAH/ to /

2004-01-08 Thread Green, Jeffrey
for this reason alone. Yoav Shapira Millennium ChemInformatics -Original Message- From: Green, Jeffrey [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 10:50 AM To: '[EMAIL PROTECTED]' Subject: Mapping /BAH/ to / Hi all. Quick question regarding Tomcat. I'd like

RE: Mapping /BAH/ to /

2004-01-08 Thread Green, Jeffrey
to add the complexity of an apache-tomcat setup for this reason alone. Yoav Shapira Millennium ChemInformatics -Original Message- From: Green, Jeffrey [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 10:50 AM To: '[EMAIL PROTECTED]' Subject: Mapping /BAH/ to / Hi all. Quick

RE: Mapping /BAH/ to /

2004-01-08 Thread Green, Jeffrey
12:22 PM To: Tomcat Users List Subject: RE: Mapping /BAH/ to / Howdy, Sure, define a Host with the BAR appBase. (See the Host configuration reference if you're not sure what I mean). Yoav Shapira Millennium ChemInformatics -Original Message- From: Green, Jeffrey [mailto:[EMAIL

RE: Webapp names and paths within JSPs for images

2004-01-08 Thread Green, Jeffrey
I'm running into the exact same issue. It seems that you could use HttpServletRequest.getContextPath() or parse through HttpServletRequest.getRequestURI() to get the root-relative path of the URL. Then prepend that with the image name (or do whatever manipulation is necessary). I've found it

RE: Mapping /BAH/ to /

2004-01-08 Thread Green, Jeffrey
different deploy directories? -Original Message- From: Green, Jeffrey Sent: Thursday, January 08, 2004 3:25 PM To: 'Tomcat Users List' Subject: RE: Mapping /BAH/ to / Hrm... Tried this and it doesn't quite work for me. In my server.xml, I have one Host defined. Setting its appBase=BAR

Replacing the JCE provider

2003-11-18 Thread Michael Jeffrey Tucker
Hi, I have gone through the mailing list archives, but I haven't found anything definitive on how to go about replacing the JCE provider for Tomcat's version of JSSE. My project requires that extremely large keys be used for SSL, beyond the size that is supported by the Sun implementation (I

Can't solve SAXParseException: The string -- is not permitted w ithin comments

2003-11-14 Thread Horan, Jeffrey
Solution: A reinstall is typical but not necessary. What has happened is that a piece of software, like Easy Struts or MyEclipse, which modifies a server.xml or web.xml has not done a good job of cleanup. You will have to visually inspect the server.xml and all of the web.xml files for missing

Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-12 Thread Michael Jeffrey Tucker
(it is ignored for CLIENT-CERT auth). - Original Message - From: Michael Jeffrey Tucker [EMAIL PROTECTED] To: Bill Barker [EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 8:55 PM Subject: Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool Hi Bill, Do you

Re: Using Apache/mod_ssl certificate and private key with Tomcat/keytool

2003-11-12 Thread Michael Jeffrey Tucker
security constraints? Or am I approaching this all wrong? Thanks again, Mike On Wed, 12 Nov 2003, Michael Jeffrey Tucker wrote: Hi, Thanks for your help. I was wondering if anyone has any suggestions for the following problem: I would like Tomcat to accept any SSL connection where it recognizes

Using Client Certificates in tomcat-4.0.1

2003-11-11 Thread Michael Jeffrey Tucker
Hi, I am prototyping a modification to an existing Tomcast system on Linux that will now use client certificates for authentication, but I have been having trouble getting to the pointer where connecting to the site with a web browser prompts for a certificate. I have been incrementally

Debugging JSSE

2003-11-11 Thread Michael Jeffrey Tucker
Hi, I am still trying to figure out what is going wrong with my client-side authentication. I've started using the OpenSSL command line tool to debug, rather than a web browser. From the command line I am running: OpenSSL s_client -connect localbox:8443 -cert client.pem -CAfile ca.pem -state

RE: Creating mod_jk.so from src for HP-UX

2003-06-20 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
the official HP-UX apache 1.3.27 with mod_jk can be download from http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo .pl?productNumber=B9415AA132702 While this come with tomcat 3.3 you can just rm it if you so choose or

RE: Rotating catalina.out.

2003-06-10 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Something I have always wanted to try was to modify this line of the catalina.sh $JAVA_HOME/bin/java $CATALINA_OPTS -classpath $CP \ -Djava.security.manager \ -Djava.security.policy==$CATALINA_BASE/conf/catalina.policy \ -Dcatalina.base=$CATALINA_BASE \

RE: Rotating catalina.out.

2003-06-10 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
... Yoav Shapira Millennium ChemInformatics -Original Message- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 1:28 PM To: 'Tomcat Users List' Subject: RE: Rotating catalina.out. Something I have always wanted to try was to modify this line

RE: Stability under HP-UX

2003-06-10 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
We have not had any problems with Tomcat on HP-UX. What JVM are you using? Also, here are some recommeded kernel parameters maxusers512 nproc 2068 max_thread_proc 3000 nkthread6000 nfile 3 maxfiles

I need help please (Tomcat 4.1.24 and IIS)

2003-06-09 Thread Jeffrey Cummings
I am trying to setup tomcat 4.1.24 with IIS. When I request a page I get the following message:- HTTP Status 404 - /tomcat/isapi_redirect.dll ___ type Status report message /tomcat/isapi_redirect.dll description The requested resource (/tomcat/isapi_redirect.dll) is not available. _ Apache

RE: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread Jeffrey Cummings
more. John On Sat, 7 Jun 2003 09:24:03 -0400, Jeffrey Cummings [EMAIL PROTECTED] wrote: I am trying to setup tomcat 4.1.24 with IIS. I get the following message HTTP Status 404 - /tomcat/isapi_redirect.dll _ type Status report message /tomcat/isapi_redirect.dll description

RE: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread Jeffrey Cummings
config Thanks. Did you install the filter? AFAIK, this is the best tutorial on Tomcat + IIS: http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html John On Mon, 9 Jun 2003 08:42:40 -0400, Jeffrey Cummings [EMAIL PROTECTED] wrote: Thanks for the help. There is the information request My

RE: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread Jeffrey Cummings
/*] hope this helps. Dom - Original Message - From: John Turner To: Tomcat Users List Sent: Monday, June 09, 2003 6:25 PM Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config I'm pretty sure Jeffrey did...at least as far as I can tell. Do you have some examples

Having a problem with IIS and Tomcat 4.1.24 config

2003-06-07 Thread Jeffrey Cummings
I am trying to setup tomcat 4.1.24 with IIS. I get the following message HTTP Status 404 - /tomcat/isapi_redirect.dll _ type Status report message /tomcat/isapi_redirect.dll description The requested resource (/tomcat/isapi_redirect.dll) is not available. _ Apache Tomcat/4.1.24

Having a problem with IIS and Tomcat 4.1.24 config

2003-06-07 Thread Jeffrey Cummings
I am trying to setup tomcat 4.1.24 with IIS. I get the following message HTTP Status 404 - /tomcat/isapi_redirect.dll _ type Status report message /tomcat/isapi_redirect.dll description The requested resource (/tomcat/isapi_redirect.dll) is not available. _ Apache Tomcat/4.1.24

RE: GET SOME MANNERS!!!!! Re: TO SIMONE LEIGH

2003-06-06 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
That does not always work. I have been trying for six months to change the email to which Tomcat sends. Followed all instructions in all emails sent back to me by the automated listserve program. I even wrote a quick and dirty mail program to pretend to be my old address. I have written

ISAPI Redirector

2003-06-06 Thread Jeffrey Cummings
I need some help? 1. The most recent date I see for the ISAPI Redirector is 20-Nov-2001 at http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.4/bin/win32/i38 6/. Should I be using this with tomcat 4.1.24? 2. Why does the tomcat distribution for tomcat 4.1.24 not come with the

RE: ISAPI Redirector

2003-06-06 Thread Jeffrey Cummings
/v1.2.3 /bin/win32/ -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 8:32 AM To: Tomcat Users List Subject: Re: ISAPI Redirector On Fri, 6 Jun 2003 07:21:40 -0400, Jeffrey Cummings [EMAIL PROTECTED] wrote: I need some help? 1.The most recent date

RE: security of server.xml

2003-06-06 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
We have the people who deploy to our servers use the AES routines from http://www.bouncycastle.org/ and create encrypted username and passwords to place in the server.xml or web.xml and then decrypt in the java. Have not kept up to date on what routines sun provides in its packages these days.

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
I would suggest your answer to another user a few minutes ago. Make sure you start tomcat before apache. I usaully wait 30 secs bewteen tomcat and apache Also after you start tomcat try telnet localhost 8009 to truly determine if the ajp connector is working. If you get connection refused,

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
You might try setting debug=99 in the connector tag so as to generate a good deal of logging in catalina.out when the server starts up You might also want to try the non-coyote connector right below the one you are using. !-- Define an AJP 1.3 Connector on port 8009 -- !--

RE: Taglib declaration - illegal character \64 (FAQ)

2003-06-05 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
If I do % @taglib uri=fred.jar prefix=fred % I get an illegal character error similar to yours. Have you tried completly retyping the line from scratch(you may have whitespace and not realize it) to have it match Jason's suggestion of %@ taglib prefix='c' uri='http://java.sun.com/jstl/core'

RE: Strange mod_jk error

2003-06-04 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Denise, I could not see in the email trail if it ever was determined that you truly have a listener on the ajp13 port for the problem domain if you do telnet test.mysite.com 8009 or whatever the correct domain/port for your current configuration do you get a valid telnet response? also if you

RE: Strange mod_jk error

2003-06-04 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
) Thanks, Denise -Original Message- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:06 PM To: 'Tomcat Users List' Subject: RE: Strange mod_jk error Denise, I could not see in the email trail if it ever was determined that you truly have

RE: tar.tar binary

2003-05-31 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Patricia, Be carefull with the HP tar for unpacking files for tomcat. It works well with some of the tarballs but for others some file corruption occurs. The corruption appears to affect specifically the ajp13 connectors. We burnt out a new IT specialist trying to integrate to apache because

RE: tar.tar binary

2003-05-31 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
That does work but we have found that it leaves all files with windows linefeeds. In some cases this causes the #!/bin/sh to not be recognized by the shell. Plus it annoys me for no good reason having to see all those ^M's when I use vi. We have even had problems with some of the xml files that

RE: mod_jk2 / Apache 2 / mod_rewrite virtual hosts

2003-04-04 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
If you are not using ssl you may wish to consider name based virtual hosting VirtualHost * ServerName domain.com /VirtualHost VirtualHost * ServerName domain.net mod_jk stuff /VirtualHost the apache documentation goes into this more fully -Original Message- From: Marc

RE: mod_jk2 / Apache 2 / mod_rewrite virtual hosts

2003-04-04 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
that, but it would all ways default to the first VirtualHost. Marc On Fri, 2003-04-04 at 12:36, PELOQUIN,JEFFREY (HP-Boise,ex1) wrote: If you are not using ssl you may wish to consider name based virtual hosting VirtualHost * ServerName domain.com /VirtualHost VirtualHost

RE: Not seeing new classes

2003-04-04 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Is you classes in a package? such as com.frank.yada It was my understanding from other posts I have seen on this list, that Tomcat will not pick up classes not in a package -Original Message- From: Frank Garber [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 1:21 PM To: Tomcat

RE: Seperate tomcats - one apache

2003-04-01 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
if you remove the vhost for host1 completely from apache to which tomcat do you get mapped? -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 11:10 AM To: Tomcat Users List Subject: Re: Seperate tomcats - one apache It doesn't work at all.

RE: JDBC-ODBC bridge error

2003-04-01 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
I get errors like that with coldfusion pages connecting to access if the variable type does not match the database field or if the value is null. if the database field is a string you I need to use single quotes around the value in the sql statement String sqlString = SELECT

  1   2   3   >