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

2004-01-12 Thread Turner, John
Hi - I don't use JK2. Best bet for help is the tomcat-user mailing list, [EMAIL PROTECTED] John -Original Message- From: Shreehari Manikarnika [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 1:58 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]

RE: Internal Server Error

2003-03-03 Thread Turner, John
What happens if you delete the lbfactor line? It's not necessary, and may be confusing things. John -Original Message- From: Adam Denenberg [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 9:51 AM To: Tomcat Users List Subject: Re: Internal Server Error Still tested

RE: HELP ! RE:RE: RE:setting up tomcat 4.1

2003-03-03 Thread Turner, John
If you can see Tomcat on port 8080 then it is running. John -Original Message- From: Curtis Seyfried [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 1:10 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: HELP ! RE:RE: RE:setting up tomcat 4.1

RE: mod_jk error

2003-03-03 Thread Turner, John
Try deleting the lbfactor line from your workers.properties file. It's not necessary when you only have one worker defined, and it may be causing confusion to mod_jk.so. John -Original Message- From: Adam Denenberg [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 8:36 PM

RE: mod_jk error

2003-03-03 Thread Turner, John
any other suggestions? I am totally out of ideas as to what is causing this error.. thanks Adam On 3/3/03 8:06 AM, Turner, John [EMAIL PROTECTED] wrote: Try deleting the lbfactor line from your workers.properties file. It's not necessary when you only have one worker defined

RE: Mime-Type

2003-03-03 Thread Turner, John
JSPs are never served to a browser as JSP. They generate output. That output has the appropriate MIME type, such as text/html for typical scenarios. Other MIME types used are image MIME types and MIME types for things like spreadsheets, word processors, and other external applications. If JSP

RE: Installing Tomcat on WinXP with Apache/PHP/mySQL setup

2003-03-03 Thread Turner, John
Off the top of my head I would say change httpd.conf to load mod_jk.so, add your JkMounts and the other JK stuff, and you should be good to go. Unless, of coures, the httpd that came with that package won't except dynamically loaded modules. John -Original Message- From: Denise

RE: Installing Tomcat on WinXP with Apache/PHP/mySQL setup

2003-03-03 Thread Turner, John
connector. I've only installed tomcat on a linux machine. For the WinXP machine is it better to go with the Tomcat binary that comes in the zip file, or the executable? Thanks :) Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Turner

RE: Tomcat as Linux Service

2003-03-03 Thread Turner, John
If you're using Red Hat, look here: http://daydream.stanford.edu/tomcat/tomcatd Then, also if you are using Red Hat, you would want to use chkconfig to set it up for the appropriate runlevels (3 and 5). chkconfig will create all of the correct symbolic links, etc. for you so that all you need

RE: mod_jk

2003-03-03 Thread Turner, John
for a Windows machine. I'm running Linux. Can someone help me configure mod_jk? I have downloaded it, changed the name to mod_jk.so and I have put it into the APACHE/modules folder. What next? Thanks, Jeremy -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent

RE: get apache-tomcat virtual host

2003-02-28 Thread Turner, John
What are the contents of mod_jk.conf? Did you restart Apache so that it could pick up the changes? Is there a VirtualHost container in mod_jk.conf for www.host2.com? In your Host container in server.xml, you list the name as host2.com, not www.host2.com. Is this a typo? The two are

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Turner, John
Is this a glitch? Did my first reply to this post get lost? John -Original Message- From: Xiongfei Wang [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 10:53 AM To: Tomcat Users List Subject: how to get apache-tomcat virtual host work? I have redhat linux 7.3

RE: mod_jk

2003-02-28 Thread Turner, John
Yes, .44 is module compatible with .43. For more info, check out my RH HOWTO for Apache + JK + Tomcat: http://www.johnturner.com/howto John -Original Message- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 11:11 AM To: Tomcat Subject: mod_jk

RE: mod_jk

2003-02-28 Thread Turner, John
not work for me? They use an older version of Apache. Thanks, Jeremy -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 9:25 AM To: 'Tomcat Users List' Subject: RE: mod_jk Yes, .44 is module compatible with .43. For more info

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Turner, John
What are the contents of mod_jk.conf? Did you restart Apache so that it could pick up the changes? Is there a VirtualHost container in mod_jk.conf for www.host2.com? In your Host container in server.xml, you list the name as host2.com, not www.host2.com. Is this a typo? The two are

RE: Running outside of localhost

2003-02-28 Thread Turner, John
Basically, everywhere you see localhost, change it to my.domain.com. ;) The alternative, or if you have more than one virtual host, is to copy the entire localhost Host container in server.xml, and change localhost to my.domain.com. This will preserve the localhost configuration. John

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Turner, John
But it still not working. Thanks for any futher suggestion. On Fri, 28 Feb 2003, Turner, John wrote: What are the contents of mod_jk.conf? Did you restart Apache so that it could pick up

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Turner, John
JkWorkersFile /usr/local/tomcat/conf/jk/workers.properties JkLogFile /usr/local/tomcat/logs/mod_jk.log JkLogLevel debug JkMount /examples ajp13 JkMount /examples/* ajp13 /IfModule Any more advices? Thanks On Fri, 28 Feb 2003, Turner, John wrote: Is that something you

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Turner, John
mod_jk.conf by hand. On Fri, 28 Feb 2003, Turner, John wrote: Take out the lines that look like this: JkMount /someURL ajp13 The typical setup is something like this: JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 John -Original Message- From: Xiongfei Wang

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Turner, John
, February 28, 2003 2:54 PM To: Tomcat Users List Subject: RE: how to get apache-tomcat virtual host work? my previous email should be I did NOT create mod_jk.conf by hand. because i do not know how to creat mod_jk.conf by hand. On Fri, 28 Feb 2003, Turner, John wrote: Take out

RE: how to get apache-tomcat virtual host work?

2003-02-28 Thread Turner, John
Because for my default host apache-tomcat works seem fine. in order to let apache-tomcat workd for host2 what else should i make change beside adding host/host to server.xml? Thanks. On Fri, 28 Feb 2003, Turner, John wrote: Also, if you are using the mod_jk.conf style, the only

RE: mod_jk problems on Apache 2.0

2003-02-27 Thread Turner, John
RH 8 ships with Apache 2.0.40, and if you've applied RPM updates to your RH installation, the 2.0.40 is further munged from a standard 2.0.40, as RH has gone and backported all of the security and other fixes between .40 and .44 to their .40 instead of just distributing .44. Depending on where

RE: Manual servlet deployment problems on 4.1.18

2003-02-27 Thread Turner, John
There are examples of how to setup servlets in web.xml in the web.xml file in the /examples webapp that comes with Tomcat. There's other good stuff in the examples webapp as well. John -Original Message- From: Steve Hole [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003

RE: Manual servlet deployment problems on 4.1.18

2003-02-27 Thread Turner, John
Yes, the Invoker servlet is disabled by default. You need to either: - enable the Invoker servlet (not recommended) OR - explicitly declare your servlet in your web application's web.xml file John -Original Message- From: Ray Tayek [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Four questions (about logging, connectors and manager)

2003-02-27 Thread Turner, John
A #2: I don't feel the connectors are complex. JK is easy to configure, easy to get working (once you understand how it works), and stable. If you don't want to use a connector, don't even deal with mod_rewrite or mod_proxy, just run Tomcat on port 80 and be done with it. Or better yet, run it

RE: Four questions (about logging, connectors and manager)

2003-02-27 Thread Turner, John
. John -Original Message- From: Tomasz Nowak [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 10:28 AM To: Tomcat Users List Subject: Re: Four questions (about logging, connectors and manager) Turner, John [EMAIL PROTECTED] wrote: A #2: I don't feel the connectors

RE: Manual servlet deployment problems on 4.1.18

2003-02-27 Thread Turner, John
Tomcat doesn't follow symbolic links by default. You have to enable this in server.xml for each Context where you want to use symbolic links. I'm not saying 100% that that was the problem, just that symlink support is not available out of the box with recent versions of Tomcat. John

RE: build-unix.sh error for mod_jk.so

2003-02-27 Thread Turner, John
I have zero experience with Tru64. The only thing I would try, if it were me, is statically linking JK into Apache, instead of using DSO. Something isn't jiving in your current configuration, if I had to guess I would say that your Apache version is too old and doesn't support something that JK

RE: build-unix.sh error for mod_jk.so

2003-02-27 Thread Turner, John
No, that's the latest I think. Sorry, I just couldn't remember what you were using. Did you build that Apache from source? If so, I might try statically linking JK instead of using DSO. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: New startup

2003-02-27 Thread Turner, John
JSP pages do need to be compiled, they are compiled into servlets before being executed, but this is handled automatically by Tomcat. Do you have a Context for myWork in server.xml? If you have a Context, do you also have a web.xml file for your web application? There are some specific steps

RE: Four questions (about logging, connectors and manager)

2003-02-27 Thread Turner, John
, connectors and manager) Turner, John [EMAIL PROTECTED] wrote: First, Ajp13Connector is not the recommended connector to use for 4.1.18. CoyoteConnector is the recommended connector. But on the other hand mod_jk2 is not the recommended connector to use for Apache 1.3. mod_jk

RE: Four questions (about logging, connectors and manager)

2003-02-27 Thread Turner, John
, but couldn't seem to get it to connect. The AJP1.3 connector seems to work perfectly for me once I disabled the JMX stuff. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 9:20 AM

RE: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris.

2003-02-27 Thread Turner, John
workers.properties, server.xml: http://www.johnturner.com/howto/apache2-tomcat4112-sol8-howto.html mod_jk.conf: http://www.johnturner.com/howto/mod_jk_conf.html John -Original Message- From: Julio César Mejia Vergara [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 1:59

RE: Need a basic configuration for Tomcat 4.1.18, Apache 2.0.39, mod_jk under Solaris.

2003-02-27 Thread Turner, John
FYI, Apache is fairly redundant with a JkMount of /*...that means all content is being served by Tomcat. John -Original Message- From: Mark Strecker [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 2:15 PM To: Tomcat Users List Subject: Re: Need a basic configuration for

RE: crontab problems

2003-02-26 Thread Turner, John
- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 9:17 PM To: 'Tomcat Users List' Subject: RE: crontab problems html head titleAPP Monitor/title /head body % String myMonitor = SUCCESS; out.println(myMonitor); % /body /html

RE: crontab problems

2003-02-26 Thread Turner, John
Yikes, that really stinks. That's an incorrect implementation of the DNS protocol...the TTL should be honored at all times. John -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 6:57 AM To: Tomcat Users List Subject: Re: crontab

RE: crontab problems

2003-02-26 Thread Turner, John
Better, but still not correct. That's a shame...it's not up to the client to determine how long a DNS response should be cached, its up to the zone file on the server doing the replying. Thanks for the pointers, this really bothers me for some reason, I want to investigate the rationale behind

[OFFTOPIC] RE: Multiple Apache Instances

2003-02-26 Thread Turner, John
First answer: yes. Permission denied is self-explanatory...the permissions for a directory or file that Apache is trying to access are incorrect. An Apache mailing list would be more appropriate for this question. John -Original Message- From: Ramkumar Krishnan [mailto:[EMAIL

RE: mod_jk-2.0.43.so

2003-02-26 Thread Turner, John
As far as I know, these are harmless, but I don't use JK2. JK2 is still in active development, as far as I know, and the last official post I saw on this list from anyone on the dev team was that the Apache side of mod_jk2 (mod_jk.so) was pretty much ready for production. That implies to me

RE: building just one connector module?

2003-02-26 Thread Turner, John
CONNECTOR_HOME = /usr/local/src/jakarta-tomcat-connectors-jk-1.2.0-src cd CONNECTOR_HOME/jk/native ./buildconf.sh ./configure --with-apxs=/some/path/to/apache/bin/apxs make The mod_jk.so file will be in CONNECTOR_HOME/jk/native/apache-1.3. Copy it to your Apache modules directory. John

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
That's munged up somehow. I've never had to do Step #7, the file that I get resulting from make is called mod_jk.so. John -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 11:33 AM To: Tomcat Users List Subject: problems compiling

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 11:46 AM To: Tomcat Users List Subject: RE: problems compiling and using mod_jk How should I proceed? --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
-- -- --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 8:48 AM To: 'Tomcat Users List' Subject: RE: problems

RE: JAVA-Tomcat

2003-02-26 Thread Turner, John
What is on drive C that your application needs? Distribute it with your application. John -Original Message- From: Alberto A C A S Magalhães [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 11:52 AM To: Tomcat Users List Subject: JAVA-Tomcat

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
-- -- --- --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 9:02 AM To: 'Tomcat Users List' Subject: RE: problems compiling and using mod_jk I think the culprit

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
-- -- --- --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 9:02 AM To: 'Tomcat Users List' Subject: RE

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
I've got a mod_jk.o, but that's not the correct file. It looks to me like the right one should be libmod_jk.so.0.0.0, but I could be mistaken. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
in the modules directory. But the file size is the same and the cksums match. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 9:25 AM To: 'Tomcat Users List' Subject: RE

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
, but it didn't help either. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 9:25 AM To: 'Tomcat Users List' Subject: RE: problems compiling and using mod_jk What happens

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
that, I need help! :) Perhaps I should try and to the build mod_jk into apache static route. Do you happen to have notes on that? --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26

RE: Connection refused question

2003-02-26 Thread Turner, John
Do you have an AJP13-compatible connector listening on port 8009? John -Original Message- From: Charles A Jordan [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 1:05 PM To: [EMAIL PROTECTED] Subject: Connection refused question I am not able to get to

RE: Connection refused question

2003-02-26 Thread Turner, John
You look in server.xml for a Connector on port 8009. It's there by default, so unless you changed it or your server.xml file was otherwised munged up, it should be there. John -Original Message- From: Charles A Jordan [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
a mod_jk.o, but that's not the correct file. It looks to me like the right one should be libmod_jk.so.0.0.0, but I could be mistaken. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 10:34 AM To: 'Tomcat Users List' Subject: RE: problems compiling and using mod_jk I would say Yes. ;) Could it be a permissions problem? There aren't many reasons

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
exception? --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 11:04 AM To: 'Tomcat Users List' Subject: RE: problems compiling and using mod_jk Sounds good to me, I really have

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 11:45 AM To: 'Tomcat Users List' Subject: RE: problems compiling and using mod_jk Just comment out the ManagedBean elements in server.xml. That will get rid of those

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
I'd have to see the files. John -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 2:59 PM To: Tomcat Users List Subject: RE: problems compiling and using mod_jk Hmm, I'm still having problems. I took my mod_jk.conf from

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
-- - --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 12:03 PM To: 'Tomcat Users List' Subject: RE: problems compiling and using mod_jk

RE: problems compiling and using mod_jk

2003-02-26 Thread Turner, John
Who's going to sign the birth certificate for this baby? LOL John -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 4:30 PM To: Tomcat Users List Subject: RE: problems compiling and using mod_jk I got things working, copied

RE: help: mod_jk fails after restart of apache - admin tool

2003-02-26 Thread Turner, John
The admin app maintains tomcat-users.xml, there's really no way around it. John -Original Message- From: Rob Cartier [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 5:38 PM To: [EMAIL PROTECTED] Subject: RE: help: mod_jk fails after restart of apache - admin tool

RE: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Turner, John
The return from getProtocol() is correct, AFAIK. I don't believe there is a HTTPS/1.1 or similar, but I could be wrong. By check protocol type in the docs (agreed, it is unclear), I believe it means to do one (or all) of the following: - check the URL for https - check the port number for the

RE: Problem compiling mod_jk2 connector in Solaris 8 Apache 2.0.39

2003-02-25 Thread Turner, John
Yowzer, that was a lot of scrolling. I had lots of problems with gcc 3.2 on Solaris 8. I ended up going back to 2.95. The library it can't find is the APR library. On my Solaris 8 development server: bash-2.03# find / -name libapr* -print /usr/local/apache2/lib/libapr-0.so.0.9.2

RE: running tomcat under unix

2003-02-25 Thread Turner, John
Your CATALINA_HOME is borked up. It should point to the parent directory of Tomcat, not any of the subdirectories. If you have your server.xml file in /usr/local/tomcat/conf, for example, and a logs directory at /usr/local/tomcat/logs, then CATALINA_HOME is /usr/local/tomcat, not any of the

RE: crontab problems

2003-02-25 Thread Turner, John
Agreed...using a Java program to watch Tomcat seems a little circular. Plus, I don't see any sort of delay or sleep in the poster's JAva code...it looks like it just keeps hammering at Tomcat, as the cron job is * * * * *. Creating all those Runtime objects over and over can't be helping

RE: running servlet on Tomcat

2003-02-25 Thread Turner, John
This is a FAQ. By default, the Invoker servlet is disabled for everything but the /examples webapp for security reasons. It really shouldn't be enabled for the /examples webapp, either, but I'm sure that's a low priority for the dev team. If you want your servlet to be available, you need to

RE: how to access the server from another computer

2003-02-25 Thread Turner, John
And if you want to access that URL using a FQDN instead of an IP address, you'll need to register a domain name and have somebody do DNS for you, or use one of the dynamic DNS services. In addition, you will need to modify server.xml to setup the correct virtual host instead of localhost. John

RE: crontab problems

2003-02-25 Thread Turner, John
, really. - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 3:00 PM Subject: RE: crontab problems Agreed...using a Java program to watch Tomcat seems a little circular. Plus, I don't see any sort

RE: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Turner, John
Subject: Re: How to verify SSL/HTTPS behind Tomcat via AJP13 I've fallen back to seeing if getRequestURL().toString().startsWith(https) -- that seems pretty kludgy. Any other ideas? - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

RE: running servlet on Tomcat

2003-02-25 Thread Turner, John
purpose. Having to modify web.xml for each webapp seems a lot of work. You refered to FAQ, but when I tried to get it from the list server, I got, FAQ - Frequently asked questions of the [EMAIL PROTECTED] list. None available. Where is the FAQ? Thanks, Steve Turner, John [EMAIL

RE: crontab problems

2003-02-25 Thread Turner, John
product. Cron doesn't execute more than once a minute (at least mine doesn't) which still is quite often. 5 or 10 minutes would be ok too. But that's a matter of taste, really. - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

RE: running servlet on Tomcat

2003-02-25 Thread Turner, John
More content is coming!! :) :) John -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 10:11 AM To: Tomcat Users List Subject: Re: running servlet on Tomcat I have an unofficial FAQ here: http://mywebpages.comcast.net/funkman/ and

RE: crontab problems

2003-02-25 Thread Turner, John
once a minute (at least mine doesn't) which still is quite often. 5 or 10 minutes would be ok too. But that's a matter of taste, really. - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday

RE: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Turner, John
This is a Javascript question. http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=javascript+multiple+s elect+list John -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 11:52 PM To: Tomcat List Subject: Need to create two lists

RE: Need to create two lists and add remove data between them.... ?

2003-02-25 Thread Turner, John
: Tuesday, February 25, 2003 12:09 AM To: Tomcat Users List Subject: Re: Need to create two lists and add remove data between them ? Is there a way to do this with using just java and html and not use Java Script ? On Tuesday, February 25, 2003, at 10:58 PM, Turner, John wrote

RE: Script for checking remote server

2003-02-25 Thread Turner, John
It wouldn't matter...if Apache is down, the entire application is down. John -Original Message- From: Ron Day [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 2:09 PM To: Tomcat Users List Subject: RE: Script for checking remote server Will you get a jsp if Apache

RE: Script for checking remote server

2003-02-25 Thread Turner, John
Monitoring the process table with ps doesn't tell you if your application is available. It just tells you if the OS thinks your application (Tomcat) is running. To remotely monitor/test a web application, your monitor application must make a full HTTP/HTTPS request and check the content

RE: The classical problem: Tomcat with Apache

2003-02-25 Thread Turner, John
Complete HOWTO, step by step: http://www.johnturner.com/howto John -Original Message- From: Victor Gonzalez [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 1:49 PM To: 'Tomcat Users List' Subject: The classical problem: Tomcat with Apache Importance: High Hi,

RE: crontab problems

2003-02-25 Thread Turner, John
primary goal should be to get rid of the crash. Ever tried downgrading to a 1.3 JDK? - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 6:16 PM Subject: RE: crontab problems No, I guess

RE: crontab problems

2003-02-25 Thread Turner, John
putting this script? On the machine itself, or on another machine that has to get to it through the internet? I think this is a great idea for many widely deployed application. Oscar On Tue, 25 Feb 2003, Turner, John wrote: Sorry to be pedantic, but that example doesn't do anything

RE: Script for checking remote server

2003-02-25 Thread Turner, John
Try Big Brother...not too easy to setup, though. Or write an ASP page to do this...ASP has an HTTP client object that will accept the contents of a response, which you can then interrogate for a particular value and take particular action. Lots of options, just think outside the bun. John

RE: Script for checking remote server

2003-02-25 Thread Turner, John
? -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 1:59 PM To: 'Tomcat Users List' Subject: RE: Script for checking remote server Monitoring the process table with ps doesn't tell you if your application is available. It just

RE: Script for checking remote server

2003-02-25 Thread Turner, John
Can you run scripts in Cygwin without being logged in? I didn't think so, but I am not that familiar with Cygwin, I only use it to run XWin -query hostname. ;) John -Original Message- From: Oscar Carrillo [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 4:11 AM To:

RE: crontab problems

2003-02-25 Thread Turner, John
by cron but once when the system starts (aka. init script). Aside from that, your primary goal should be to get rid of the crash. Ever tried downgrading to a 1.3 JDK? - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent

RE: Script for checking remote server

2003-02-25 Thread Turner, John
major problems. On Tue, 25 Feb 2003, Turner, John wrote: Can you run scripts in Cygwin without being logged in? I didn't think so, but I am not that familiar with Cygwin, I only use it to run XWin -query hostname. ;) John

RE: The classical problem: Tomcat with Apache

2003-02-25 Thread Turner, John
for me! Victor Gonzalez *** -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 2:01 PM To: 'Tomcat Users List' Subject: RE: The classical problem: Tomcat with Apache Complete HOWTO, step by step: http

RE: mod_jk-2.0.43.so

2003-02-25 Thread Turner, John
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ John -Original Message- From: Charles A Jordan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 4:45 PM To: [EMAIL PROTECTED] Subject: mod_jk-2.0.43.so Exactly where do I get the mod_jk-2.0.43.so source?

RE: is there a tag or some kind of mechanism that would do the following ...

2003-02-25 Thread Turner, John
Use StringBuffer, not String. Then call StringBuffer.append() repeatedly. I think you might want to consider a different architecture, and a framework such as Struts. John -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 4:19 AM

RE: mod_jk-2.0.43.so

2003-02-25 Thread Turner, John
Nope, that's it. Sorry, I wasn't following your thread, so I am not sure what is it that you are looking for, or what it is that is wrong with 2.0.2. John -Original Message- From: Charles A Jordan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 4:55 PM To: [EMAIL

RE: Subject: RE: Tomcat 4.1.18-LE re-writes tomcat-users.xml file; why?

2003-02-24 Thread Turner, John
1. Tomcat-dev is the place for that discussion 2. Submit a patch 3. Solved John -Original Message- From: nord ehacedod [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 10:21 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Subject: RE: Tomcat 4.1.18-LE re-writes

RE: Apache modules with Tomcat

2003-02-24 Thread Turner, John
My point was that changing the output of a servlet stream, from an architectural and portability standpoint, is probably more appropriate while Tomcat still has control over the output. I'm sure there are a number of ways to get what you want, some requiring more work, some requiring less. John

RE: Problem with Tomcat Apache running on Different IPs

2003-02-24 Thread Turner, John
I don't use JK2, so I cant answer #2 and #3. The answer to #1 is: No, it is not required to run Tomcat and Apache on the same IP address, as long as the relevant properties files for your chosen connector point to the IP address where Tomcat listens. Looking at your URL, it looks like the

RE: Servlet deployment problems (Apache 2.0.44 / Jakarta-Tomcat 4.1.18)

2003-02-24 Thread Turner, John
Add servlet-mapping servlet-nameTesting/servlet-name url-pattern/servlet/MyServlet/url-pattern (change this as needed) /servlet-mapping to your web.xml below the entry you already made. The entry you have is incomplete, there is no URL map. That's the reason for the 404. John

RE: Apache and Tomcat: a bad practice

2003-02-24 Thread Turner, John
Please don't troll the list. There are all sorts of reasons besides need CGI to use Apache. I can think of one right now (load balancing) that would pretty much make using Apache mandatory in many installations. Instead of bashing people for the software they choose to use, a more helpful

RE: Apache and Tomcat: a bad practice

2003-02-24 Thread Turner, John
Great! I'd love to see a HOWTO for load-balancing Tomcat instances across multiple hosts without spending any money for a dedicated hardware solution and doesn't use another software product besides Tomcat. Got a link for one? Newbies on this list are FREQUENTLY told that Apache is NOT

RE: mod_jk + ssl

2003-02-24 Thread Turner, John
Nope. The communications between Tomcat and Apache, via mod_jk, will be in the clear (non-SSL). Assuming you can configure your Apache for SSL correctly, and can configure the JK connection correctly, there's nothing else you have to do to Tomcat. John -Original Message- From: Adam

RE: NT Service for Tomcat 4.1

2003-02-24 Thread Turner, John
Tomcat 4.1.x can be run as a service in NT, 2000, and XP. John -Original Message- From: Anthony Shawver [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 2:11 PM To: Tomcat Users List Subject: NT Service for Tomcat 4.1 Does the same functionality to load Tomcat as an

RE: tomcat suddenly stopped reloading applications automatically..urgent

2003-02-24 Thread Turner, John
After stopping Tomcat, before restarting it, did you clean out (delete) all of the files in the work directory for that host? John -Original Message- From: runu rathi [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 3:10 PM To: [EMAIL PROTECTED] Subject: tomcat suddenly

RE: AJP13 encryption

2003-02-22 Thread Turner, John
That's what I would do. Much easier than hacking around with the source. John -Original Message- From: Ian McFarland [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 9:29 PM To: Tomcat Users List Subject: Re: AJP13 encryption Can't you just tunnel your AJP connection

RE: applying server.xml changes without restarting server

2003-02-22 Thread Turner, John
The admin app does work. If you're having problems with it, perhaps posting details of those problems will get you a resolution. AFAIK, there is no facility for dynamically changing Tomcat config without a restart in 4.x. I believe there is talk of this for Tomcat 5, but I don't know for sure

RE: Apache modules with Tomcat

2003-02-22 Thread Turner, John
Have you considered Tomcat filters instead? John -Original Message- From: Jordan Hayes [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 7:00 PM To: Tomcat Subject: Apache modules with Tomcat Is there a way to add modules to servlet processing? For instance, I'd like to

  1   2   3   4   5   6   7   8   9   10   >