RE: Character Encodig/ CodePage Problem

2004-12-01 Thread Allistair Crossley
do your jsps have these directives at the very top (although they ought to be these values by default, certainly in servlet 2.4 spec - but I see you are using Tomcat 4, so maybe it was different then). %@ page contentType=text/html;charset=ISO-8859-1 % %@ page pageEncoding=ISO-8859-1 %

RE: jdbc via ResourceLink in context.xml not working in 5.5.4

2004-11-30 Thread Allistair Crossley
Hi Jeff, If everything is setup the exact way it was ni 5.0.28 that will be your problem. There is a slightly new format for how to define your datasources that looks like this. Resource name=jdbc/EmployeeDB auth=Container type=javax.sql.DataSource username=dbusername

RE: Problems with datasource/DB Connection

2004-11-30 Thread Allistair Crossley
Can you supply Tomcat version. Also, have you put your mySQL drivers JAR into tomcat/common/lib? Cheers, Allistair -Original Message- From: bEn Fries [mailto:[EMAIL PROTECTED] Sent: 30 November 2004 09:26 To: [EMAIL PROTECTED] Subject: Problems with datasource/DB Connection

RE: Problems with datasource/DB Connection

2004-11-30 Thread Allistair Crossley
very much for your help! Ben Allistair Crossley schrieb: Can you supply Tomcat version. Also, have you put your mySQL drivers JAR into tomcat/common/lib? Cheers, Allistair - To unsubscribe, e-mail: [EMAIL

RE: Problems with datasource/DB Connection

2004-11-30 Thread Allistair Crossley
that jar Thank you very much man! You saved ..errr.. maybe not my life but definatly my master thesis ;-) Ben Allistair Crossley schrieb: No, I meant the drivers for mySQL, the database you are trying to connect Tomcat to. You seem to have the right name of the driver, e.g J

RE: [OT] Which webframework to use?

2004-11-29 Thread Allistair Crossley
+1. we've created an intranet on struts, integrated backend solutions like a CMS, search engine, custom applications, SQL server etc... is very cool. Allistair. -Original Message- From: Peter Mengell [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 10:00 To: Tomcat Users List

RE: xml pages on Tomcat server???

2004-11-29 Thread Allistair Crossley
this is not really a tomcat question. you can configure your web server (or tomcat I suppose in the global web.xml) to handle MIME extensions for wap files. but most importantly your JSP/Servlet code would need to set the response content type to the appropriate WAP types which is not a

RE: Tomcat 5.0.x or 5.5.x in production

2004-11-29 Thread Allistair Crossley
and you'll also have to factor in a little re-configuration too, for example the much-debated logging (i.e Logger removal in 5.5), and also a slightly different JNDI datasource setup. if it's any interest to you we've had 5.5.4 (sensibly or not) running our production and dev servers for 2

RE: What Connector Should I Use?

2004-11-29 Thread Allistair Crossley
hope this is not a thread hijack .. in terms of IIS, will the isapi_redirect.dll be recommended for use rather than the JK2 isapi_redirector2.dll? cheers, Allistair. -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 16:52 To: 'Tomcat Users List'

RE: [OT] SCWCD Exam 1.4

2004-11-26 Thread Allistair Crossley
. -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 11:49 AM To: 'Tomcat Users List' Subject: RE: [OT] SCWCD Exam 1.4 -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
check for commons-collections.jar in your webapp's WEB-INF/lib folder. if you don't have it download from jakarta. -Original Message- From: lydie soler [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 11:02 To: [EMAIL PROTECTED] Subject: help on JDNI , DBCP with oracle Hi, I

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
erm, no, there should *not* be a folder in WEB-INF/classes called org/apache. You should obtain the commons-collections.jar and place it in WEB-INF/lib -Original Message- From: Vinayagam [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 11:23 To: Tomcat Users List Subject: Re: help

RE: Tomcat

2004-11-26 Thread Allistair Crossley
i think you can comment it out if you don't need it. jk will connect to the ajp connector instead on port 8009 by default. -Original Message- From: Allen Beacon [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 11:28 To: [EMAIL PROTECTED] Subject: RE: Tomcat Thanks to all of you

RE: Where is the 2.4 spec.?

2004-11-26 Thread Allistair Crossley
jeez, ever heard of google? http://www.jcp.org/aboutJava/communityprocess/final/jsr154/ -Original Message- From: Andoni [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 12:07 To: Tomcat Users List Subject: Where is the 2.4 spec.? Hello, Can anybody give me the address for

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
Wrong suggestion. It will cause NoClassDefFoundException since Tomcat has it in common/lib. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: November 26, 2004 6:21 AM To: Tomcat Users List Subject: RE: help on JDNI , DBCP with oracle check

RE: help on JDNI , DBCP with oracle

2004-11-26 Thread Allistair Crossley
: help on JDNI , DBCP with oracle Do you mean commons-collection is no longer in 5.5.4 common/lib? -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: November 26, 2004 10:14 AM To: Tomcat Users List Subject: RE: help on JDNI , DBCP with oracle

RE: Tomcat 5.5.4 fails to recompile JSPs

2004-11-25 Thread Allistair Crossley
to me it sounds like you are compiling your jsps without a reloadable context. have you set reloadable=true on your Context .. element? Allistair -Original Message- From: Carlos A. Carnero Delgado [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 06:08 To: [EMAIL PROTECTED]

RE: Error in web.xml

2004-11-25 Thread Allistair Crossley
you will need to tell us why you believe it is *not* valid. have you an error message to share? Allistair -Original Message- From: akki [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 09:08 To: Tomcat Users List Subject: Error in web.xml hi all i want to know whether

RE: Working directory for tomcat service on W2K

2004-11-25 Thread Allistair Crossley
not sure about that, i assume you use the .exe. is there a particular issue it causes? however, we run Tomcat as a service but used the bin/service batch file to install it and this keeps it all contained wherever you installed Tomcat. Allistair -Original Message- From: Mark

RE: Error in web.xml

2004-11-25 Thread Allistair Crossley
- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Thursday, November 25, 2004 2:50 PM To: Tomcat Users List Subject: RE: Error in web.xml you will need to tell us why you believe it is *not* valid. have you an error message to share? Allistair -Original Message

RE: Error in web.xml

2004-11-25 Thread Allistair Crossley
it helps -reynir Allistair Crossley wrote: yes, so the error tells you that you ordering of elements is wrong. check the order against (icon?,display-name?,description?,distributable?,context-param *,filter*,filter-mapping*,listener*,servlet*,servlet-mapping* ,session-config?,mime

RE: No more JK2 ?

2004-11-25 Thread Allistair Crossley
http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html Allistair -Original Message- From: Boulay Arnaud [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 10:29 To: [EMAIL PROTECTED] Subject: No more JK2 ? Looking for some more details on this crucial subject. IMHO, the

RE: jsp:forward and access log

2004-11-25 Thread Allistair Crossley
no, i believe the access log valve will log the request from the user's browser, therefore x.jsp will be logged, as y.jsp is gotten to by request forwarding from x.jsp. Allistair -Original Message- From: LAM Kwun Wa Joseph [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 11:40 To:

RE: Problem when accessing the index file in my web Application

2004-11-24 Thread Allistair Crossley
this was a bug as far as I can remember with ROOT as the web application name. Fix: don't use 5.5.0, use 5.5.4 which is stable. Allistair -Original Message- From: inr [mailto:[EMAIL PROTECTED] Sent: 21 February 2002 21:31 To: Tomcat Users List Subject: Problem when accessing the

RE: Servlet class not found

2004-11-24 Thread Allistair Crossley
can we see the form action value? it should be action=/studio-search Allistair -Original Message- From: Richard Lewis [mailto:[EMAIL PROTECTED] Sent: 24 November 2004 11:21 To: [EMAIL PROTECTED] Subject: Servlet class not found Hello, This is probably quite a simple

RE: [OT] SCWCD Exam 1.4

2004-11-24 Thread Allistair Crossley
Yeah, there's a new book out in January 2005. Search Amazon for SCWCD. Allistair -Original Message- From: Andoni [mailto:[EMAIL PROTECTED] Sent: 24 November 2004 10:35 To: Tomcat Users List Subject: [OT] SCWCD Exam 1.4 Hello, I know this is off topic but I was just

Tomcat Documentation Thoughts

2004-11-24 Thread Allistair Crossley
Citing Thank you for sharing. It IS useful information. Now if newbies would only search the archives before posting the same questions, we'd be all set! ;) Mmm, of course it would be great, but mailing lists are not in reality the place people look for documentation for world-class software

RE: Tomcat Documentation Thoughts

2004-11-24 Thread Allistair Crossley
Hey :) But you know, I submitted a logging page doc patch over a week ago and it's still not there, and since then there have been many posts asking about this problem. I don't find that encouraging. As I responded, your patch has been committed, and it will be available in the next

RE: Tomcat Documentation Thoughts

2004-11-24 Thread Allistair Crossley
Hi, Well you are one of those asking about logging. Don't get overly exited about the logging detail I have added to the logging page. The kind of logging you are attempting to do I believe you are confused about (i may be wrong). You are setting up logging from *within* Tomcat. This will tell

RE: Tomcat Documentation Thoughts

2004-11-24 Thread Allistair Crossley
That's useful thanks Ben :) Allistair. -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 24 November 2004 14:55 To: Tomcat Users List Subject: RE: Tomcat Documentation Thoughts Let's get a page detailing a step by step how to write and contribute

RE: [OT] SCWCD Exam 1.4

2004-11-24 Thread Allistair Crossley
this one and January's is better let me know. I'm always open to recommendations. Andoni. - Original Message - From: Allistair Crossley [EMAIL PROTECTED] Newsgroups: gmane.comp.jakarta.tomcat.user Sent: Wednesday, November 24, 2004 11:50 AM Subject: RE: [OT] SCWCD Exam 1.4

[OT] RE: Tomcat and Servlets - DESPERATE for help

2004-11-24 Thread Allistair Crossley
This sounds like the code building the initial page is also being sent down the reponse for some reason. Some code would be useful from the servlet. This kind of thing normally requires using a RequestDispatcher or like ben says, sendRedirect. Allistair -Original Message- From:

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-24 Thread Allistair Crossley
Hi, Bill already fixed it I think .. Thanks for the report. http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=81697 Allistair Crossley [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Yoav, Has this one been noted by your good self for invesigation or propogation

RE: enabling jsp-debugging using lomboz, eclipse and tomcat 5.5.4

2004-11-24 Thread Allistair Crossley
if you post this one more time i will scream at you. if you do not get an answer, nobody knows the answer. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 24 November 2004 17:01 To: [EMAIL PROTECTED] Subject: enabling jsp-debugging using lomboz, eclipse

RE: enabling jsp-debugging using lomboz, eclipse and tomcat 5.5.4

2004-11-24 Thread Allistair Crossley
surely didnt want to spam the mailinglist -Ursprüngliche Nachricht- Von: Allistair Crossley [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 24. November 2004 18:06 An: Tomcat Users List Betreff: RE: enabling jsp-debugging using lomboz, eclipse and tomcat 5.5.4 if you post this one

RE: [OT] SCWCD Exam 1.4

2004-11-24 Thread Allistair Crossley
? Andoni. - Original Message - From: Allistair Crossley [EMAIL PROTECTED] Newsgroups: gmane.comp.jakarta.tomcat.user Sent: Wednesday, November 24, 2004 3:24 PM Subject: RE: [OT] SCWCD Exam 1.4 The one you found Head First Servlets and JSP appears to me

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-23 Thread Allistair Crossley
Yoav, Has this one been noted by your good self for invesigation or propogation to the appropriate place? It's still all over our logs. Allistair -Original Message- From: Allistair Crossley Sent: 19 November 2004 14:47 To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error

RE: How to set Error Log for Unpacked Web Application in Tomcat 5.5

2004-11-23 Thread Allistair Crossley
INR, I now count 4 posts from you on this same subject. I have replied to you already and so have others. Answer (again): you *cannot* configure logging per web-app in Tomcat 5.5. The Logger element has been *removed* as a valid child of Context. For better or worse, all your runtime

RE: OutOfMemory exceptions

2004-11-23 Thread Allistair Crossley
In our case we can certainly say that continued reloading of webapps caused by class reloading in the development environment does cause out of memory - however we use statics a fair amount that are not always reclaimed although we try to release those using a context listener as much as

RE: OutOfMemory exceptions

2004-11-23 Thread Allistair Crossley
using a profiler with live systems is not good because of the amount of info it dumps from the jvm. use something like Quest JProfiler or others to test your consumption in the development environment. -Original Message- From: Ryan Daly [mailto:[EMAIL PROTECTED] Sent: 23 November

RE: Logging and Deployment best practices

2004-11-23 Thread Allistair Crossley
But I finally decided as I was upgrading Tomcat that I'd address that problem by moving to a rolling file appender. Seems to me that I have two choices for doing this: we find the rolling file appenders useful as you can specify periodcity and they rename themselves to dated filenames. you

RE: Logging and Deployment best practices

2004-11-23 Thread Allistair Crossley
speaking of which yoav, it's been a little while since i first submitted a doc patch for 5.5's logging page and it's not been made live yet .. is this a painful procedure ;) :) Allistair -Original Message- From: Paul Christmann [mailto:[EMAIL PROTECTED] Sent: 23 November 2004 15:51

Server redirected too many times (20)

2004-11-22 Thread Allistair Crossley
Hi All, We upgraded to Java 5 and Tomcat 5.5.4 last week having tested it out on our test server without any apparent problems. However, we are noticing an awful lots of errors of the following nature, and I wanted to know if it is likely that something in Tomcat 5.5.4 could be involved, as

RE: Server redirected too many times (20)

2004-11-22 Thread Allistair Crossley
link issue? Check to make sure that in recent days no one modified symbolic links throughout your installation such that they redirect to each other. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Allistair

RE: Server redirected too many times (20)

2004-11-22 Thread Allistair Crossley
by response.sendRedirect calls? On Mon, 2004-11-22 at 13:34, Allistair Crossley wrote: Hi Yoav, We run on Windows 2000, the concept of sym links aren't there. It's right across our HTML content (which is loaded from file system via IIS

RE: How to set Error Log for Web Application in TOmcat 5.5

2004-11-20 Thread Allistair Crossley
no you can't add a Logger to your Context in 5.5 they are removed. for per-web application logging you will need to use a log4j configuration in each of your web applications. this information will become available on Tomcat 5.5's logging documentation page when the tomcat site is next built

RE: Webapps Root Folder

2004-11-19 Thread Allistair Crossley
Yes you can ... are you using a web server in front of Tomcat or have you setup Tomcat to handle port 80 directly? Do you have multiple web applications or is it just this one? Allistair -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 06:22 To:

RE: Webapps Root Folder

2004-11-19 Thread Allistair Crossley
No worries. Recopied list in. Allistair -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 10:34 To: Allistair Crossley Subject: Re: Webapps Root Folder Thanks again it worked. Richard On Fri, 19 Nov 2004 18:30:19 +0800, Richard [EMAIL

5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Allistair Crossley
Hi, Having run our web application on 5.5.4 for a couple of days, I have studied the stdout logs to find that we are getting severe errors relating to mbeans. Here are some time intervals: 10:43 11:10 11:14 11:24 This time pattern stays fairly consistent as above. Each time the errors occur,

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Allistair Crossley
guess is no. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 6:32 AM To: [EMAIL PROTECTED] Subject: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins. Hi, Having

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Allistair Crossley
- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 8:45 AM To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins. Hi Yoav, Tomcat standalone no. IIS Tomcat SQL Server Content Management

RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Allistair Crossley
. See if you get the same errors. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 8:45 AM To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5

5.5.4 SEVERE: Error unregistering mbean in stdout every 5-10 mins.

2004-11-19 Thread Allistair Crossley
. See if you get the same errors. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Friday, November 19, 2004 8:45 AM To: Tomcat Users List Subject: RE: 5.5.4 SEVERE: Error unregistering mbean in stdout every 5

RE: How to upgrade an application without stopping service?

2004-11-18 Thread Allistair Crossley
If your context is set to reloadable you might get away with it but other than that I do not think Tomcat can do this - certainly it's never worked when I have tried it with a WAR. I'm sure someone else has a better idea. -Original Message- From: Agustín de la Herrán [mailto:[EMAIL

RE: Database Pooling

2004-11-17 Thread Allistair Crossley
application-server-managed database pools are great, they take all the work out of writing your own pooling implementation, and are normally better at it too. furthermore you get to label the pool in a generic way so that your application only needs to acquire the JNDI context and pluck out the

RE: Tomcat 5.5.4 dont see Servlets in my app

2004-11-17 Thread Allistair Crossley
can you provide more detailed logging/stack trace for this error and which log this appears in. Did you modify your web.xml to the new DOCTYPE for Servlet 2.4 or did you just run your old application as was Allistair -Original Message- From: José Luis [mailto:[EMAIL PROTECTED]

[OFF TOPIC] RE: enormous loggin when starting tomcat

2004-11-17 Thread Allistair Crossley
Your root logger might be set at debug level, or you have set debug logging on struts. Have you got a log4j config going? -Original Message- From: koen boutsen [mailto:[EMAIL PROTECTED] Sent: 17 November 2004 11:03 To: [EMAIL PROTECTED] Subject: enormous loggin when starting tomcat

RE: Tomcat 5.5.4 dont see Servlets in my app

2004-11-17 Thread Allistair Crossley
I think your web.xml is not configured correctly for Tomcat 5. Can you post your web.xml? -Original Message- From: José Luis [mailto:[EMAIL PROTECTED] Sent: 17 November 2004 11:12 To: Tomcat Users List Subject: RE: Tomcat 5.5.4 dont see Servlets in my app Hi all, this is

RE: Tomcat 5.5.4 dont see Servlets in my app

2004-11-17 Thread Allistair Crossley
José, there is no need to include compiled javax classes in your web application's classes. These are provided by the application server (Tomcat) in the common/lib location which all code in your web application will see. For database connectivity, see how to configure a datasource using

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

2004-11-17 Thread Allistair Crossley
I think you hit the nail on the head with the problem being people use System.out to log. I suppose it's the lesser of 2 evils .. should Tomcat's internal logging setup continue to support bad web application setup, or does it try to move forward like 5.5 is doing. Put simply, if you want

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

RE: Tomcat JRE vs JDK Issue

2004-11-16 Thread Allistair Crossley
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 the client machine have JAVA_HOME as an environment variable? -Original Message- From: Hubble, Christopher [mailto

RE: Where can I find more info?

2004-11-16 Thread Allistair Crossley
Tomcat 5.0 and 5.5 are the same thing in terms of the product line, i.e Tomcat as a Servlet Container. Clearly 5.5 is the latest version which internally I believe is a fairly large refactoring of how things were in 5.0 series. In terms of what you will get from 5.0 and 5.5 I think you pretty

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

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

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

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

RE: No Images Displayed

2004-10-28 Thread Allistair Crossley
if you right click on one of the missing images and view properties, what does the URL look like? does it point to where you would expect? this sounds like the URL to the images is not visible via the web server AC -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED]

RE: File upload

2004-10-28 Thread Allistair Crossley
you have the _exact_ same setup as we do here (except we are on 5.0.25). we upload files using a multipart form and file control. then in the struts action List items = null; try { DiskFileUpload upload = new DiskFileUpload(); items = upload.parseRequest(request); } catch

RE: File upload

2004-10-28 Thread Allistair Crossley
[mailto:[EMAIL PROTECTED] Sent: 28 October 2004 17:08 To: Tomcat Users List Subject: RE: File upload The error occurs before execution makes it to my upload action. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 12:02 PM

<    1   2   3   4   5   6   7   >