RE: Best practices question

2002-10-18 Thread Turner, John
I run Tomcat under a separate user account. I avoid running services as root whenever possible. John -Original Message- From: Randy Paries [mailto:randy.paries;unitnet.com] Sent: Thursday, October 17, 2002 1:56 PM To: 'Tomcat Users List' Subject: Best practices question

RE: How come no one's is replying

2002-10-18 Thread Turner, John
to your liking. Turner, John [EMAIL PROTECTED] wrote: Now come on, are we going to have this conversation again? As I recall, several people, me included, spent a considerable amount of time answering your questions earlier this week. Did you ever consider that perhaps people don't have

RE: expression ALWAYS evaluates to if... NEVER to else

2002-10-18 Thread Turner, John
You can't use != or == to compare Strings. http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html You could use something like: if (paramPassword.compareTo(secretCode) == 0) { // they match } else { // they don't } Or flip your if around and use .equals(): if

RE: Best practices question

2002-10-18 Thread Turner, John
. - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, October 17, 2002 1:57 PM Subject: RE: Best practices question I run Tomcat under a separate user account. I avoid running services as root whenever possible. John

RE: How come no one's is replying

2002-10-18 Thread Turner, John
Now come on, are we going to have this conversation again? As I recall, several people, me included, spent a considerable amount of time answering your questions earlier this week. Did you ever consider that perhaps people don't have the answer, and don't want to waste your time (or their's)

RE: newbie question on connectors

2002-10-18 Thread Turner, John
JK2 is still in development, you might be better off with JK, which would be isapi_redirector.dll. You can create workers.properties and uriworkermap.properties, they are just text files. Resources on using IIS with Tomcat are pretty scarce. I have this bookmark, which is for an older version

RE: is this a bug ?

2002-10-18 Thread Turner, John
If you're the only one reporting the error, and the configuration is a fairly common one, it's probably not a bug. John -Original Message- From: Ricardo de Souza Moura [mailto:ricsouzamoura;hotmail.com] Sent: Thursday, October 17, 2002 2:49 PM To: [EMAIL PROTECTED] Subject: RE: is

RE: newbie question on connectors

2002-10-18 Thread Turner, John
. Having spent some hours trying to figure this out, I get it up and running in about 15 minutes. And that included munging the instructions a little to check whether a couple things were actually necessary. bp -Original Message- From: Turner, John [mailto:JTurner;AAS.com

RE: How to Apache2, Tomcat4.1.2, JK2 ?

2002-10-18 Thread Turner, John
Just for clarification, I have no connection with any of the Jakarta teams, and can't decide one way or the other what gets posted to their site. All I can do is submit a change request or bug report like anyone else. John -Original Message- From: yoom nguyen

RE: How come no one's is replying

2002-10-18 Thread Turner, John
??? ** * --- Turner, John [EMAIL PROTECTED] wrote: Thanks for your comments. You might take the URL that George Sexton posted seriously. You'd be amazed at the quality, free support you can get when you aren't so petulant and demanding. Have a great day

RE: How come no one's is replying

2002-10-18 Thread Turner, John
of a perfectionist, and want everyone else to be that way also??? ** * --- Turner, John [EMAIL PROTECTED] wrote: Thanks for your comments. You might take the URL that George Sexton posted seriously. You'd

RE: reg tomcat iis

2002-10-18 Thread Turner, John
It would be better if you could post a more descriptive message. For example, which versions you are using, what you have done so far, which HOWTO you have used, and what, if any, error messages or log messages you are receiving. Giving the list as much information as possible first helps you

RE: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?

2002-10-18 Thread Turner, John
I think what Robert is saying is that there doesn't have to be a big, organized effort in addition to the big, organized effort that is already running. There is already a dev team doing documentation. While not perfect, they have a significant amount of documentation already completed.

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Turner, John
What about /online/*.jsp instead of /online/* ? John -Original Message- From: Raj Mettai [mailto:rmettai;broward.edu] Sent: Thursday, October 17, 2002 4:11 PM To: [EMAIL PROTECTED] Subject: RE: Index.jsp page in apache and tomcat config Hi John, thanks for your

RE: JK2 and Apache1.3 win

2002-10-18 Thread Turner, John
This may not make a difference, but many people have found that they have problems with JK (and probably JK2) when dealing with pathnames that have spaces. The Apache installer does install Apache into a pathname with spaces, but the Apache dev team and install team is separate from the

RE: Beginner's config problem with TomCat 4.1.12 on Win2K

2002-10-18 Thread Turner, John
Here's the Tomcat ClassLoader HOWTO: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Also, you might want to check the AppDeveloper HOWTO: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html If you are creating a new directory in TOMCAT_HOME/webapps, you

RE: [Configuring] Tomcat 4.1.12 apache 1.3.26 jk2

2002-10-18 Thread Turner, John
I don't think JK2 uses JkWorkersFile. John -Original Message- From: François Vallet [mailto:fvallet;infovista.com] Sent: Friday, October 18, 2002 9:43 AM To: 'Tomcat Users List' Subject: RE: [Configuring] Tomcat 4.1.12 apache 1.3.26 jk2 Ok thanks! But i've followed the

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Turner, John
I'll take a look at the httpd.conf file, but I am no Apache expert. My solutions tend to be crude, but effective. Finesse and elegance are not my strong points. :) So, on that note, the way I would handle this is stick a index.html file in /online that just did a zero-second meta-refresh to

RE: [Configuring] Tomcat 4.1.12 apache 1.3.26 jk2

2002-10-18 Thread Turner, John
it ! -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: vendredi 18 octobre 2002 15:44 To: 'Tomcat Users List' Subject: RE: [Configuring] Tomcat 4.1.12 apache 1.3.26 jk2 I don't think JK2 uses JkWorkersFile. John -Original Message- From

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Turner, John
I checked, it is currently set to index.html index.htm index.jsp. John -Original Message- From: Mark Eggers [mailto:its_toasted;yahoo.com] Sent: Friday, October 18, 2002 11:12 AM To: Tomcat Users List Subject: RE: Index.jsp page in apache and tomcat config There is a

RE: Index.jsp page in apache and tomcat config....

2002-10-18 Thread Turner, John
You could try a mod_rewrite rule for /online/ that translated to /online/index.jsp. Whether that worked or not would depend on the sequence of modules in Apache...would the rewrite rule happen before or after the JkMount rule? I'm not familiar enough with Apache module internals to know which

RE: [Configuring] Tomcat 4.1.12 apache 1.3.26 jk2

2002-10-18 Thread Turner, John
tomcat 4.1.12 is not really easy to find .. sorry for my silly questions ... -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: vendredi 18 octobre 2002 16:52 To: 'Tomcat Users List' Subject: RE: [Configuring] Tomcat 4.1.12 apache 1.3.26 jk2

RE: How come no one's is replying

2002-10-18 Thread Turner, John
Hi Steve - In order to help, we would need a list of what problems you are experiencing and which platform you are using (if my memory is correct, it is Windows XP). Just saying Tomcat doesn't run is not sufficient. If the problems you are having now are the same problems you've had in the

RE: Beginner's config problem with TomCat 4.1.12 on Win2K

2002-10-18 Thread Turner, John
What are the contents of web.xml? John -Original Message- From: Andy Wickson [mailto:andy;awtech.co.uk] Sent: Friday, October 18, 2002 1:17 PM To: [EMAIL PROTECTED] Subject: RE: Beginner's config problem with TomCat 4.1.12 on Win2K Hi, Thanks for the quick response. I

RE: Beginner's config problem with TomCat 4.1.12 on Win2K

2002-10-18 Thread Turner, John
Check out Tim Moore's post...I forgot about the invoker servlet deal in 4.1.x. John -Original Message- From: Andy Wickson [mailto:andy;awtech.co.uk] Sent: Friday, October 18, 2002 1:29 PM To: [EMAIL PROTECTED] Subject: RE: Beginner's config problem with TomCat 4.1.12 on Win2K

RE: RE: How to Apache2, Tomcat4.1.2, JK2 ?

2002-10-18 Thread Turner, John
To: Tomcat Users List Subject: Re: RE: How to Apache2, Tomcat4.1.2, JK2 ? John Thank you for the clarification. Is there someone that you know that I should present my proposal to? Thanks - Original Message - From: Turner, John [EMAIL PROTECTED] Date: Friday, October 18, 2002

RE: Proposal for new Site

2002-10-18 Thread Turner, John
I'm all for having a resource that has example configurations, etc. That's a pretty good idea, and one of the reasons I posted my own HOWTOs and started trying to host connector binaries for people to download. I was only suggesting that it might be faster, easier, and more efficient to

RE: Error Loading mod_jk.dll

2002-10-18 Thread Turner, John
Detlev Beutner used to supply mod_jk.dll binaries at http://www.acg-gmbh.de/mod_jk/. According to his site: PS: At the time writing this document, the (actual) Win-connector is called mod_jk-2.0.42.dll, and it is mentioned that it is for Apache 2.0.42 (and only 2.0.42). This is not true, the

RE: Random DNS Error 2

2002-10-18 Thread Turner, John
Or it could be a SSL problem with IE. We've had an incredible number of problems supporting IE here...we're required to support 5.0 and up, and there are so many minor versions it is next to impossible to guarantee that everything works in every version of IE every time. John -Original

RE: mod_jk problem

2002-10-21 Thread Turner, John
Oops, you are right. I checked the other worker.* statements, but for some reason missed that one. This same problem happened to someone else last week, and nobody caught it except Milt Epstein. John -Original Message- From: Jean-Baptiste Onofré [mailto:jbonofre;phpfr.org] Sent:

RE: mod_jk problem

2002-10-21 Thread Turner, John
I'm not sure that's it. The Apache ServerName is www.nanthrax.net yet everything else is localhost. The JkMount commands are not nested within VirtualHost containers, so the URL that is trying to get mapped is http://www.nanathrax.net/tomcat-docs . There are no workers defined for that...there

RE: Symbolic Link

2002-10-21 Thread Turner, John
. I did go through documentation release notes. But I haven't really found anything helpful. Thanks, Ganesh Turner, John [EMAIL PROTECTED] 21-Oct-2002 11:13 Please respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' cc

RE: mod_jk problem

2002-10-21 Thread Turner, John
Please be more specific. Please post your current configuration files, with any changes that you have made since the last time you posted. John -Original Message- From: Jean-Baptiste Onofré [mailto:jbonofre;phpfr.org] Sent: Monday, October 21, 2002 1:47 PM To: Tomcat Users List

RE: SMTP mail

2002-10-21 Thread Turner, John
Tomcat does not act as a SMTP host. You'll need to either install SMTP services on your PC, or use a remote host such as the SMTP server provided by your ISP. If you are using a recent version of Windows (like 2K Pro or XP Pro), there are SMTP services available (Control Panel - Add/Remove

RE: RE: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ?

2002-10-21 Thread Turner, John
- Original Message - From: Turner, John [EMAIL PROTECTED] Date: Friday, October 18, 2002 8:54 am Subject: RE: John Turner or someone who responsible for Posting -- Re: How to Apache2, Tomcat4.1.2, JK2 ? I think what Robert is saying is that there doesn't have to be a big

RE: Symbolic Link

2002-10-21 Thread Turner, John
Yes, there is a workaround. Please read the docs and the release notes for your version of Tomcat. John -Original Message- From: [EMAIL PROTECTED] [mailto:Ganesh.K.Rao;gsk.com] Sent: Monday, October 21, 2002 11:08 AM To: [EMAIL PROTECTED] Subject: Symbolic Link Hi All,

RE: dont know whats happening :-(

2002-10-21 Thread Turner, John
There are two connectors capable of handling AJP13 in the default server.xml. One uses CoyoteConnector, the other uses Ajp13Connector. Make sure the connector using the Ajp13Connector class is disabled, then restart Tomcat. John -Original Message- From: Maninder S Batth

RE: Configuring a TCP/IP Conenctor

2002-10-21 Thread Turner, John
Take a look at any of the other connector classes, like Ajp13Connector or CoyoteConnector. Configuration should be similar, you would just need to put it in server.xml with appropriate parameters and port number. John -Original Message- From: [EMAIL PROTECTED]

RE: Tomcat 4.1.12 mod_jk2 Apache 2.0.43 build and config issues on So laris 8

2002-10-21 Thread Turner, John
Hi - A couple of thingsJK2 is the preferred connector only for the Tomcat team. :) The Tomcat side of JK2 is considered stable, the Apache side of JK2 is still considered beta. JK is considered stable on both sides, though the Tomcat team is moving to JK2 instead of JK. - in server.xml,

RE: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solar is 8

2002-10-24 Thread Turner, John
: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solar is 8 Turner, John wrote: snip On that note, there is no need to build the Java side of the connectors when building. All you need is the Apache side, and this can be done with ./configurethere is no need to run ant

RE: Apache Tomcat on different hosts

2002-10-24 Thread Turner, John
2002, Turner, John wrote: ps = path separator, as far as I know. So, on a Windows box, ps would equal \ instead of /. I'm not sure why the connector code isn't able to handle either on-the-fly, but apparently it isn't. Broken record mode :-): That is not needed. It's just a macro

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
Yes, you should. If you are using 8080, Apache isn't even involved in the request. John -Original Message- From: Stephen Graham [mailto:sg3;bigpond.com] Sent: Wednesday, October 23, 2002 7:41 PM To: Tomcat Users List Subject: Apache Tomcat URLs - don't want port 8080 I'm

RE: how to configure my web applications

2002-10-24 Thread Turner, John
it step by step, it works perfectly. But now I got this problem. Any idea how to solve it? Annie -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: 23 October 2002 18:32 To: 'Tomcat Users List' Subject: RE: how to configure my web applications I hate

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Turner, John
Wait! Complete the circle for the archives...what was the solution? John -Original Message- From: Jim Urban [mailto:jurban;parkcitysolutions.com] Sent: Thursday, October 24, 2002 8:27 AM To: 'Milt Epstein'; 'Tomcat Users List' Subject: RE: Apache/2 and Tomcat/4 not talking

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
all /Location --- and this in mod_jk.conf along with other stuff. JkMount /pepper ajp13 JkMount /pepper/* ajp13 --- -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Thursday, 24

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Turner, John
-Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Thursday, October 24, 2002 7:31 AM To: 'Tomcat Users List' Subject: RE: Apache/2 and Tomcat/4 not talking Wait! Complete the circle for the archives...what was the solution? John -Original Message- From

RE: Urgent: Please Help!

2002-10-24 Thread Turner, John
In order to use Tomcat with IIS, you need a file called isapi_redirector.dll. Do you have this file? John -Original Message- From: Katsutoshi Rachi [mailto:rachi;imageone.co.jp] Sent: Thursday, October 24, 2002 7:56 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Urgent:

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
. -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Thursday, 24 October 2002 22:59 To: 'Tomcat Users List' Subject: RE: Apache Tomcat URLs - don't want port 8080 I'm not clear what you have set up already and what you don't. It looks like you

RE: javadocs - please!!!!!!!!!!!!!!!

2002-10-24 Thread Turner, John
No problem. I will do what I can, but it might be too little too late, as I am just now getting involved in the project. John -Original Message- From: Warner Onstine [mailto:sw-list;warneronstine.com] Sent: Thursday, October 24, 2002 4:22 PM To: Tomcat Users List Subject: Re:

RE: javadocs - please!!!!!!!!!!!!!!!

2002-10-24 Thread Turner, John
do this. -warner - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, October 24, 2002 12:33 PM Subject: RE: javadocs - please!!! Instead of ranting, you're welcome to get involved. John

RE: javadocs - please!!!!!!!!!!!!!!!

2002-10-24 Thread Turner, John
Instead of ranting, you're welcome to get involved. John -Original Message- From: Warner Onstine [mailto:sw-list;warneronstine.com] Sent: Thursday, October 24, 2002 3:33 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: javadocs - please!!! Ok, I have now

RE: Tomcat Scalability - Long

2002-10-24 Thread Turner, John
We host 15 separate Tomcat instances (3.1) on a single machine. The apps use MySQL. The machine is dual-P3 1GHz, 2GB RAM. Red Hat 7.2, Apache 1.3.26. The connector is mod_jserv. Not sure which JDK, probably 1.3. The usage is high, all of the apps are graphics manipulation apps serving users

RE: Apache-Tomcat

2002-10-24 Thread Turner, John
/myproject/welcome.jsp -- works fine But i want http://1.1.1.1/welcome.jsp Hope you now got my problem? Turner, John lt;[EMAIL PROTECTED]gt; wrote: First, I would make sure that http://1.2.3.4:8080 works as it should. Port 8080 is the default HTTP port for Tomcat in Stand-alone mode. Once

RE: Apache-Tomcat

2002-10-24 Thread Turner, John
First, I would make sure that http://1.2.3.4:8080 works as it should. Port 8080 is the default HTTP port for Tomcat in Stand-alone mode. Once that is working, then you can start putting Apache into the environment, and at that time you will need to decide which Apache-Tomcat connector to use

RE: problems with apache and tomcat

2002-10-24 Thread Turner, John
In short: - choose a connector - install the connector - configure the connector The version numbers are a little different, but this should help you out: JK connector binaries are here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0 / HOWTO (you can skip

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Thursday, 24 October 2002 23:41 To: 'Tomcat Users List' Subject: RE: Apache Tomcat URLs - don't want port 8080 OK. Do you have any JkMount statements? If so, what are they? Workers.properties should look like

RE: Apache-Tomcat

2002-10-25 Thread Turner, John
I only know the inelegant, brute force way, which is to check the request object for the request type, and if it's http when it should be https, do a redirect to the same URL but with https prepended. There's probably a much more robust and correct way to do this using Tomcat security

RE: Apache+Tomcat Configuration problems

2002-10-25 Thread Turner, John
Yup, ditto Milt and Robert. You've got JK directives but you're loading JK2. To get rid of your Apache config error, use mod_jk.so instead of mod_jk2.so, or keep mod_jk2.so and change your config to a JK2 config. John -Original Message- From: J.F. Noonan [mailto:jfn;msc.com] Sent:

RE: linux tomcat startup prob

2002-10-25 Thread Turner, John
Are you sure you have CATALINA_HOME set correctly? By I installed tomcat what do you mean? From source? From an RPM? From a binary package? John -Original Message- From: maninder s batth [mailto:anywhereinfo;netscape.net] Sent: Thursday, October 24, 2002 4:37 PM To: [EMAIL

RE: Help to Configure Apache and Tomcat to use mod_jk!

2002-10-25 Thread Turner, John
You have to load the module into Apache before you can use it. Look in httpd.conf for lines that look like this: LoadModule Then add one that looks like this: LoadModule jk_module wherever_you_put_it/mod_jk.so John -Original Message- From: Hai To Thanh

RE: Apache-Tomcat

2002-10-25 Thread Turner, John
8:29 AM To: Tomcat Users List Subject: Re: Apache-Tomcat See javax.servlet.ServletRequest.isSecure() This should do it: if ( request.isSecure() ) { // All is well } else { // Redirect to https site } Turner, John wrote: I only know the inelegant, brute

RE: Apache Tomcat URLs - don't want port 8080

2002-10-25 Thread Turner, John
or earlier 3.2.x versions. Thanks again. Stephen Graham. -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: Friday, 25 October 2002 02:04 To: 'Tomcat Users List' Subject: RE: Apache Tomcat URLs - don't want port 8080 There should be a Host element

RE: Virtual Hosts

2002-10-25 Thread Turner, John
- Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, October 25, 2002 10:03 AM Subject: RE: Virtual Hosts Glad I could help. Check the documentation for the Host container: http://jakarta.apache.org/tomcat

RE: how use the ajp13 connector between hosts

2002-10-25 Thread Turner, John
In workers.properties, set worker.worker-name.host to the FQDN of host 2. VirtualHost in Apache should be whatever virtual host is in the URL, not the hostname of the machine hosting Tomcat. Ditto in server.xml...the Host container should have the name of the virtual host in the URL. John

RE: Help to me !! !! !! !! - DON'T ATTACH FILES!!

2002-10-25 Thread Turner, John
Second on OK to attach files. John -Original Message- From: Sexton, George [mailto:gsexton;mhsoftware.com] Sent: Friday, October 25, 2002 3:10 PM To: Tomcat Users List Subject: RE: Help to me !! !! !! !! - DON'T ATTACH FILES!! I have to disagree. Sometimes it is the only way

RE: Apache-Tomcat

2002-10-28 Thread Turner, John
site } Turner, John wrote: I only know the inelegant, brute force way, which is to check the request object for the request type, and if it's http when it should be https, do a redirect to the same URL but with https prepended. There's probably a much more robust and correct

RE: mod_jk runs but doesnt process

2002-10-28 Thread Turner, John
Does the request ever get to Tomcat? What's in Tomcat's logs? John -Original Message- From: Benjamin Charles Tehan [mailto:benjamin;evolutionism.org] Sent: Monday, October 28, 2002 5:50 AM To: [EMAIL PROTECTED] Subject: mod_jk runs but doesnt process I have a small problem

RE: how use the ajp13 connector between hosts

2002-10-28 Thread Turner, John
Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: 25. október 2002 17:14 To: 'Tomcat Users List' Subject: RE: how use the ajp13 connector between hosts In workers.properties, set worker.worker-name.host to the FQDN of host 2. VirtualHost in Apache should be whatever

RE: Apache / Tomcat Config?

2002-10-28 Thread Turner, John
Not sure what you are asking here...as far as I know, putting your webapp as the ROOT is exactly what you should do, as ROOT is the default webapp. What is it about putting your webapp under the ROOT directory that you don't like? Are you asking for a way to have it be the root webapp, but not

RE: mod_jk2 file

2002-10-28 Thread Turner, John
They are right where they should be: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 1/bin/linux/i386/ John -Original Message- From: Dionisio Ruiz de Zarate [mailto:dionisio;tinieblas.com] Sent: Sunday, October 27, 2002 3:33 PM To: [EMAIL PROTECTED]

RE: JkAutoMount

2002-10-28 Thread Turner, John
-Original Message- From: Sven Köhler [mailto:skoehler;upb.de] Sent: Monday, October 28, 2002 3:23 AM To: [EMAIL PROTECTED] Subject: Re: JkAutoMount so how does JkAutoMount work than? does it store the whole host/contect-configuration of the tomcat-server? and what if the

RE: Tomcat Non Root User?

2002-10-28 Thread Turner, John
Tomcat's default port is 8080. Apache's default port is 80. Only one service can bind to a port per IP address at any given time. For an address of 1.2.3.4, you cannot have both Apache and Tomcat set for port 80, one or the other of them will fail on startup. If you want Tomcat to run on port

RE: mod_jk runs but doesnt process

2002-10-28 Thread Turner, John
I assumed worker.ajp12.type=ajp13 was a typo...if it's not, it definitely needs to be changed. John -Original Message- From: mlh [mailto:mlh;zip.com.au] Sent: Monday, October 28, 2002 8:20 AM To: Tomcat Users List Subject: Re: mod_jk runs but doesnt process

RE: load balancing with routing with mod_jk in cluster

2002-10-28 Thread Turner, John
Can you explain how having Apache load balance to Tomcat helps in your scenario? As you've explained: N1: Apache + Tomcat N2: Apache + Tomcat N3: Apache + Tomcat Apparently, you have it setup so that your 3 Apaches get load-balanced traffic. How then, does forcing N1-Apache to load balance to

RE: worker2.properties file and windows long names

2002-10-28 Thread Turner, John
A better way is to use the ~ character. On Windows, a long directory is the first 6 characters, then ~, then a number for the alphabetical order of that directory name. For example, Program Files is PROGRA~1. Using this notation, you can avoid the quotation marks entirely. C:/Program

RE: mod_jk runs but doesnt process

2002-10-28 Thread Turner, John
Turner, John

RE: apache 4.1.12

2002-10-28 Thread Turner, John
Yes, you can integrate Tomcat and Apache. You have to use a Connector. This lets Apache serve requests on port 80, and JSP and servlet requests are sent to Tomcat for processing. Search the archives, and check the docs at jakarta.apache.org. This topic comes up several times a day. If you get

RE: mod_jk + tomcat on Solaris 8 ( about Turner's HOWTO )

2002-10-28 Thread Turner, John
couldn't find Makefile.linux to change it to suite for my system. Did I forget anything? Thanks for the HOWTO. It's what I was looking for. Murat Turner, John [EMAIL PROTECTED]To: 'Tomcat Users List' [EMAIL

RE: Tomcat gives servlets thru Apache but only for localhost

2002-10-30 Thread Turner, John
Yes, you need to add a Host container to server.xml for toucan.pnl.gov. It would look like this: Host name=toucan.pnl.gov some=other-options / And then inside that container you would have a Context container for your app. See the docs on the Host and Context containers:

RE: mod_jk + tomcat on Solaris 8 ( about Turner's HOWTO )

2002-10-30 Thread Turner, John
localhost on tomcat's Host directive, apache's ServerName and worker.ajp13.host. What's the problem? Murat Turner, John [EMAIL PROTECTED]To: 'Tomcat Users List' [EMAIL PROTECTED

RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread Turner, John
This should be all you need, courtesy of Robert Sowders: ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip John -Original Message- From: dave m [mailto:learning_tomcat;hotmail.com] Sent: Wednesday, October 30, 2002 9:00 AM To: [EMAIL PROTECTED] Subject: need

RE: Compilation error with mod_jk / mod_jserv...

2002-10-30 Thread Turner, John
Nobody can help you unless you post specific information. What error message are you getting? What exactly isn't working? John -Original Message- From: Subha Gowri [mailto:subha;indts.com] Sent: Tuesday, October 29, 2002 11:50 PM To: '[EMAIL PROTECTED]' Subject: Compilation

RE: Tomcat 4.1.x not allowing symlinks for static content.

2002-10-30 Thread Turner, John
http://marc.theaimsgroup.com/?l=tomcat-userm=103390602115435w=2 http://marc.theaimsgroup.com/?l=tomcat-userm=103357558331698w=2 John -Original Message- From: Nick Lombard (VSP) [mailto:nick.lombard;vcontractor.co.za] Sent: Wednesday, October 30, 2002 11:13 AM To: Tomcat Users List

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
That sounds like permissions to me. Are execute permissions enabled on c:\jakarta-tomcat-4.0 or c:\jakarta-tomcat-4.0\bin? John -Original Message- From: Paul Abrilla [mailto:APCXU;CUNYVM.CUNY.EDU] Sent: Wednesday, October 30, 2002 11:27 AM To: Tomcat Users List Subject: RE:

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
: Warning running startup.bat How do I check or enable? On Wed, 30 Oct 2002 11:32:22 -0500 Turner, John said: That sounds like permissions to me. Are execute permissions enabled on c:\jakarta-tomcat-4.0 or c:\jakarta-tomcat-4.0\bin? John -Original Message- From: Paul

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
:34 AM To: Tomcat Users List Subject: RE: Warning running startup.bat How do I check or enable? On Wed, 30 Oct 2002 11:32:22 -0500 Turner, John said: That sounds like permissions to me. Are execute permissions enabled on c:\jakarta-tomcat-4.0 or c:\jakarta-tomcat-4.0\bin

RE: tomcat apache in win32

2002-10-30 Thread Turner, John
http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml John -Original Message- From: Felipe Schnack [mailto:felipes;ritterdosreis.br] Sent: Wednesday, October 30, 2002 12:16 PM To: Tomcat Users List Subject: Re: tomcat apache in win32 Telling by the URL this is for

RE: help with tomcat 1.4.1 and j2sdk1.4.0?

2002-10-30 Thread Turner, John
You're missing =. Should be: CATALINA_HOME=C:\tomcat John -Original Message- From: Stanley Michaud [mailto:jmichau2;optonline.net] Sent: Wednesday, October 30, 2002 5:51 PM To: [EMAIL PROTECTED] Subject: help with tomcat 1.4.1 and j2sdk1.4.0? I need help with the

RE: Setup of Develoment Environment

2002-10-31 Thread Turner, John
Please, please, please read the documentation. It is all in there. Application Development Guide: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html ClassLoader HOWTO: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html John -Original Message-

RE: Tomcat SSL w/ Apache

2002-10-31 Thread Turner, John
If you are using Tomcat + Apache, the activity between Tomcat and Apache on the connector is not secure. It is not encrypted. SSL Request - Apache - Decrypted by Apache - Sent to Connector - Sent to Tomcat on Connector port - reply back to Apache - Response encrypted by Apache - SSL Response to

RE: Apache integrating

2002-10-31 Thread Turner, John
Don't use Apache unless you understand why you need to, and if there is a need to. Many people have great difficulty using Apache + Tomcat. Tomcat works fine for general use in stand-alone mode. Change the server port in server.xml from 8080 to 80 and restart Tomcat. If you decide you want to

RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 )

2002-10-31 Thread Turner, John
The best way for someone to help you is for you to post relevant snippets of your config files, and any pertinent information from log files. Just saying it doesn't work doesn't help us help you. Off the top of my head, I would guess that the Red Hat server can't resolve a domain name for the

RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 )

2002-10-31 Thread Turner, John
with the same result every time. If I shutdown the Tomcat on the w2k pc the apache instantly notifies me with an error but if Tomcat is running it just waits for infinite. If you think the logs and config will really help please ask, again. :) -Original Message- From: Turner, John

RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 )

2002-10-31 Thread Turner, John
A suggestion: Take out everything to do with ajp12 from workers.properties. Delete the load-balance line. All you need are: worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=192.168.1.90 worker.ajp13.type=ajp13 John -Original Message- From: Bertus Keyser

RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 )

2002-10-31 Thread Turner, John
Good catch. John -Original Message- From: Aryeh Katz [mailto:aryeh;vasco.com] Sent: Thursday, October 31, 2002 11:09 AM To: Tomcat Users List Subject: RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 ) First of all Please post ONLY the relevant part of

RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 )

2002-10-31 Thread Turner, John
ajp13 ) Just did that plus a restart of Apache but still the same result. -Original Message- From: Turner, John [mailto:JTurner;AAS.com] Sent: 31 October 2002 06:05 To: 'Tomcat Users List' Subject: RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13

RE: Tomcat SSL w/ Apache

2002-10-31 Thread Turner, John
On Thu, 31 Oct 2002, Turner, John wrote: If you are using Tomcat + Apache, the activity between Tomcat and Apache on the connector is not secure. It is not encrypted. SSL Request - Apache - Decrypted by Apache - Sent to Connector - Sent to Tomcat on Connector port - reply back to Apache

RE: mod_jk2 tomcat problems DOC ??

2002-10-31 Thread Turner, John
It's here: http://www.johnturner.com/howto But there is nothing on there about JK2, as I don't use it. Robert Sowders has a very nice HOWTO for Apache + JK2, but it is for Windows. Since IIS is not involved, the setup should be nearly identical though, except for paths.

RE: mod_jk.conf-auto

2002-10-31 Thread Turner, John
Add Listener elements in server.xml that reference the ApacheConfig class. For a default Tomcat install, enabling /examples on localhost for auto-configuration: - look for a line that says Server and has a port of 8005. Add the following directly below: Listener

RE: IIS and Tomcat

2002-11-01 Thread Turner, John
Yes, many people are using it. If you would like some help, please post your configuration (with versions), and any error messages or log file portions that might be relevant. Please be as specific as possible. You will get faster and more accurate help the more specific you are. John

  1   2   3   4   5   6   7   8   9   10   >