RE: I can't use SAXON XML parser in my WEB app, please help

2003-01-29 Thread Mitchell, Edmund
Mike Kay, the creator of Saxon, says: This problem is caused by the fact that you have made AElfred the default XML parser. Tomcat needs a validating parser for its own use, and AElfred isn't a validating parser. You can usually solve the problem by changing the order of things on the

RE: How does Tomcat set the classpath???

2003-01-29 Thread Mitchell, Edmund
-Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] According to this document, bootstrap.jar contains the basic runtime classes provided by the Java Virtual Machine. That does not seem correct. In Sun's JDK, rt.jar contains most of the basic runtime classes. How

Connecting from Tomcat box to JBoss box?

2002-10-10 Thread Mitchell, Edmund
Hello all, I've got my Apache box talking happily to my Tomcat box, thanks to John Turner and Pascal Forget's great webpages, but I can't seem to get the Tomcat box to talk to the JBoss box. Does anyone have any how-to type info on how to get this connection to happen? I've tried everything in

RE: Apache with Tomcat

2002-10-07 Thread Mitchell, Edmund
Yes you can. Just follow one of the many excellent how-to's on this subject [1], and substitute hostnames/IP addresses for lcoalhost in the appropriate places. HTH Edmund [1] From an email to this list by Robert L Sowders Here is mine for windows using all the latest of each.

RE: Apache 2.0.40 + mod_jk + Tomcat 4.1.9 + Load Balancing

2002-09-03 Thread Mitchell, Edmund
FWIW, I think your original howto was one of the most useful tomcat docs I've ever come across, and the thought of a more up-to-date version can only be a Good Thing. 1 vote for: Please do the new how-to! Edmund -Original Message- From: Pascal Forget [mailto:[EMAIL PROTECTED]] Sent:

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Mitchell, Edmund
-Original Message- From: Johan Sunnerstig [mailto:[EMAIL PROTECTED]] Say I just wanna setup a server, serving nothing but static pages, what would be the minimum config I'd need for that? Thanks Johan I might be misunderstanding your question, but I don't think you need to

RE: Easy to read HOWTO's or anything similar?

2002-08-29 Thread Mitchell, Edmund
-Original Message- From: Johan Sunnerstig [mailto:[EMAIL PROTECTED]] What I'm looking for is more of a Let's configure our Tomcat from scratch in n steps, while most docs seem to be aimed at JSP developers. I think I understand you now - but I've never seen a document like the one

RE: Can't get tomcat 4 to work with mod_jk and Apache

2002-08-21 Thread Mitchell, Edmund
-Original Message- From: Scott Adamson [mailto:[EMAIL PROTECTED]] worker.ajp13.host=toecutter Host name=toecutter debug=0 appBase=webapps Can someone please help me (thanks to those who have already tried), can someone see a problem with my configuration ?