Tomcat 4.0.4 Not Creating mod_jk auto conf for Apache 1.3

2002-07-12 Thread Allistair Crossley
CATALINA_HOME/conf/auto but I do not!! I have done everything to the letter! Help appreciated :) Allistair Crossley Lead Technical Developer Obvious Solutions (Global) Ltd. “Delivering the vision for a mobile lifestyle” www.obvioussolutions.co.uk (m) +44 (0) 7884 056 274 (w) +44 (0) 20 8451 9352 (f

RE: Tomcat 4.0.4 Not Creating mod_jk auto conf for Apache 1.3 - Server was started

2002-07-12 Thread Allistair Crossley
To: Tomcat Users List Subject: Re: Tomcat 4.0.4 Not Creating mod_jk auto conf for Apache 1.3 Start the server. It will be created automatically. Cheers, Nick Allistair Crossley wrote: Hello All, I have Apache 1.3 and Tomcat 3.2.1 running with mod_jk. I want to upgrade to Tomcat 4.0.4. I have

RE: Problem calling JAVA BEAN in JSP

2002-07-12 Thread Allistair Crossley
as far as I know you just put them in the CLASSES folder of your web app's WEB-INF folder. -Original Message- From: Mahesh Balakrishnan [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 09:42 To: [EMAIL PROTECTED] Subject: Problem calling JAVA BEAN in JSP Respected Sir/Madam, we have

RE: Tomcat 4.0.4 Not Creating mod_jk auto conf for Apache 1.3 - Server was started

2002-07-12 Thread Allistair Crossley
Danke Nikolas... When you use the ^^ arrows here, do you mean that you do not have the entire section OR that you do not have mod_jk.so as the value?? Listener className=org.apache.ajp.tomcat4.config.ApacheConfig modJk=/usr/local/apache/modules/mod_jk.so jkDebug=info

RE: Problem calling JAVA BEAN in JSP

2002-07-12 Thread Allistair Crossley
the default package for these classes. Assuming you use a package in the java code, make sure you put the class files under WEB-INF/classes in the appropriate directory structures for your packages. i.e classes directory is the root for your packages. -Original Message- From: Allistair Crossley

Where is the MOD_JK 2 bin or src for Linux...cannot find it on jakarta.apache.org!!

2002-07-12 Thread Allistair Crossley
Where is the MOD_JK 2 bin or src for Linux...cannot find it on jakarta.apache.org!! All the folders in jakarta-tomcat-connectors are empty for JK2 Allistair Crossley Lead Technical Developer Obvious Solutions (Global) Ltd. “Delivering the vision for a mobile lifestyle

IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-29 Thread Allistair Crossley
Hi, I have been charged with getting IIS 5 talking to Tomcat 4.1.24 I have completed all the instructions and have the isapi filter running and spitting out its log information to a log file in tomcat and so on, so I know that JSP requests are getting into the isapi filter OK. However, when I

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Allistair Crossley
seems to me that the workers, and IIS filter is working correctly at least according to the log file, but there may be nothing configured to receive the request in tomcat. Or maybe even tomcat Is not running at all ? hope it helps -reynir -Original Message- From: Allistair Crossley

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Allistair Crossley
Find Module Ok, according to this you've got 2 connectors on port 8009 ? That's one to many ... -reynir -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 29. maí 2003 13:38 To: Tomcat Users List Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot

RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Allistair Crossley
might want to try out the other (jk2). Check out http://www.reynir.net/tomcat/tomcat_IIS_service.html for JK or http://www.reynir.net/tomcat/tomcat_IIS_service_jk2.html for JK2 installation instructions, that work. Hope it helps -reynir -Original Message- From: Allistair Crossley

SOLVED RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

2003-05-30 Thread Allistair Crossley
/tomcat_IIS_service_jk2.html for JK2 installation instructions, that work. Hope it helps -reynir -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 29. maí 2003 14:13 To: Tomcat Users List Subject: RE: IIS 5 + isapi_redirect.dll Error 500 And Cannot Find Module

Heap View vs Windows Task Manager

2004-03-09 Thread Allistair Crossley
I wonder if anyone on this list can once and for all make me understand the difference between the Windows Task Manager process memory and the Heap View in such a program like JProfiler. My Windows Task Manager reports on first loading my application about 50MB. As I wander around it grows

RE: Heap View vs Windows Task Manager

2004-03-10 Thread Allistair Crossley
- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 5:46 PM To: [EMAIL PROTECTED] Subject: Heap View vs Windows Task Manager I wonder if anyone on this list can once and for all make me understand the difference between the Windows Task Manager process memory

Sessions

2004-03-10 Thread Allistair Crossley
Hi Guys I have a session ArrayList which has a value added to it say every request a user makes to the struts backend. When I open 2 browser windows and continue moving in the new window, the list changes with the new values. When I go back to the old window and refresh it maintains it's

RE: Heap View vs Windows Task Manager

2004-03-10 Thread Allistair Crossley
:22 To: Tomcat Users List Subject: RE: Heap View vs Windows Task Manager Have you tried to search for windows+task+manager+memory I just get 30 result. (If there is one that satisfies you is a different question) -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED

tomcat services do not start after jdk1.4.2 install - even new tomcat

2004-03-10 Thread Allistair Crossley
hey guys (again) .. seem to be having a few issues today. i had apache tomcat 5.0 and tomcat 5.0.18 installed both as services and both using jdk1.4.1 this morning. the services worked just fine. i decided to install jdk1.4.2. the first thing i did was uninstall jdk1.4.1. as soon as I did

Dynamic class reloading and memory reclaiming

2004-03-22 Thread Allistair Crossley
Hi Guys I am able to generate an OutOfMemoryException on Tomcat by recompiling the main servlet of my application which forces Tomcat to reload my web application from scratch (i.e all the application scope objects and so on). Is it correct that Tomcat will not reclaim the memory that the old

Dynamic Class reloading and out of memory

2004-03-22 Thread Allistair Crossley
Yoav, I do apologise if it appears I am being prolific with problems and I do apologise if this is over critical, but it is testamount to the lack of quality documentation on Tomcat (and jakarta projects in general it has to be said) that has resulted in my not understanding how Tomcat is

I think I narrowed performance issue down to Tomcat only

2004-04-05 Thread Allistair Crossley
HI Guys I started load testing my application last week and was horrified that my performance was 8s per page and an avg of 1.7 pages per second under a load of just 20 virtual users stepping through 6 pages. My setup is Tomcat 5.0.18, 512mb RAM, P3 I am using a Struts architectuer and have a

My own caching implementation...

2004-04-08 Thread Allistair Crossley
Hi Guys I have been trying to improve the performace of our app the past week and one of the things I did was to cache our vast navigation systems as lots of JSPs each with the page ID as the jsp filename. Annnyway, this works fine but each time a page is accessed where the JSP include for

JSPC not finding servlet files

2004-04-08 Thread Allistair Crossley
Hi Again Guys Last night I used the JSPC ant build to precompile all my JSPs. This created a SRC folder under my WEB-INF and a file called generated_web.xml but no classes? Therefore when I placed the web.xml entries and restarted and tried to run my apps lots of servlet not found exceptions

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Hi Matt, Welcome to the list from me. It's funny because you have just listed precisely the same server setup as we are launching our new tomcat based app to this weekend and I have been having nightmares about performance. We have a system like this; user - IIS - JK2 ISAPI -

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Yes ok :) but other than that ;) ADC. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 08 April 2004 17:01 To: Tomcat Users List Subject: RE: Tomcat configuration tuning Hi, Welcome to the list from me. It's funny because you have just listed precisely the same

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
To: Allistair Crossley Subject: RE: Tomcat configuration tuning I have seen a couple postings regarding poor performance with Tomcat recently and thought I'd respond because we are using IIS5 with Tomcat 5 and SQL 2000 as well. We have a Struts site but our difference is that we are using Tiles for our

RE: IIS mod_jk2 2.0.4 Bug???

2004-04-08 Thread Allistair Crossley
Yes it is Yoav. The error is stream unexpectedly terminated. I could not find anything on this at all. I resorted to having my multipart form upload to :8080 and then my action redirects back onto the IIS route through :80. Cheers, ADC -Original Message- From:

RE: My own caching implementation...

2004-04-08 Thread Allistair Crossley
an email and send it. - Original Message - From: Allistair Crossley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 08, 2004 11:25 AM Subject: My own caching implementation... Hi Guys I have been

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
Slightly off-forum but related to my performance tuning of my tomcat webapp, I am using the JCIFS NTLM authentication servlet as a filter. The filter is mapped to all requests /*. I just thought to myself on the train home whether because NTLM is a 3-way handshake, that this may be causing some

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
its slow then maybe I did the right thing. Charlie Allistair Crossley wrote: Slightly off-forum but related to my performance tuning of my tomcat webapp, I am using the JCIFS NTLM authentication

RE: My own caching implementation...

2004-04-08 Thread Allistair Crossley
. Just a thought -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 2:28 PM To: Tomcat Users List Subject: RE: My own caching implementation

RE: Tomcat configuration tuning

2004-04-08 Thread Allistair Crossley
with a filter servlet instead but if you say its slow then maybe I did the right thing. Charlie Allistair Crossley wrote: Slightly off-forum but related to my performance tuning of my tomcat webapp, I am

RE: DefaultServlet character encoding

2004-04-09 Thread Allistair Crossley
or specify -Dfile.encoding=UTF or whatever in your tomcat startup -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 09 April 2004 16:55 To: 'Tomcat Users List' Subject: RE: DefaultServlet character encoding Hi, Tomcat ignores META tags (for good reasons I won't go in

RE: DefaultServlet character encoding

2004-04-09 Thread Allistair Crossley
: Allistair Crossley [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 09, 2004 10:56 AM Subject: RE: DefaultServlet character encoding or specify -Dfile.encoding=UTF or whatever in your tomcat startup -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED

JSPC compiler breaks tag library calls in JSP?

2004-04-10 Thread Allistair Crossley
Hi Guys I have just compiled my application with the JSPC build file for Tomcat 5. I have noticed that all my custom tag calls in the JSPs have been spat out as is without being interpreted. So is JSPC only usable when no custom tags are included? This will be unfortunate as I will not be

RE: JSPC compiler breaks tag library calls in JSP?

2004-04-10 Thread Allistair Crossley
This is my own stupid fault .. the taglib was not included in the file in question and no error was presented by JasperC for me to pick this up. Cheers, ADC -Original Message- From: Allistair Crossley Sent: 10 April 2004 13:31 To: [EMAIL PROTECTED] Subject: JSPC compiler breaks tag

RE: starting out with tomcat and struts

2004-04-10 Thread Allistair Crossley
there are distributions of tomcat that do not come bundled with the examples. Normally there is another more complete download, or you can get them separately...take a look in the binaries on jakarta.apache.org under tomcat, I know they are there :) As for struts the best thing to do is just

Tomcat and my application's performance ... time being lost?

2004-04-11 Thread Allistair Crossley
Hello Guys *sigh* I am trying to make my app work as quick as possible but look at these stats... Page name: page_6 page_7 page_8 page_9 page_10 page_11 Min web transaction (without images): 460.79 1962.42 2296.12 2881.90 2660.72 1640.80 Avg web transaction

RE: Tomcat and my application's performance ... time being lost?

2004-04-12 Thread Allistair Crossley
: Tomcat and my application's performance ... time being lost? Hi, Use a Profiler to show you exactly where time is spent. Yoav Shapira Millennium Research Informatics -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Sunday, April 11, 2004 3:51 PM To: [EMAIL

RE: Tomcat performance issue?

2004-04-12 Thread Allistair Crossley
This evening I did the same with JProbe under 360 requests as you describe and this led to me gaining a 38% speedup. The main bottleneck I found was some very simple tags I have were calling out.flush() at the end. Thiw was consuming 14 seconds of time to flush 1 string from the tag. The tag

RE: Request parameters getting lost

2004-04-13 Thread Allistair Crossley
the only time i lost request parameters was because the form was multipart/form-data. In that case you need to use a form upload processer like commons FileUploader. ADC -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 13 April 2004 13:49 To: Tomcat Users List

Big Thanks

2004-04-13 Thread Allistair Crossley
Thanks to all on the list who have supported my questions, we launched our system this morning and apart from being a little slow under load it's been well received. Cheers, ADC FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE --- QAS Ltd.

How to handle tomcat's stdout.log size

2004-04-13 Thread Allistair Crossley
Hi Guys, me again :) I am noticing that the stdout.log is getting rather large very quickly. It is specified in the service.bat as --StdOutputFile %CATALINA_HOME%\logs\stdout.log It does not appear to have any way of rolling it over or restricting it's size via the server.xml. Can

RE: TC 5.0.19 logs get cluttered in high performance scenarios

2004-04-14 Thread Allistair Crossley
In a similar vein, I get the following littering the stdout.log 14-Apr-2004 13:25:03 org.apache.jk.server.JkCoyoteHandler action INFO: Response already commited 14-Apr-2004 13:25:07 org.apache.jk.common.HandlerRequest decodeRequest I would also be interested in getting rid of all this logging.

RE: precompilation of jsps

2004-04-15 Thread Allistair Crossley
You need to use Jasper 2 whic is on the Tomcat 5 homepage. There is an Ant build file that you need to run to do this .. the instructions are there. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html ADC -Original Message- From: Niraj Alok [mailto:[EMAIL PROTECTED] Sent:

RE: Memory Leak

2004-04-15 Thread Allistair Crossley
In your profiler rather than looking at the type of object taking the memory look at the accumulated memory consumed by your classes. This will show you which classes are taking up the most memory and if you have a leak you might expect this accumulated value to be a high percentage of the

RE: Memory Leak

2004-04-15 Thread Allistair Crossley
this is what I have heard before but it is not true. our Tomcat 5.0.19 under load in the task manager view goes up to about 150MB and overnight or under light load goes back down to 95MB. ADC -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: 15 April 2004 16:32

RE: Memory Leak

2004-04-15 Thread Allistair Crossley
the only time my task manager memory went up and never came down came from the classloader having to reload classes because I had dynamic reloading switched on ... are you deploying classes that force tomcat to do a live reinit? -Original Message- From: Chanan Braunstein [mailto:[EMAIL

RE: Memory Leak

2004-04-15 Thread Allistair Crossley
To: Tomcat Users List Subject: RE: Memory Leak Which vm and os do you use ? That behaviour is jvm and os dependend. (This is the first time I hear of an implementation that returns memory to the os, although I knew that it could be done) -Original Message- From: Allistair Crossley

RE: JK connector -- isapi2 -- file upload

2004-04-19 Thread Allistair Crossley
I use a workaround - my upload form uploads to port 8080 directly and then Tomcat redirects the user back to port IIS port 80 after the upload. ADC. -Original Message- From: JoAnn Lemm [mailto:[EMAIL PROTECTED] Sent: 16 April 2004 18:17 To: 'Tomcat Users List' Subject: RE: JK connector

RE: Tomcat 5 : java.lang.OutOfMemoryError

2004-04-20 Thread Allistair Crossley
The standard response to this type of question is are you closing your database connections, are you releasing references to objects being created. I can't imagine what you are doing that manages to wipe out 1200M memory ;) Oh and use a profiler comes up too for this type of question :)

RE: Tomcat 5 : java.lang.OutOfMemoryError

2004-04-20 Thread Allistair Crossley
11:41 To: Tomcat Users List Subject: R: Tomcat 5 : java.lang.OutOfMemoryError About : wipe out 1200M memory I've read it in a TOMCAT Mail archive. How wipe memory should be configurate? Thanks Francesco. -Messaggio originale- Da: Allistair Crossley [mailto:[EMAIL PROTECTED] Inviato

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
Hm, I just decided to test the stream terminated unexpectedly upload bug with JK2/IIS/TC5 and your statement that adding DEBUG to JK2 removes the problem. Firstly, I uploaded a series of files of increasing size from 50K through to 60K at 1K intervals. The bug appears at files of 54K+ (tested

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
Nevertheless my tests and the chap who previously mentioned logger helped his case both show that logger being switched on has _some_ effect in relation to this issue, although your case now shows that it is not the _complete_ picture. Do the JK2 ISAPI development team monitor this list? ADC

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
connector -- isapi2 -- file upload - BUG HACK PROVED -Original Message- From: Allistair Crossley Nevertheless my tests and the chap who previously mentioned logger helped his case both show that logger being switched on has _some_ effect in relation to this issue, although your

RE: JK connector -- isapi2 -- file upload - SOLVED

2004-04-20 Thread Allistair Crossley
: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 20 April 2004 14:01 To: 'Tomcat Users List' Subject: RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED -Original Message- From: Allistair Crossley Nevertheless my tests and the chap who previously mentioned logger helped his

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
Alex don't ask me where I saw this but I read that your SHM size causes issues - I cannot remember what issue I had when it was the same as your but I changed it to 1048576 and it solved it. This may be a total red herring but hey. -Original Message- From: Alex [mailto:[EMAIL

RE: Cannot use JK2 with Tomcat5 and IIS 5

2004-04-22 Thread Allistair Crossley
the following is my workers2.properties for Tomcat 5 / IIS 5 / JK2. You seem to have commented out the channel socket to 8009. [shm] file=d:\Tomcat 5.0.18\work\jk2.shm size=1048576 [channel.socket:localhost:8009] info=Ajp13 worker, connects to tomcat instance using AJP 1.3 protocol

RE: Cannot use JK2 with Tomcat5 and IIS 5

2004-04-22 Thread Allistair Crossley
probably in trying to fix a different error previously).. Thanks Allistair!! Your help was invaluable as frustration was certainly eroding my focus. moran -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 11:01 AM To: Tomcat Users List Subject

RE: URL Mapping Question

2004-04-23 Thread Allistair Crossley
You definately did a hard IIS restart..? I have done simple stop/start ones using the controls and found this does not reload the mappings. -Original Message- From: Varley, Roger [mailto:[EMAIL PROTECTED] Sent: 23 April 2004 13:51 To: [EMAIL PROTECTED] Subject: URL Mapping Question Hi

JK2 still broken even in new version 2.0.4 with upload Stream ended unexpectedly error

2004-05-13 Thread Allistair Crossley
Well, since using 2.0.4 this error has been unheard of until today. A user has been trying to upload a document and tried 4 times and constantly got the Stream ended unexpectedly error from JK2 connector. The document is Word and 140K. I have tested with other users trying to upload this item

JkCoyoteHandler Error

2004-05-06 Thread Allistair Crossley
Hi All, I have been looking through our production server logs and the following error block is repeated an awful lot, like every 6 minutes or so and sometimes 6 times per minute. 06-May-2004 14:38:50 org.apache.jk.server.JkCoyoteHandler action SEVERE: Error in action code

Showing an error page when Tomcat is down using IIS + JK2

2004-05-10 Thread Allistair Crossley
Hi Guys I am trying to get IIS to display a nice HTML page when Tomcat is not running. We use JK2 to push requests between IIS and Tomcat. I am able to specify custom pages for IIS HTTP codes but when I stop Tomcat I get the Intenet Explorer message Cannot find server or DNS Error Internet

IncompatibleClassChangeError when in Action class but not in a JSP for ResultSet

2003-08-26 Thread Allistair Crossley
I have a Struts / Tomcat 5 setup and I use the same JDK 1.4.1 to compile classes as Tomcat uses to run. I have the following code in the action class DBConnectionFactory db = (DBConnectionFactory)getServlet().getServletContext().getAttribute(db); Connection c = db.getConnection();

Tomcat logging loads of rubbish

2003-08-27 Thread Allistair Crossley
Tomcat seems to be churning out loads of logging into my web application's log file (configured with Log4J) I have included a sample here...where can I turn this all off .. I am not sure why it is all coming through into my application log. 12:50:12,680 - DEBUG

RE: Tomcat logging loads of rubbish

2003-08-27 Thread Allistair Crossley
somewhere, not in common/lib, common/classes, shared/lib, or shared/classes. Yoav Shapira Millennium ChemInformatics -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 7:53 AM To: [EMAIL PROTECTED] Subject: Tomcat logging loads of rubbish

JNDI Error / Servlet Error / Tomcat Admin Error !!!

2003-12-17 Thread Allistair Crossley
Hi Guys, I am tring to use JNDI for an SQL Server database in my Struts/Tomcat 5.0.16 application. The fact is that this has been working until today where I added a few new actions that do not even use the database and yet for some reason mayhem has ensued. I am using a Servlet that has a

RE: File upload

2004-11-02 Thread Allistair Crossley
Hi Derrick I have added a comment to this bug that links to the original bug report thread that I was on when I was getting this. This problem was fixed back in May and a release was made, but some people were still getting it. I recently built the isapi DLL from CVS head and it fixed all our

Not a usual JK2 / IIS config question! Relates to localhost resolution/multiple IPs

2004-11-03 Thread Allistair Crossley
Hi All, We are having trouble with the JK2 Connector with regards to a particular IIS web server. We have IIS 5 - JK2 - Tomcat 5.0.28 setup just fine on our developer local machines and internal intranet servers. In these situations the reference to localhost resolves perfectly ok to the

RE: Address already in use:JVM_BIND:8080

2004-11-04 Thread Allistair Crossley
this means you are running other software on Tomcat's default port 8080. This may either be another tomcat? or some other process. Load a command prompt and type netstat -an this will show you if anything is listening on 8080. There is also a tool

RE: ISAPI redirector warnings

2004-11-09 Thread Allistair Crossley
you could reduce it by setting logLevel=info in the registry settings. You can also specify logging in the workers2.properties file with an info level. [logger.win32] level=INFO ADC -Original Message- From: Eric Sandusky [mailto:[EMAIL PROTECTED] Sent: 09 November 2004 15:38 To:

RE: ISAPI redirector warnings

2004-11-09 Thread Allistair Crossley
is the default and is not necessary. I would guess that INFO would give you more warnings, and ERROR would give you less warnings. Does this make sense? Eric Sandusky 630.368.9950x233 [EMAIL PROTECTED] -Original Message- From: Allistair

Tomcat 5.5.4, Logging and the death of my friend localhost_log

2004-11-11 Thread Allistair Crossley
Hi Guys, Bit the bullet and have switched our intranet test server over to JDK 5 / Tomcat 5.5.4 Stable. Anyway, I've hit a small hurdle and believe it or not it is not JNDI data sources .. that stuff worked perfectly! No, it's the other one .. logging. I am not quite getting where the old

RE: Tomcat 5.5.4, Logging and the death of my friend localhost_log

2004-11-11 Thread Allistair Crossley
Hey Yoav, tomcat/common/classes/log4j.properties as follows log4j.rootLogger=DEBUG, A1 log4j.appender.A1=org.apache.log4j.ConsoleAppender log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n

RE: Tomcat 5.5.4, Logging and the death of my friend localhost_log

2004-11-11 Thread Allistair Crossley
=DEBUG, R Cheers! A. -Original Message- From: Allistair Crossley Sent: 11 November 2004 15:35 To: Tomcat Users List Subject: RE: Tomcat 5.5.4, Logging and the death of my friend localhost_log Hey Yoav, tomcat/common/classes/log4j.properties as follows log4j.rootLogger=DEBUG

Tomcat 5.5.4 and Deferred IIS NTLM Authentication

2004-11-11 Thread Allistair Crossley
Hi, OK, apart from my logging problem, the only other main issue appears to be that Tomcat is no longer receiving a populated request.getRemoteUser value. In Tomcat 5.0 series, we had to add the following line to jk2.properties request.tomcatAuthentication=false In order to instruct Tomcat to

RE: Tomcat 5.5.4, Logging and the death of my friend localhost_log

2004-11-11 Thread Allistair Crossley
be occurring and I won't know about it? IMHO, a decent default logging configuration should be provided by default. Not all of us are already experts in log4j... Jon - Original Message - From: Allistair Crossley [EMAIL PROTECTED

RE: Tomcat 5.5.4 and Deferred IIS NTLM Authentication

2004-11-12 Thread Allistair Crossley
5.5.x doesn't use jk2.properties by default. To use it, you need: Connector protocol=AJP/1.3 propertiesFile=conf/jk2.properties ... / Alternatively you can configure it directly: Connector protocol=AJP/1.3 request.tomcatAuthentication=false ... / Allistair Crossley [EMAIL

RE: Tomcat 5.5.4, Logging and the death of my friend localhost_log

2004-11-12 Thread Allistair Crossley
Hi, I have some new information on this for my case. I created a small JSP that had a scriplet error and ran it. I am definately using 5.5.4 with Java 5.0. In this case, I got the error stack trace in stdout. This used to come out in localhost_log. That's fine, at least I got it. However,

RE: Tomcat 5.5.4, Logging and the death of my friend localhost_log

2004-11-12 Thread Allistair Crossley
friend localhost_log On Fri, 12 Nov 2004 09:55:20 -, Allistair Crossley [EMAIL PROTECTED] wrote: Hi, I have some new information on this for my case. I created a small JSP that had a scriplet error and ran it. I am definately using 5.5.4 with Java 5.0. In this case, I got

Tomcat 5.5.4 / Context not responding

2004-11-12 Thread Allistair Crossley
Hi All, Well, I finally have Tomcat 5.5.4 running my application with NTLM authentication and logging. One final hurdle remains and that is requests and the web application context. It appears that if I make a request to my web application with http://testserver/loadPage.do it does not work.

RE: Tomcat 5.5.4 / Context not responding - Test example webapp

2004-11-12 Thread Allistair Crossley
:8080/test/test.jsp You should get a blank page. Not good! Cheers, Allistair. -Original Message- From: Allistair Crossley Sent: 12 November 2004 11:33 To: [EMAIL PROTECTED] Subject: Tomcat 5.5.4 / Context not responding Hi All, Well, I finally have Tomcat 5.5.4 running my

RE: Tomcat 5.5.4 / Context not responding - Test example webapp

2004-11-12 Thread Allistair Crossley
:10:09 -, Allistair Crossley [EMAIL PROTECTED] wrote: To demonstrate this problem, I have reduced it to a small web app. 1. Install 5.5.4 and delete tomcat/webapps/ROOT 2. Create file test.xml and save it to tomcat/conf/Catalina/localhost with the content Context path= docBase

RE: Tomcat 5.5.4 / Context not responding - Test example webapp

2004-11-12 Thread Allistair Crossley
. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: 12 November 2004 13:23 To: Allistair Crossley Subject: Re: Tomcat 5.5.4 / Context not responding - Test example webapp On Fri, 12 Nov 2004 13:06:30 -, Allistair Crossley [EMAIL PROTECTED] wrote: I have removed

RE: Tomcat 5.5.4 / Context not responding - Test example webapp

2004-11-12 Thread Allistair Crossley
List Subject: Re: Tomcat 5.5.4 / Context not responding - Test example webapp On Fri, 12 Nov 2004 13:50:12 -, Allistair Crossley [EMAIL PROTECTED] wrote: ah ok, didn't see this anywhere in the docs :) thanks for helping out. had to rename my web application to ROOT and the iq.xml

Tomcat 5.5.4 CVS Doc Update

2004-11-12 Thread Allistair Crossley
Hi, I am trying to get hold of the latest tomcat 5.5.4 documentation via wincvs. I have checked out jakarta-tomcat-catalina with a version header of TOMCAT_5_5_4 but I do not appearing to be getting the right xdocs that match what is up on the site at present, e.g section 22) Logging is not

RE: Tomcat 5.5.4 CVS Doc Update

2004-11-12 Thread Allistair Crossley
yeah I tried head first but no result. hm, will try again at home, cheers -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: 12 November 2004 16:47 To: Tomcat Users List Subject: Re: Tomcat 5.5.4 CVS Doc Update On Fri, 12 Nov 2004 16:32:03 -, Allistair

Tomcat 5.5.4 Upgrade Blog

2004-11-14 Thread Allistair Crossley
Hi List, Based on my upgrade to Tomcat 5.5.4 late last week and the few config issues I came across, I wrote a Blog that can be found on my web site here www.adcworks.com/blog http://www.adcworks.com/blog It covers IIS authentication (thanks Bill), logging, basic JNDI data source

RE: Tomcat 5.5.4 Upgrade Blog

2004-11-15 Thread Allistair Crossley
to add the URL of this blog posting to the Tomcat wiki page. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 4:05 PM To: Tomcat Users List; Tomcat Users List Cc: [EMAIL PROTECTED

RE: Tomcat 5.5.4 Upgrade Blog

2004-11-15 Thread Allistair Crossley
Hi, Cool. I've added this to the wiki useful links page. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 9:42 AM To: Tomcat Users List Subject: RE: Tomcat 5.5.4 Upgrade Blog Hi

RE: Tomcat 5.5.4 Upgrade Blog

2004-11-15 Thread Allistair Crossley
this to the wiki useful links page. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 9:42 AM To: Tomcat Users List Subject: RE: Tomcat 5.5.4 Upgrade Blog Hi Yoav, Thanks, I've only

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2004-11-15 Thread Allistair Crossley
Ed, Not sure if it will _cause_ it, but you need to remove ResourceParam elements, as it's all covered in Resource. ADC -Original Message- From: Ed Sykes [mailto:[EMAIL PROTECTED] Sent: 15 November 2004 16:49 To: [EMAIL PROTECTED] Subject: Cannot create JDBC driver of class '' for

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2004-11-15 Thread Allistair Crossley
Also, you may want to look at configuring your webapp outside of server.xml using the tomcat/Catalina/localhost/ROOT.xml method I recently discussed this here http://www.adcworks.com/blog/index.php/archives/2004/11/14/getting-up-and-running-with-tomcat-55 Hope it helps, ADC. -Original

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2004-11-15 Thread Allistair Crossley
'null' Hi Allistair, Thanks for your quick response. I just removed all the ResourceParam elements and it has no effect. -Ed - Original Message - From: Allistair Crossley [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 15, 2004 11:51 AM Subject

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2004-11-15 Thread Allistair Crossley
your docBase should be /ROOT which should in turn contain WEB-INF/web.xml and path can be scrapped Context docBase=/ROOT reloadable=true ADC -Original Message- From: Ed Sykes [mailto:[EMAIL PROTECTED] Sent: 15 November 2004 17:24 To: Tomcat Users List Subject: Re: Cannot create

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2004-11-15 Thread Allistair Crossley
:\jakarta-tomcat-5.5.4\webapps\ROOT\WEB-INF Thanks, Ed Sykes - Original Message - From: Allistair Crossley [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 15, 2004 12:25 PM

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2004-11-15 Thread Allistair Crossley
- Original Message - From: Allistair Crossley [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 15, 2004 12:25 PM Subject: RE: Cannot create JDBC driver of class '' for connect URL 'null

RE: problem accessing datasource in 5.5.4 application

2004-11-16 Thread Allistair Crossley
this is all in my blog .. http://www.adcworks.com/blog/index.php/archives/2004/11/14/getting-up-and-running-with-tomcat-55 -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: 16 November 2004 11:06 To: Tomcat Users List Subject: Re: problem accessing datasource

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Allistair Crossley
does the client machine have JAVA_HOME as an environment variable? -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: 16 November 2004 15:09 To: [EMAIL PROTECTED] Subject: Tomcat JRE vs JDK Issue I'm trying to run Tomcat 5.0.28 on W2k client machine.

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Allistair Crossley
because it has to compile JSPs into Servlets etc.. -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: 16 November 2004 15:15 To: 'Tomcat Users List' Subject: RE: Tomcat JRE vs JDK Issue Why is that? Chris -Original Message- From: Shapira,

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Allistair Crossley
Carlos On Nov 16, 2004, at 10:17 AM, Allistair Crossley wrote: does the client machine have JAVA_HOME as an environment variable? -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: 16 November 2004 15:09 To: [EMAIL PROTECTED] Subject: Tomcat JRE vs

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Allistair Crossley
Users List Subject: Re: Tomcat JRE vs JDK Issue Chris: I think TC requires the JDK (not just the JRE) so that it can compile JSPs. If this doesn't make sense, I can explain further. -Anthony Carlos On Nov 16, 2004, at 10:17 AM, Allistair Crossley wrote: does

  1   2   3   4   5   6   7   >