Automatic Log File Rotation

2005-08-23 Thread Jeff Schroeder
: http://www.weird.com/~woods/projects/newsyslog.html Thanks, Jeff Schroeder Web Administrator Comair, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache and Tomcat on separate hosts?

2005-08-17 Thread Jeff Schroeder
apache find it to hand over to tomcat? My first thought was NFS, but the change control board frowns on any sort of filesharing among the servers. It's kind of important to get this properly working, is there any other way? Thanks. Jeff Schroeder Web Administrator Comair, Inc

Re: Re: Apache and Tomcat on separate hosts?

2005-08-17 Thread Jeff Schroeder
As I know, mod_jk2 project is no longer maintained so it's better to switch to mod_jk. With our java apps, mod_jk has an issue that causes apache to crash every 3-4 days. mod_jk2 does not, so it's doubtful we will be changing. Jeff Schroeder Web Administrator Comair, Inc

RE: Tomcat and the HttpServletRequest Object

2005-08-13 Thread Jeff Grangier
Would anyone in the Project Management Committee, Advisory board, or the committer group acknowledge that this bug is understood and will be considered in the next releases of Tomcat? Thank you, Jeff Grangier Founder Chief Architect YourWebPro Inc. (847) 454-8000 -Original Message

Tomcat and the HttpServletRequest Object

2005-08-12 Thread Jeff Grangier
= (String)paramNames.nextElement(); . . . Has anyone encountered this issue before? Is there a work around? Thank you in advance for your help, Jeff

RE: Tomcat and the HttpServletRequest Object

2005-08-12 Thread Jeff Grangier
in this upgrade? Thanks, Jeff -Original Message- From: George Sexton [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 12:40 PM To: 'Tomcat Users List' Subject: RE: Tomcat and the HttpServletRequest Object I see nothing in the specification that specifies the order of the elements

RE: Tomcat and the HttpServletRequest Object

2005-08-12 Thread Jeff Grangier
. If there is a problem with the specification, then it should be changed to accommodate the user. Tomcat or any other software of that sort are loaded with functions/features that sacrifice performance with functionality, this is what you call an option. Jeff Grangier -Original Message- From

RE: Tomcat and the HttpServletRequest Object

2005-08-12 Thread Jeff Grangier
with this kind of behavior using Tomcat. Even if the specification does not contain any direction on how to properly handle the request, Tomcat expected/ordered behavior would save hours of work to developers worldwide. I sure hope this issue is not an Open Source wake up call! Thanks for all your help, Jeff

Re: Which Oracle JDBC Drive for JDK 1.5?

2005-08-05 Thread Jeff Duska
only support you on 'certified' databases. I'd try it. If it works great, if doesn't then I patch to 10.1.0.4. I've also only used the thin client JDBC drivers, so I can't say much about the other drivers. HTH, Jeff Paul Singleton wrote: I noticed there are JDBC drivers for 10.1.0.2

Additional reasons for broken pipe or connection resets?

2005-08-03 Thread Jeff Duska
exception? Thanks, Jeff Duska - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Making ${expr} work like c:out value=${expr}/

2005-06-16 Thread Jeff Schnitzer
parameter that tells Tomcat to do the *smart* thing rather than follow the spec? I'd really rather not have to type c:out everywhere, including inside HTML attributes. Not to mention search-and-replacing through all my existing JSP pages. How did this behavior get into the spec?? Jeff Schnitzer

Simple DBCP Conf Question

2005-04-13 Thread Jeff Sexton
of no activity at all. Is that the implication of setting maxIdle to zero? And how do the timeout parameters allow me to define completely idle periods, like off hours when everyone has gone home and the applications are not being used? Thanks! -- The ODS Companies Jeff Sexton Information Services (503

How do I force session cookies to be set to the root path?

2005-04-08 Thread Jeff Hoffmann
says how to do it. Is this still possible, and if so, how do I do it? -- Jeff Hoffmann [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Troubleshooting Virtual Hosts with Tomcat 5 standalone mode...

2005-04-04 Thread Jeff Duska
the mail list and the website nothing has jumped out at me. So, I hoping some kind soul might give me some pointers. What kills me is I'm sure this is something obvious I missed or not seeing. Thanks, Jeff Duska [EMAIL PROTECTED

Re: non-root on 80

2005-04-04 Thread Jeff Duska
I'm using the jsvc in the commons-daemon with a Tomcat user. Other than not having to deal with the jsvc, is there a reason to pick this over jsvc? Thanks, Jeff Duska John Lianogou wrote: I had to set up a solution using IP tables on my redhat box. First some background as to why I solved

SSL Under Tomcat 5.0

2005-02-15 Thread Jeff Gimprich
Hi, I'm new to Tomcat, so forgive my (temporary) naivite. I need to get my ecommerce web site (JSP) up and running, but when I add the connector for SSL to the server.xml Tomcat goes into an infinite loop with the following error message when the server attempts an SSL handshake (repeats

Tomcat 5.5.4 Admin application deploy

2005-01-20 Thread Jeff Urlwin
and restarted Tomcat. When I tried to run the web app, I get the log as per below. I've solved this by downloading commons-modeler.jar and putting it into my $CATALINA_HOME\common\lib directory. Can this be included in future releases to save others the problems I had? Thanks, Jeff SEVERE: End

RE: Tomcat 5.5.4 Admin application deploy

2005-01-20 Thread Jeff Urlwin
From: Jeff Urlwin [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.4 Admin application deploy I have copied all of the jakarta-tomcat-5.5.4\server\webapp\admin\*.* to my $CATALINA_HOME\webapp\admin and restarted Tomcat. Why? Why what? Restart Tomcat or copied the files

RE: Tomcat 5.5.4 Admin application deploy

2005-01-20 Thread Jeff Urlwin
From: Jeff Urlwin [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5.5.4 Admin application deploy The admin application is not included in the newer tomcat distributions, so it has to be installed separately. And when you unzip the admin download, it's automatically put

RE: Tomcat 5.5.4 Admin application deploy

2005-01-20 Thread Jeff Urlwin
role 7) start tomcat this work for me, bye Did you have commons-modeler somewhere in your class path? Other than that, that's exactly what I did. Jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Tomcat 5.5.4 Admin application deploy

2005-01-20 Thread Jeff Urlwin
From: Jeff Urlwin [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5.5.4 Admin application deploy 1) Download the tomcat 5.5.4 2) Download the Admin tool 5.5.4 3) Unzip the tomcat file 4) Unzip the admin file 5) Copy the contents of the admin folder into the folder of tomcat

RE: Tomcat 5.5.4 Admin application deploy

2005-01-20 Thread Jeff Urlwin
moved it out of the common\lib directory and it still works. Regards, Jeff HTH - Richard -Original Message- From: Jeff Urlwin [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 10:20 AM To: tomcat-user@jakarta.apache.org Subject: Tomcat 5.5.4 Admin application deploy

RE: Tomcat 5.5.4 Admin application deploy

2005-01-20 Thread Jeff Urlwin
From: Jeff Urlwin [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5.5.4 Admin application deploy It must have been the missing commons-modeler.jar which caused it to not work and when I tried fixing it, I moved it around. So, the lack of commons-modeler.jar is still an issue

more logging in tomcat 5.5

2004-12-04 Thread Jeff Ousley
more detailed logging out of tomcat and especially my realm config? sorry for the mess of questions. i appreciate any help, direction, or guidance! -jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

basic security tutorial

2004-12-02 Thread Jeff Ousley
hello! does anyone know if there's a tutorial or reference on how to set up basic security using tomcat (5.5)? i'd like to get a better understanding of how to secure particular pages in a webapp. thanks! - To unsubscribe,

Re: class file has wrong version?

2004-12-01 Thread Jeff Hoffmann
Please remove or make sure it appears in the correct subdirectory of the classpath. ConnectionPool dbConnectionPool = ConnectionPool.getInstance(); The class was compiled with 1.5 you're trying to run it on a 1.4 JVM. Recompile the class on 1.4 or upgrade the JVM. -- Jeff Hoffmann [EMAIL PROTECTED

How/Where do I get security advisories for tomcat ?

2004-12-01 Thread Jeff Ong
Is there an official channel/website where security advisories for tomcat are releases/posted ? I saw some advisories on www.cert.org. Is www.cert.org the official source for these security advisories ? ___ Regards, Jeff Ong IBM Toronto Lab, Toronto, CANADA

RE: How/Where do I get security advisories for tomcat ?

2004-12-01 Thread Jeff Ong
Thanks for the information Yoav. Regards, Jeff Ong IBM Toronto Lab, Toronto, CANADA - Message from Shapira, Yoav [EMAIL PROTECTED] on Wed, 1 Dec 2004 14:55:17 -0500 - To: Tomcat Users List [EMAIL

jdbc via ResourceLink in context.xml not working in 5.5.4

2004-11-29 Thread Jeff Ousley
? It works just fine under 5.0.28. My next step is to rename my 5.0.28 install and set it up again from scratch to make sure I'm not missing something in my setup steps. Help!!! thanks, -jeff - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Sun J2SE JVM + tomcat + Debian??

2004-10-15 Thread Jeff Bowden
I tried 2.6.7 w/o -server and it was a no-go. Also, a new libc6 just hit unstable and I tried the various combinations with that but it seems I'm stuck with 2.4.27 for now. Jeff Bowden wrote: Yeah, I'm using -server. I tried kernel 2.4.27 on the debian box and that actually works. If I get

Re: Sun J2SE JVM + tomcat + Debian??

2004-10-15 Thread Jeff Bowden
Total wild goose chase. I was using ps auxw to look for threads which work on 2.4 but on 2.6 you need an extra 'H' to see the threads. To summarize: There is no problem running tomcat5 on sun-j2se-1.4.2 on debian unstable using kernel 2.6.8. Works like a champ.

Re: Sun J2SE JVM + tomcat + Debian??

2004-10-14 Thread Jeff Bowden
1.4.2_04 Tomcat 5.0.26 Apache 2.0.49 + mod_jk2 2.0.4 James Mail Server 2.2.0 (Java based) My servers run fine. Are you trying to run with the -server VM? I've always had trouble with that on Linux. Eric On Wednesday 13 October 2004 02:33 pm, Jeff Bowden wrote: Is anyone using tomcat on debian

Sun J2SE JVM + tomcat + Debian??

2004-10-13 Thread Jeff Bowden
Is anyone using tomcat on debian with a Sun JVM? We've just experimented with running it on bleeding edge Gentoo and Debian boxes as well as a trailing edge Redhat 7.3 box. Of the three, Debian is the only one where things don't go quite right. It sort of works but it never spawns any

Re: Directories under webapps showing up

2004-10-05 Thread Jeff Faath
that autoDeploy is set to true. So, maybe that is the issue? --- QM [EMAIL PROTECTED] wrote: On Mon, Oct 04, 2004 at 02:46:39PM -0700, Jeff Faath wrote: : However, what bugs me is the subdirectories under the : webapps directory can still be accessed even though : I can't find the configuration

Directories under webapps showing up

2004-10-04 Thread Jeff Faath
Hello, I have finally figured out how to install my web application as the default app for Tomcat (thereby forgoing the standard page under the ROOT directory). So, to get to welcome page of my app, all you need to do is access this URL: http://localhost:8080/ However, what bugs me is the

documentation for ant tasks

2004-08-20 Thread Jeff Ousley
hello! is there anyplace where the catalina ant functions/tasks are documented? i've searched but obviously i'm not looking in the proper place. thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Sybase and Tomcat 5, Possible Problem

2004-06-18 Thread Jeff Sexton
not reach down the driver? Ideas? Should I rollback to TC 4x for awhile? -- The ODS Companies Jeff Sexton Information Services (503) 228-6554 x1026 http://www.odscompanies.com This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain information

Tomcat 5 Database Connections

2004-06-18 Thread Jeff Sexton
with Tomcat 4.0.4. It seems like some people do get this to work. It seems like many, many people do not. Is there a bug at play in all this? Here's my question - Why is it so hard? -- The ODS Companies Jeff Sexton Information Services (503) 228-6554 x1026 http://www.odscompanies.com This message

Re: Sybase and Tomcat 5, Possible Problem

2004-06-18 Thread Jeff Sexton
still seems much harder than it should be. But once it works, it's rock solid. -- The ODS Companies Jeff Sexton Information Services (503) 228-6554 x1026 http://www.odscompanies.com This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain

Tomcat 5 Database Connections

2004-06-17 Thread Jeff Sexton
with Tomcat 4.0.4. It seems like some people do get this to work. It seems like many, many people do not. Is there a bug at play in all this? Here's my question - Why is it so hard? -- The ODS Companies Jeff Sexton Information Services (503) 228-6554 x1026 http://www.odscompanies.com This message

Sybase and Tomcat 5, Possible Problem

2004-06-17 Thread Jeff Sexton
seems to be that the information required somehow does not reach down the driver? Ideas? Should I rollback to TC 4x for awhile? -- The ODS Companies Jeff Sexton Information Services (503) 228-6554 x1026 http://www.odscompanies.com This message is intended for the sole use of the individual and entity

Re: Tomcat 5 Database Connections

2004-06-17 Thread Jeff Sexton
Graham Leggett wrote: Jeff Sexton wrote: This week I realized that my servlets are getting: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null', cause: null As a test, try the binary package as provided by Jakarta for tomcat (unless of course

Re: Tomcat 5 Database Connections

2004-06-17 Thread Jeff Sexton
around? I mean other than re-writing my java to connect to the database on its own... -- The ODS Companies Jeff Sexton Information Services (503) 228-6554 x1026 http://www.odscompanies.com This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain

Re: Tomcat 5 Database Connections

2004-06-17 Thread Jeff Sexton
Is the order of elements in the ResourceParams block meaningful? Rightly or wrongly meaningful that is... I keep looking for some way to understand way this seems to work for some people. Jeff Sexton wrote: Graham Leggett wrote: I think it's definitely tomcat - my environment is Postgresql

Tomcat 5 Database Connections - from wierd to crazy

2004-06-17 Thread Jeff Sexton
think I'm losing my mind. -- The ODS Companies Jeff Sexton Information Services (503) 228-6554 x1026 http://www.odscompanies.com This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain information that is privileged, confidential and exempt

Re: Tomcat 5 Database Connections - from wierd to crazy

2004-06-17 Thread Jeff Sexton
Jeff Sexton wrote: I switched from TC 5 to Tomcat 4.1.30 and again copied my (working) app again from the Tomcat 4.0.4 install. This time, it knew the driver but not the url. So in server.xml I changed one parameter From: parameter namedriverName/name

Re: Server Specs

2004-06-15 Thread Jeff Hoffmann
that ships with tomcat-5.0.25. If you're using DBCP for your database connections, you might want to check that. It's something I've just stumbled on and I don't know if it has any relation to anything, but it sounds like it'd be worth looking into. -- Jeff Hoffmann [EMAIL PROTECTED

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Jeff Hoffmann
in case they might help. I think with both of these errors I was using j2sdk1.4.1 although I was having the same problem using 1.4.2 too. -- Jeff Hoffmann PropertyKey.com Unexpected Signal : 11 occurred at PC=0x403647F4 Function=(null)+0x403647F4 Library=/usr/java/j2sdk1.4.1/jre/lib/i386/server

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Jeff Hoffmann
Brian Beckham wrote: Jeff, Can you tell me more about your sitation? Did 5.0.24 help? So far I haven't had any problems with 5.0.24, although I've only been running it a couple of days. When I had the problem with 5.0.19, I jumped back to 5.0.16 until a couple of days ago when I went up

Re: [OT] JAVA_OPTS in catalina.sh

2004-04-14 Thread Jeff Tulley
PROTECTED] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tomcat Hangs

2004-03-29 Thread Jeff Tulley
users would be using our web application during that time. The machine is better than a development machine but not as good as production one. Jeff, can you explain more about the -- JVM's permanent generation. Thanks. - SPS - Original Message - From: Jeff Tulley [EMAIL PROTECTED] Date

Re: JNDI Realm Problem

2004-03-29 Thread Jeff Tulley
like from CVS logs that the fix should be in 5.0.19, and 5.0.20, but not 5.0.18 Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com [EMAIL PROTECTED] 3/25/04 6:14:06 AM Hello, all ! I've got a really strange problem

Re: JNDI Realm Problem

2004-03-25 Thread Jeff Tulley
was that only the DN should have been encoded, not the whole filter expression. It looks like from CVS logs that the fix should be in 5.0.19, and 5.0.20, but not 5.0.18 Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http

Re: Tomcat Hangs

2004-03-25 Thread Jeff Tulley
is running out even though the rest of the memory pools are nowhere near full. Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com [EMAIL PROTECTED] 3/25/04 5:50:42 PM We have Tomcat 4.1.27 running in conjunction

Making suggestions

2004-03-18 Thread Jeff Poling
What is the procedure for suggesting a new feature for tomcat? *Jeff Poling, Research and Development, CMHC Systems** ** For every difficult problem, there is * A warp core breach is imminent? ** ** a solution that is simple, obvious, * This calls for the handyman's

Connection warning

2004-03-18 Thread Jeff Poling
for the company (and therefore using the system). What I'd like is some way to keep tabs on the number of processes for any given connector(s) in use, and if it exceeds a certain threshhold, give some sort of sign ... an email, logfile entry, burning bush, whatever. *Jeff Poling

Connector processes

2004-03-05 Thread Jeff Poling
Is there a way, from within a servlet, to find out what the maximum number of processes has (maxProcessors attribute) and how many of them are in use? *Jeff Poling, Research and Development, CMHC Systems** ** For every difficult problem, there is * A warp core breach

Re: formbased login question

2004-03-04 Thread Jeff Tulley
to fill in in the form-login-page tag or any other way to solve this. Kind regards, Werner van Mook - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff Tulley ([EMAIL

Re: Tomcat heap vs. java.exe

2004-02-27 Thread Jeff Tulley
of this e-mail is a violation of federal criminal law. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading

jsession id format?

2004-02-03 Thread Jeff Poling
Is the jsessionid a simple random number, or is there information encoded into it. For example, on one other application server (non-J2EE), the client IP address is encoded into the generated sessionID for security reasons. *Jeff Poling, Research and Development, CMHC Systems

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Jeff Tulley
] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading

Re: anyone running tomcat-4.1.29 with commons-daemons?

2004-02-02 Thread Jeff Barrett
Was there ever a resolution here? I'm getting exactly the same error using 4.1.x and the below linked Tomcat.sh script (modified to my paths). Thanks, +jeff Bill Barker wrote: I've been using commons-daemon happily with Tomcat 4.1.x for quite some time now. I'd suggest starting from http

Re: anyone running tomcat-4.1.29 with commons-daemons?

2004-02-02 Thread Jeff Barrett
Was there ever a resolution here? I'm getting exactly the same error using 4.1.x and the below linked Tomcat.sh script (modified to my paths). Thanks, +jeff Bill Barker wrote: I've been using commons-daemon happily with Tomcat 4.1.x for quite some time now. I'd suggest starting from http

RE: OutOfMemoryError with Seemingly Plenty of Memory

2004-01-27 Thread Jeff Tulley
that this problem would occur when, by all indications, memory use is nowhere near the limit. Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com

RE: OutOfMemoryError with Seemingly Plenty of Memory

2004-01-27 Thread Jeff Tulley
--- Jeff Tulley [EMAIL PROTECTED] wrote: A while back somebody mentioned that if you continuously redeploy a web application, the symptoms you are mentioning occur. This is because of all of the objects that are stored in the permanent generation memory. This permanent generation runs out

jk_nt_service.exe

2004-01-27 Thread Jeff Godin
I am having a terrible time finding this file. I am currently using Tomcat version 4.1.29 and would like to set it up as an NT service. Any help locating this file would be greatly appreciated. Jeff - To unsubscribe, e-mail

Re: mod_jk problem

2004-01-26 Thread Jeff Tulley
(assuming you left Tomcat on the default HTTP port.) If that doesn't work, then the problem is in Tomcat configuration not in mod_jk. Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread Jeff Tulley
__ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread Jeff Tulley
ajp13 JkMount /webdav/* ajp13 JkMount /examples ajp13 JkMount /examples/* ajp13 JkMount /tomcat-docs ajp13 JkMount /tomcat-docs/* ajp13 JkMount /manager ajp13 JkMount /manager/* ajp13 /VirtualHost --- Jeff Tulley

RE: ServletRequest's path elements not updated by calls to getRequestDispatcher()

2004-01-21 Thread Jeff Tulley
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com

Re: Tomcat - Automatically writes a session?

2004-01-20 Thread Jeff Tulley
! XXX is my session ID, then, (iif that session exists), tomcat is free of saying Hi! keep your session ID, which is XXX Other than that, no idea. I have never struggled to avoid cookies. Sorry. I was only echoing something I have read in the past. Antonio Fiol Jeff Tulley ([EMAIL PROTECTED

Re: Tomcat - Automatically writes a session?

2004-01-20 Thread Jeff Tulley
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com

Re: Problems with jk2 on IIS 5.0 and Tomcat 4.0

2004-01-19 Thread Jeff Trout
or site level? I found on w2k sp4 that I had to install it at the SITE level... Oddly it worked fine at the server level on sp2. If I get some time I'll investigate more. Good luck! -- Jeff Trout [EMAIL PROTECTED] Global Engineering / Terra Lycos

Adjust Memory Settings

2004-01-19 Thread Jeff Greenland
point me in the right direction? Thanks in advance, Jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Adjust Memory Settings

2004-01-19 Thread Jeff Greenland
? This seems fairly simple and straightforward to me, but I would like to know if others have a better way of doing it. Jeff -Original Message- From: Jeff Greenland Sent: Monday, January 19, 2004 5:13 PM To: [EMAIL PROTECTED] Subject: Adjust Memory Settings Hello all, I need to be able

RE: Mozilla showing JSP source code

2004-01-19 Thread Jeff Greenland
I'm sure this doesn't help, but we had the same problem with the 3.x series. It went away when we upgraded to 4.x and 5.x. Good luck, Jeff -Original Message- From: Guy Rouillier [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 5:36 PM To: Tomcat Users List Subject: Mozilla

Tomcat 4 IIS5 - HTTPExtensionProc not getting the filter's added headers

2004-01-16 Thread Jeff Trout
/ suggestions? I just saw a post about the jk2 installer, so I tried that - same thing happens. I'm thinking there is some obscure IIS thing. -- Jeff Trout [EMAIL PROTECTED] Global Engineering / Terra Lycos - To unsubscribe, e-mail

Re: Tomcat 4 IIS5 - HTTPExtensionProc not getting the filter's added headers

2004-01-16 Thread Jeff Trout
On Fri, 16 Jan 2004 09:28:00 EST Jeff Trout [EMAIL PROTECTED] wrote: Note: After much more tinkering I discovered this problem goes away if you install the isapi_redirect.dll at the site level, not server. Still quite odd that on machine a it worked fine on the server level. Maybe something

Re: [OT] Apache and Tomcat together

2004-01-14 Thread Jeff Tulley
HTTP Auth (SPNEGO authentication method), which comes in handy with the deployment of Microsoft's Active Directory. Nix. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff

RE: white pages in tomcat 4.1.24

2004-01-14 Thread Jeff Tulley
have experienced the same? What was the solution? We had the same problem before when we used mod_webapp. Since mod_webapp is deprecated, we moved to mod_jk2 instead of posting the problem in the mail list. But it was not the solution. Thanks, Thomas Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322

RE: Making index.jsp work as welcome page after upgrade

2004-01-07 Thread Jeff Tulley
] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: what *really* happens when you reload or stop/start a webapp?

2004-01-02 Thread Jeff Barrett
No, this is just an example. What I'd like to know is if stop/start or reload has the same effect on a webapp as actually shutting down tomcat and starting it back up. +jeff QM wrote: : would everything get dumped and reset -- would that static variable go : back to it's original state when

Classes cannot be found

2003-12-30 Thread Jeff Greenland
ideas? I've spent days on this and still no luck. Is it a bug? What can I try to troubleshoot? I feel like I've exhausted my troubleshooting options thus far. Thanks in advance for everyone's help, Jeff - To unsubscribe, e

RE: Classes cannot be found

2003-12-30 Thread Jeff Greenland
Shapira Millennium ChemInformatics -Original Message- From: Jeff Greenland [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 12:59 PM To: Tomcat Users List Subject: Classes cannot be found Having problems with Tomcat finding classes. This seems simple, maybe someone can see

RE: Classes cannot be found

2003-12-30 Thread Jeff Greenland
Oh, and I might add that everything worked fine in Tomcat 3 and Tomcat 4. Could it be configuration related in server.xml (or web.xml) in that I'm not specifying the context correctly? The server is able to run JSP files fine it seems, I just can't use any external classes. Thanks again, Jeff

RE: Classes cannot be found

2003-12-30 Thread Jeff Greenland
, I would jump on moving all of our classes into a package immediately -- something we've been wanting to do for a few years. Thanks for the help everyone, hopefully someone has a deserialization solution as well! Jeff -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED

what *really* happens when you reload or stop/start a webapp?

2003-12-30 Thread Jeff Barrett
file is first loaded? I should probably be asking a more specific question about classloaders and sandboxes and whatnot, but I'm not sure how this stuff works in tomcat and I'm not familiar w/ classloaders beyond their basic operation. thanks, +jeff

Tomcat 5 and class importing problems

2003-12-29 Thread Jeff Greenland
impressed with the Jakarta community as I've used the products over the past several years. Thanks in advance, Jeff P.S. Theoretically it shouldn't make a difference, but this is being deployed on a Windows Server 2003 machine

RE: IIS6 connection toTomcat on Win 2003 Server

2003-12-29 Thread Jeff Greenland
) before it'll take effect. Give that a shot! Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 29, 2003 4:56 PM To: [EMAIL PROTECTED] Subject: IIS6 connection toTomcat on Win 2003 Server Greetings. Windows 2003 server running IIS 6.0. (IIS 5.0

RE: IIS6 connection toTomcat on Win 2003 Server

2003-12-29 Thread Jeff Greenland
This is a good resource that I've found: http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html Not sure if it'll help you out or not, but it's worth a shot. Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 29, 2003 7:17 PM To: Tomcat

Re: Urgent! Tomcat4 closed giving Out of Memory Error

2003-12-08 Thread Jeff Tulley
: [EMAIL PROTECTED] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Tomcat, eclipse and jpda

2003-12-05 Thread Jeff Tulley
http://server:8080/ Thanks SERGI - Yahoo! Sorteos ¡Ya puedes comprar Lotería de Navidad! Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com

RE: mod_jk worker help please!!

2003-12-05 Thread Jeff Tulley
)]: wc_open, done 1 Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tomcat, eclipse and jpda

2003-12-05 Thread Jeff Tulley
to hit your servlet. [EMAIL PROTECTED] 12/5/03 10:39:07 AM Thanks Jeff But, I have one question... The servlet code must be in server machine or client machine?Or two machines? I call client machine the machine that has eclipse. And I must call servlet in with server url? Moreover, where

RE: weird digester issues

2003-12-04 Thread Jeff Tulley
Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app display-nameBMS Web Application/display-name !-- Listeners -- listener listener-classcom.foo.bms.listeners.ApplicationContextListener/listener-c lass /listener Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322

RE: response.sendRedirect() finite loop?!

2003-12-03 Thread Jeff Tulley
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com

Re: Session not freed in tomcat4.0.6

2003-12-03 Thread Jeff Tulley
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com - To unsubscribe, e

Re: JK2 in server.xml with 4.1.29

2003-11-26 Thread Jeff Tulley
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322

RE: Tomcat 4.1.29 and Remedy 5.1.2 MidTier

2003-11-26 Thread Jeff Tulley
to be of much help. Maybe set debug=99 in the context definition and in all places where debug=0 in server.xml. That might yield a better error message. (Maybe not though). [EMAIL PROTECTED] 11/26/03 2:48:29 AM Hi Jeff, Thanks for the response. I already have a call in with Remedy and postings

Re: Tomcat Dies

2003-11-26 Thread Jeff Tulley
was more of a top-performance benchmark of dynamic content only, with each connection creating a new session. I guess my test is like a JSP site being slashdotted. It would be good if the PersistentManager solves the problem. Thanks for the good idea. [EMAIL PROTECTED] 11/25/03 6:17:13 PM Jeff

  1   2   3   4   5   6   7   8   9   10   >