RE: Best connector

2002-08-30 Thread Joseph Molnar
Depends really on what you are doing and what versions you are using. mod_jk is basically more difficult to get going but supports load balancing mechanisms and is easier to separate out the static content from the dynamic content (ie who serves it) when content is within the jsp/servlet virtual

Re: mod_webapp.so

2002-07-18 Thread Joseph Molnar
Hi Diego, if you are looking to use WARP, try out this tutorial I put together http://www.codesta.com/knowledge/technical/tomcat_warp_apache/ Joe - Original Message - From: Diego, Emil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 18, 2002 6:06 AM Subject:

Re: webapp + apache (1.3/2.0) + ssl

2002-07-09 Thread Joseph Molnar
From what I could figure out, I need to do a 'SSLEngine on' in the virtualhost in httpd.conf. Yup, that is an Apache thing (need a few other things too) Do I need to have two WARP connectors defined? On for the SSL and one for non-SSL servlets? Yes, because you want to make sure that you

Re: to upgrade: uninstall previous, or install over?

2002-06-19 Thread Joseph Molnar
While I cannot help you much with Tomcat on XP. It can be fairly trivial to 'uninstall' and then 'install' the new one, at least on Unix. In part it depends on where you have stored configs, your web apps, etc. A few things to consider: Always use a different directory than Tomcats 'webapps'

Re: tomcat-apache with webapp connector

2002-06-10 Thread Joseph Molnar
I've seen some other examples for config files (http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_06.jsp) that say to have Apache send *all* requests over to Tomcat, but that defeats the purpose of having Apache so that *it* will be in charge of serving my static files along

Re: Tomcat 4.0.2 and JDK1.4

2002-05-02 Thread Joseph Molnar
Not sure about 4.0.2, but I am using 4.0.3 with JDK 1.4 and haven't had any problems thus far (been running that config for about a month). Joseph Molnar http://www.codesta.com/ - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: mod_webapp, WebAppDeloy, Context

2002-05-02 Thread Joseph Molnar
Hi Mattais. You will find information that discusses this in an article I put together: http://www.codesta.com/knowledge/technical/tomcat_warp_apache/ Joe - Original Message - From: Mattias Brändström [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 02, 2002 3:25 PM Subject:

Re: tomcat/apache with ALIASES (Was canonical names)

2002-04-25 Thread Joseph Molnar
No. I use A and CNAMES depending on the situation. Do you have proper aliases set up in Apache? Joe - Original Message - From: Oki DZ [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 2:28 AM Subject: Re: tomcat/apache with ALIASES (Was canonical

Authentication and Closing Browser Windows

2002-04-23 Thread Joseph Molnar
with a 401 to get the username and password again. Pretty simple actually and will work regardless of the use of Basic Browser based authentication. If someone already posted this, I apologize... Joseph Molnar http://www.codesta.com/ -- To unsubscribe: mailto

Re: domain:8080

2002-04-22 Thread Joseph Molnar
Hey Oktay. My how-to covers how to do both shared context's for multiple virtual hosts and talks about multiple instances of tomcat running to protect against one going down...as an ISP the choice is yours and is probably largely memory drive. But have a look, I hope it helps:

Re: mod_webapp + httpd.conf

2002-04-19 Thread Joseph Molnar
Where are those lines contained, within a VirtualHost directive, or are they at the 'root' of httpd.conf? Joe - Original Message - From: Karoly VEGH [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 19, 2002 4:07 AM Subject: mod_webapp + httpd.conf Hello, i try to get

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
Do you want to be serving from the root on the 192.168.1.120 ... and do you want it to be serving from Tomcat or Apache? The way you have it setup right now the root of 192.168.1.120 will have Apache (not Tomcat) try to serve documents starting at

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_05.jsp Have a look there. Joe - Original Message - From: Joseph Molnar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 11:29 AM Subject: Re: Tomcat - Apache

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
2) Though I can not visit http://192.168.1.120, I can still visit http://192.168.1.120/~jyan. But I can not run jsp under $HOME/public_html. The browser simple print the jsp source code into the screen. This is because it isn't being served by Apache, as per my previous response

Re: Tomcat - Apache integration problem

2002-04-18 Thread Joseph Molnar
Under my $CATALINA_HOME/webapps, there are five subdirs: examples/ manager/ ROOT/ tomcat-docs/ webdav/, which is standard. The mode for all these subdirs are 755. Therefore, when I goto httpd://192.168.1.120, I would expect a list of these five subdirs, wouldn't I? Why should I get 403

New Apache/Tomcat How-To

2002-04-17 Thread Joseph Molnar
Hi folks. I had mentioned earlier about putting this together, and I have finally posted an article to aid folks out there on how to get Apache 1.3/Tomcat 4/WARP all working together. It demonstrates: a) multiple tomcat instances b) multiple virtual hosts c) SSL and non-SSL (and extra tid-bits

Re: Webappdeploy line help

2002-04-15 Thread Joseph Molnar
threads, not processes. Joseph Molnar http://www.codesta.com/ - Original Message - From: Brian Bernardo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 15, 2002 12:15 PM Subject: Webappdeploy line help Help. Is there a way to use

Re: mod_webapp and *.shtml not working

2002-04-11 Thread Joseph Molnar
for the document I wrote up explaining how to install Tomcat on Apache via WARP (it is 95% done at this point). Joseph Molnar http://www.codesta.com/ - Original Message - From: Catalin Mihailescu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc

Re: password protection

2002-04-11 Thread Joseph Molnar
and your goals in progressing over to Tomcat, it can help, and certainly can protect immediately. Joseph Molnar http://www.codesta.com/ - Original Message - From: Jeremy Prellwitz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday

Re: Tomcat intermittent failures

2002-04-09 Thread Joseph Molnar
I have seen similar behaviour before on a Win2K box, but it was a Win2K professional computer. The problem is that Win2K pro only allows a certain number of incoming connections, I believe 10. We saw this during unit testing of components when developers were testing on their own computers

Re: Tomcat 4.0.3 and Apache 1.3

2002-04-08 Thread Joseph Molnar
It is there but under a different directory... http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/linux /i386/ Joseph Molnar http://www.codesta.com/ - Original Message - From: Christoph Kukulies [EMAIL PROTECTED] To: [EMAIL

Re: Warp and Virtual Hosts (quick question)

2002-04-06 Thread Joseph Molnar
fun figuring it out). Joseph Molnar http://www.codesta.com/ - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, April 06, 2002 5:04 AM Subject: Re: Warp and Virtual Hosts (quick

Re: Warp and Virtual Hosts (quick question)

2002-04-05 Thread Joseph Molnar
Ya the thing to watch is that the names for the connections must be unique regardless of where you put them. Joe - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 10:42 AM Subject: Re: Warp and Virtual Hosts (quick

Re: tomcat 4.03 with apache 1.3

2002-04-05 Thread Joseph Molnar
your app in a more fine-tuned fashion. Anyway, take a look at the one in the conf directory ... there are some self-explanatory settings there to look at. Joseph Molnar http://www.codesta.com/ - Original Message - From: ryan [EMAIL PROTECTED

Re: inter-webapp communications - anything better than RequestDispatcher?

2002-04-05 Thread Joseph Molnar
Generally people are using SOAP or XMLRPC or some other mechanism that would constitute being a 'web service'. Joe - Original Message - From: chas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 06, 2002 10:24 AM Subject: inter-webapp communications - anything better than

Re: inter-webapp communications

2002-04-05 Thread Joseph Molnar
RPC on C++ systems. Joseph Molnar http://www.codesta.com/ - Original Message - From: chas [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, April 06, 2002 12:29 PM Subject: Re: inter-webapp communications Thanks

Re: Tomcat, webapp, SSL, and index files?

2002-04-03 Thread Joseph Molnar
. If nothing else you can use that to check. I am sure there is a way, but I just got this up tonight and I should head until the morning. I will start digging back at it tomorrow. Until then... Joseph Molnar http://www.codesta.com/ -- To unsubscribe

Re: Connection Apache - Tomcat

2002-04-03 Thread Joseph Molnar
Your connector (server.xml) is actually set to serve from the webapps directory (which is presumably found at /usr/local/tomcat/) There is your problem. You have to change the connector appBase. Joseph Molnar http://www.codesta.com/ - Original

Re: Servlet Destroy Method....

2002-04-03 Thread Joseph Molnar
Hi Mark. Easiest way would be write something to disk (file/log-file). Joseph Molnar http://www.codesta.com/ - Original Message - From: Mark Diggory [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 8:33 AM Subject

Re: error 404

2002-04-03 Thread Joseph Molnar
Hi Yunce. If this two work one of two things needs to happen a) The module needs to be statically link to Apache. You can check this by doing httpd -l, it will list all modules (this is most likely what you need to do unless you built apache yourself) b) You need to specifically load

Re: Servlet Destroy Method....

2002-04-03 Thread Joseph Molnar
for something more explicit, like a Servlet Engine status code or something... that identifies the state of the Servlet Engine. -thanks for the reply, Mark Diggory Joseph Molnar wrote: Hi Mark. Easiest way would be write something to disk (file/log-file

Question re: Tomcat 4.0.3 (LE) and JDK 1.4

2002-04-02 Thread Joseph Molnar
that you can download from Sun b) JDK 1.4 contains a few of the classes that make up the JTA package, but not all of them What is the recommended approach here if you are looking to use JTA? Thanks! Joseph Molnar http://www.codesta.com/ -- To unsubscribe

Re: Tomcat, webapp, SSL, and index files?

2002-04-02 Thread Joseph Molnar
web serving. If you would like I can fill you in as I get going on it. Joseph Molnar http://www.codesta.com/ - Original Message - From: Gary McGowan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 11:59 PM