Automatic Log File Rotation

2005-08-23 Thread Jeff Schroeder
ts to know: 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]

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 Adm

Apache and Tomcat on separate hosts?

2005-08-17 Thread Jeff Schroeder
"let" 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 Admin

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 Mes

RE: Tomcat and the HttpServletRequest Object

2005-08-12 Thread Jeff Grangier
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: Tomcat and the HttpServletRequest Object

2005-08-12 Thread Jeff Grangier
eb applications. 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 Grangie

RE: Tomcat and the HttpServletRequest Object

2005-08-12 Thread Jeff Grangier
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 th

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: Which Oracle JDBC Drive for JDK 1.5?

2005-08-05 Thread Jeff Duska
ems, Oracle may 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 no

Additional reasons for broken pipe or connection resets?

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

Making ${expr} work like

2005-06-16 Thread Jeff Schnitzer
meter that tells Tomcat to do the *smart* thing rather than follow the spec? I'd really rather not have to type 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

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

2005-04-08 Thread Jeff Hoffmann
t find anything that actually 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]

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 solv

Troubleshooting Virtual Hosts with Tomcat 5 standalone mode...

2005-04-04 Thread Jeff Duska
'm sure this is something obvious I missed or not seeing. Thanks, Jeff Duska [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 ad-in

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, t

RE: Tomcat 5.5.4 Admin application deploy

2005-01-20 Thread Jeff Urlwin
e right place it's not even asking for the commons-modeler. I just 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, 2

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 t

RE: Tomcat 5.5.4 Admin application deploy

2005-01-20 Thread Jeff Urlwin
e folder of tomcat > 6) edit the tomcat-user.xml adding the needed user with admin 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 ---

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

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. > &g

Tomcat 5.5.4 Admin application deploy

2005-01-20 Thread Jeff Urlwin
\admin 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, Jef

more logging in tomcat 5.5

2004-12-04 Thread Jeff Ousley
estions. i appreciate any help, direction, or guidance! -jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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, e-mai

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: &q

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: 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

jdbc via ResourceLink in context.xml not working in 5.5.4

2004-11-29 Thread Jeff Ousley
hat I'm missing or what I screwed up? 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

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-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.

Re: Sun J2SE JVM + tomcat + Debian??

2004-10-14 Thread Jeff Bowden
Kernel 2.6.7 Sun jdk 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 anyo

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 thread

Re: Directories under "webapps" showing up

2004-10-05 Thread Jeff Faath
otice 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 s

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 subdi

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, e-mail

Re: Sybase and Tomcat 5, Possible Problem

2004-06-18 Thread Jeff Sexton
s. It all 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,

Tomcat 5 Database Connections

2004-06-18 Thread Jeff Sexton
e at all 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.odscompani

Sybase and Tomcat 5, Possible Problem

2004-06-18 Thread Jeff Sexton
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 to whom it is addressed, and may contain

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: driverName

Tomcat 5 Database Connections - from wierd to crazy

2004-06-17 Thread Jeff Sexton
passwordpassword driverClassName com.sybase.jdbc2.jdbc.SybDriver url jdbc:sybase:Tds:pdxax12:4100 I think I'm losing my mind. -- The ODS Companies Jeff Sexton Information Services (503

Re: Tomcat 5 Database Connections

2004-06-17 Thread Jeff Sexton
Is the order of elements in the 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 on R

Re: Tomcat 5 Database Connections

2004-06-17 Thread Jeff Sexton
gh. Could there even be a work 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

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 tomca

Sybase and Tomcat 5, Possible Problem

2004-06-17 Thread Jeff Sexton
the problem 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 indiv

Tomcat 5 Database Connections

2004-06-17 Thread Jeff Sexton
e at all 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.odscompani

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. --

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

Re: Memory leak with Tomcat 5.0.19

2004-05-21 Thread Jeff Hoffmann
#x27;m attaching them 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/j2sdk

Re: [OT] JAVA_OPTS in catalina.sh

2004-04-14 Thread Jeff Tulley
il: [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-m

Re: JNDI Realm Problem

2004-03-29 Thread Jeff Tulley
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://www.novell.com >>> [EM

Re: Tomcat Hangs

2004-03-29 Thread Jeff Tulley
5/04 6:07:28 PM >>> I'd say the activity is moderate. Some 6-10 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

Re: Tomcat Hangs

2004-03-25 Thread Jeff Tulley
quot; memory 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 Tom

Re: JNDI Realm Problem

2004-03-25 Thread Jeff Tulley
would be surrounding the expression. The bug 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 Prov

Connection warning

2004-03-18 Thread Jeff Poling
people working 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.

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 handy

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 b

Re: formbased login question

2004-03-04 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 heap vs. java.exe

2004-02-27 Thread Jeff Tulley
, e-mail: [EMAIL PROTECTED] >> > > > > > > This transmission is intended to be strictly confidential. If you are > not > the intended recipient of this message, you may not disclose, print, > copy > or disseminate this information. If you have received this in error, > please > reply and notify the sender (only) and delete the message. Unauthorized > interception of this e-mail is a violation of federal criminal law. > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > This transmission is intended to be strictly confidential. If you are > not > the intended recipient of this message, you may not disclose, print, > copy > or disseminate this information. If you have received this in error, > please > reply and notify the sender (only) and delete the message. Unauthorized > interception 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 Provider of Net Business Solutions http://www.novell.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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: 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 s

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 s

Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Jeff Tulley
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

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: OutOfMemoryError with Seemingly Plenty of Memory

2004-01-27 Thread Jeff Tulley
ely something to look at. Thanks! Dhruva --- 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

RE: OutOfMemoryError with Seemingly Plenty of Memory

2004-01-27 Thread Jeff Tulley
hrough a profiler), I'm quite puzzled 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: mod_jk problem

2004-01-26 Thread Jeff Tulley
operly by going directly to it for the JSP page, bypassing Apache, e.g., http://garazdawi.homeftp.net:8080/test.jsp (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 Tull

Re: Apache/Tomcat Integration. Urgent!!

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

Re: Apache/Tomcat Integration. Urgent!!

2004-01-23 Thread Jeff Tulley
building tool. Try it! http://webhosting.yahoo.com/ps/sb/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leadi

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] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Tomcat - Automatically writes a session?

2004-01-20 Thread Jeff Tulley
;issue? >> >> >> >>Probably not, but I will try... >> >>Did you clear the cookies on your browser? If the browser is saying >>"Hi! >>XXX is my session ID", then, (iif that session exists), tomcat is free >> >>of saying "Hi

Re: Tomcat - Automatically writes a session?

2004-01-20 Thread Jeff Tulley
ch 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]) (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: 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 Subjec

RE: Adjust Memory Settings

2004-01-19 Thread Jeff Greenland
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 to

Adjust Memory Settings

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

Re: Problems with jk2 on IIS 5.0 and Tomcat 4.0

2004-01-19 Thread Jeff Trout
api_redirector2.dll? 2. Did you install isapi_redirector2.dll at the server 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! --

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 serve

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

2004-01-16 Thread Jeff Trout
blems... There are also no errors dumped out by the filter, like setheader failed.. Any ideas / 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

RE: white pages in tomcat 4.1.24

2004-01-14 Thread Jeff Tulley
-content-pages from then on. All other webapps >continue running correctly. > >Does anyone 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

Re: [OT] Apache and Tomcat together

2004-01-14 Thread Jeff Tulley
ditional 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-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-01-07 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: 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

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

2003-12-30 Thread Jeff Barrett
when the class 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

RE: Classes cannot be found

2003-12-30 Thread Jeff Greenland
e's an easy solution, 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 So

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 ag

RE: Classes cannot be found

2003-12-30 Thread Jeff Greenland
/tomcat/faq/classnotfound.html Yoav 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 f

Classes cannot be found

2003-12-30 Thread Jeff Greenland
it's not in a package or anything. Anyone have any 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 --

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:1

RE: IIS6 connection toTomcat on Win 2003 Server

2003-12-29 Thread Jeff Greenland
right click on your computer name in the IIS Manager, then click "All Tasks --> Restart IIS") 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]

Tomcat 5 and class importing problems

2003-12-29 Thread Jeff Greenland
hat yet, either). Any help or suggestions that anyone has is GREATLY appreciated. I've been fairly impressed with the Jakarta community as I've used the products over the past several years. Thanks in advance, Jeff P

Re: Urgent! Tomcat4 closed giving Out of Memory Error

2003-12-08 Thread Jeff Tulley
] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Qi Zhang, Ph.D Student Department of Computer Science, College of William and Mary P.O. Box 8795 Williamsburg, VA 23187-8795 - To unsubscribe, e-mail: [EMA

Re: Tomcat, eclipse and jpda

2003-12-05 Thread Jeff Tulley
hreads window. Then you use a browser 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

RE: mod_jk worker help please!!

2003-12-05 Thread Jeff Tulley
c (250)]: build_worker_map, done [Tue Dec 02 17:52:45 2003] [jk_worker.c (111)]: 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 unsubsc

Re: Tomcat, eclipse and jpda

2003-12-05 Thread Jeff Tulley
lient machine??? Moreover, how can i execute the jsp or sevlet??? With URL http://server:8080/ Thanks SERGI ----- Yahoo! Sorteos ¡Ya puedes comprar Lotería de Navidad! Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The L

RE: weird digester issues

2003-12-04 Thread Jeff Tulley
opened the file in IE, which usually complains about obvious errors such as the one above) >>> [EMAIL PROTECTED] 12/4/03 2:10:50 PM >>> Looks like this. http://java.sun.com/dtd/web-app_2_3.dtd";> BMS Web Application com.foo.bms.listeners.Ap

Re: Session not freed in tomcat4.0.6

2003-12-03 Thread Jeff Tulley
--- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additio

RE: response.sendRedirect() finite loop?!

2003-12-03 Thread Jeff Tulley
>To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-m

Re: Forwarding

2003-11-26 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 Dies

2003-11-26 Thread Jeff Tulley
11/25/03 6:17:13 PM >>> Jeff Tulley wrote: > > What I have seen is that if there is a reasonably heavy load for a > short amount of time, you can have too many sessions in memory that have > not yet hit their session timeout value, and so cannot be freed by the > garbage colle

RE: Tomcat 4.1.29 and Remedy 5.1.2 MidTier

2003-11-26 Thread Jeff Tulley
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 alre

  1   2   3   4   5   6   7   8   9   10   >