RE: simple context question for tomcat

2002-03-15 Thread Jeff Prideaux
to images) can be addressed using the first way I tried (without having to use /myapp/...) I have reasons for not using relative addressing (../common/...). Any tips on the configuration steps (even general comments) would be greatly appreciated. Thanks!!! Jeff Prideaux, -- To unsubscribe

simple context question for tomcat

2002-03-14 Thread Jeff Prideaux
addressing (../common/...). Any tips on the configuration steps (even general comments) would be greatly appreciated. Thanks!!! Jeff Prideaux, -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Gets in access log and java applets

2002-03-06 Thread Jeff Prideaux
Java run-time engine plugin. I'm including jmf.jar (the java media framework) in the applet tag... Does this sound like something expected (with applets) for modules that are not part of the standard Java run-time engine, or could I possibly have not installed the jmf appropriately? Jeff Prideaux

RE: response.sendRedirect

2002-01-17 Thread Jeff Prideaux
Do you have any html tags in your jsp file before the logic you mention? Also, what jsp spec are you using? -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 3:26 PM To: '[EMAIL PROTECTED]' Subject: response.sendRedirect I have the

RE: TOMCAT 4.0 and Ant 1.4?

2002-01-14 Thread Jeff Prideaux
tomcat4.0 doesn't require ant. Ant, though, is a convenient utility to compile and deploy your webapp over to your development Tomcat directory spaces... -Original Message- From: Chetna Bhatt [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 1:23 PM To: Tomcat Users List

RE: Confusing basic concept about apache-tomcat works.

2002-01-14 Thread Jeff Prideaux
If you use port 8080 in the URL, Tomcat will handle everything and Apache will be totally bypassed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 1:04 PM To: Tomcat Users List Subject: Confusing basic concept about apache-tomcat

RE: Applet security

2002-01-14 Thread Jeff Prideaux
As far as I know, the java sandbox for applets prevents this unless its a signed applet which does require a change to the policy file. Although, if anyone knows of a way not to have to change the policy file, speak up!!! -Original Message- From: Olivier BILLIARD [mailto:[EMAIL

RE: Odd Apache+Tomcat errors

2002-01-07 Thread Jeff Prideaux
A number of us have been having similar problems with Apache 1.3.2x, Tomcat 4.0.1, mod_webapp.so, and Win2K. We haven't got to the bottom of that one either but it appears that the Windows port of the Apache-Tomcat integration is buggy. -Original Message- From: Mario Felarca

directory organization advice

2002-01-04 Thread Jeff Prideaux
Can anyone give me some quick advice on how to appropriately organize my directory structure to have Apache serve up the static content (images and html files) and Tomcat serve up the dynamic content (JSP files,etc). For simplicity, consider the sample webapp (myapp) given in the tomcat

RE: Tomcat sample application quirk with using apache

2002-01-04 Thread Jeff Prideaux
really slow, sometimes it popups a WebApp 500 error. I have tried tomcat 3.24 with same apache server using mod_jk no problem. And the localhost:8080 in both 3.24 and 4.01 works fine. So I assume the problem is in tomcat webapp module. Do anyone have the solution? --- Jeff Prideaux [EMAIL

RE: tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-04 Thread Jeff Prideaux
When I installed the sample app myapp from the tomcat 4.0.1 documentation, and tried to run it with Tomcat plugged into Apache, I had the problem mentioned below with things locking up whenever images needed to be served up (especially whenever you hit the refresh button on the browser). Note

tomcat-apache win32 integration problem with 100% CPU utilization

2002-01-02 Thread Jeff Prideaux
I'm having problems integrating Tomcat with Apache in my development environment using win2000Pro. I following the directions to add libapr.dll and mod_webapp.so to C:\Program Files\Apache Group\Apache\modules and add the following lines to httpd.conf: LoadModule webapp_module

Linux/windows, database choice, hosting, and whether to plug in to apache or not

2001-12-31 Thread Jeff Prideaux
I'm developing a Tomcat 4.01 website and need to make some high level decisions. Can anyone give some quick advice? 1. Should it run on Windows or Linux? I suspect I should use Linux but is Windows a viable option? 2. Should I plug Tomcat into Apache web-server or is the build-in web-server