apache+tomcat?

2002-08-13 Thread Lee Zhao
Can someone please explain why one needs or wants to use apache in addition to tomcat? Can one just use tomcat as plain web server for serving HTML pages? Thanks in advance. -Original Message- From: sibusiso xolo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 5:05 PM To: Tom

apache-tomcat

2002-08-26 Thread Adar Wesley
Hi Group ! I have a tomcat connected to apache. I would like to use apache for static content and tomcat for dynamic. Any ideas how to do that ? Any references ? Tal Moshaiov Log-On [EMAIL PROTECTED] -- To unsubscribe, e-mail: For additional commands, e-mail:

Apache & Tomcat

2002-09-04 Thread Rui Fernandes
Why not to use Tomcat alone? What offers the integration of Apache with Tomcat for a pure Java/XML/HTML web site?

Apache-Tomcat

2002-10-24 Thread Christie I
Hi Im using Apache 1.3.27 and Tomcat 4.0.4. Iam new bie to this. I have my apache home page to be set with my webapps/myproject/welcome.jsp file ? how to do this? /webapps/myproject/welcome.jsp when i type in the browser http://1.2.3.4/ i should get my welcome.jsp page ? How to do this Thank

Apache/Tomcat

2002-11-28 Thread type_o
Hello, I configured Apache2 to work with Tomcat4.1.12 using mod_jk. this is my worker.properties: worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=myhost worker.ajp13.type=ajp13 I am using linux Slackware, all works fine, I have the apache and the tomcat on the same computer. my quest

Apache+Tomcat

2002-06-25 Thread Icaro Tuicci
I've this code in my httpd.conf : 992 993 WebAppConnection conn warp localhost:8008 994 WebAppDeploy examples conn /examples 995 what do i need configure in server.xml file ? I'm having this error when i try start my apache: [root@icaro /root]# /usr/local/apache_1.3.26/bi

apache --- tomcat

2001-10-31 Thread Lars Gentz
. my personal knowledge in this territory is very small --- but i try to become bigger :-) Here my question: i try to connect the tomcat server with apache, about the warp-connector. therefor i edited the httpd.conf file; i added the following lines at end of the file: # Apache <--->

Apache + Tomcat

2002-03-27 Thread Jarecsni János
Hi, I use Apache in front of a Tomcat application. In Apache's config there's the following: RewriteRule !^/myAppContext(.*) - [C] RewriteRule (.*) http://bookline/myAppContext$1 [P] This works fine (I can omit the application context from the urls, Apache will supply it and proxyies it

Apache & Tomcat

2001-07-11 Thread Herzig, David
Dear Tomcat users I have the two following problems -I have configured apache to use tomcat as servlet/jsp engine. when I access the shop pages through apache (port 80) sometimes the url (either the one displayed in location field of browser or only one of the frames) gets changed from the ip to

apache -> tomcat

2001-07-27 Thread Aaron Cooper
Hi folks i'm using apache 1.3 and tomcat 3.3. apache is working fine, and tomcat is working great.. as standalone. however, apache doesnt seem to be sending the servlet requests to tomcat. I've checked the errror_log from apache, and found the following: [error] Cannot remove module m

apache-tomcat

2001-07-29 Thread Sumit Ranjan
can anybody please tell me how to ascertain that my apache is talking to my tomcat ? i am using win NT 4.0 tomcat 3.2.2 apache 1.3.11 Sumit Ranjan

apache-tomcat

2001-08-07 Thread Kishor K
is thr any one using apache-tomcat for ecom sites? can u provide a list of sites which use these? thanx kishor _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Apache + Tomcat

2002-02-06 Thread Gang Wu
Hi, I wonder where i can find doc for installing Apache as web sever and plug in Tomcat as servlet container only. Or Can anyone please give me a short headline about this issue. regards Gang -- To unsubscribe: For additional commands: Tr

Apache-Tomcat

2002-02-15 Thread Rajeshwari Ramamurthi
Hi I am new to Tomcat. Just installed Tomcat. I want to configure it with Apache? Where can I get the latest version of web app module? I want binary version Thanks Raji _ MSN Photos is the easiest way to share and print your photos:

[ Apache / Tomcat ]

2003-08-24 Thread Schalk
Hi there Can anyone help with configuring Apache and Tomcat so they can talk to each other. I have successfully installed PHP but my main concern is having Apache and Tomcat talking/exchanging Any help will be appreciated. Kind Regards Schalk Neethling Volume4.Development.Multimedia.B

Apache + Tomcat

2003-12-18 Thread Walter do Valle
Is there anyone in the list using sucessfully Apache 2.0.40 or greater and Tomcat 5.0.16 with mod_jk2 v 2.0.2 connector in a linux box? Is so, then what's the secret to compile a functional version of mod_jk2? I downloaded the sources and compiled them. When I try to use the generated files jkjn

!!apache + tomcat!!

2004-01-05 Thread FRANCOIS Dufour
a way too avoid running both apache and tomcat to save system resources create your self a folder whit an web inf xml sheet that describe your content put all your index there its running pretty well here [EMAIL PROTECTED] crazy-wilys webmaster

Apache & Tomcat.

2000-10-26 Thread Jagannathan, Giri (c)
Friends, My aim is to integrate tomcat with Apache on unix that already has java 1.2. I have downloaded the source distribution of tomcat beta 3.2. The README file tells me to download & install the following: JAXP -compliant parser. jakarta-ant jakarta-servetapi My question is: do i really ne

Apache-Tomcat

2000-11-02 Thread nell
Hi, Can any one help me , how to configure apache1.3.12 and tomcat3.1 with mod_jk under win2000. thanks, nell ___ CoolEmail -- Now you're talking. Get Free Email-By-Phone Today. http://www.CoolEmail.com

Apache + Tomcat

2000-11-27 Thread carnell
Does anyone know how to make Apache/Tomcat automatically load up index.jsp in a directory, instead of producing a directory listing? (port 80). I would like to server a JSP immediately, without a index.html. Craig.

Apache + Tomcat

2004-10-27 Thread Willian Corrêa
Sory my english is very poor, i'm brazilian... but... I'm using Apache with Tomcat under port 80 with mod JK to connect this servers. I have very much virtual hosts in my server. I need know how much, a part, use of memory, cpu...? (remember: sorted by virtual host). and... any time a virtual h

Apache+Tomcat

2005-05-10 Thread Praveen KUMAR
Hello, I am little bit confuse in following decision: Should be use 1- Apache (2.0.54) + Tomcat (5.0.28) in production with tomcat listener (through Coyote connector) configured with mod_jk (1.2.12) with apache 2- Or Standalone Tomcat (with their standard apache provided by tomcat) What would be

Apache+Tomcat+mod_jk

2002-08-13 Thread Christoph Fischer
Hello, I need some help considering session affinity. I'm using apache connected to two tomcat's via mod_jk and ajp13. My webpages sends some formular-data to tomcat which generates a new html-form. The problem is that when sending the new html-form back, apache redericts it to the second server

RE: apache+tomcat?

2002-08-13 Thread Jacob Hookom
| -Original Message- | From: Lee Zhao [mailto:[EMAIL PROTECTED]] | Sent: Tuesday, August 13, 2002 6:30 PM | To: Tomcat Users List | Subject: apache+tomcat? | | Can someone please explain why one needs or wants to use apache in | addition to tomcat? Tomcat is great at serving up

Re: apache+tomcat?

2002-08-13 Thread Michael E. Locasto
- Original Message - From: "Lee Zhao" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 7:30 PM Subject: apache+tomcat? > Can someone please explain why one needs or wants to use apache in addition to tomca

RE: apache+tomcat?

2002-08-13 Thread Lee Zhao
Thank you for replying, Jacob. It makes a lot sense. Thanks again. -Original Message- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 4:52 PM To: 'Tomcat Users List' Subject: RE: apache+tomcat? | -Original Message- | From: Lee Zhao [mai

Re: apache+tomcat?

2002-08-13 Thread Craig R. McClanahan
On Tue, 13 Aug 2002, Michael E. Locasto wrote: > Date: Tue, 13 Aug 2002 20:11:01 -0400 > From: Michael E. Locasto <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: apache+tom

Apache+tomcat configuration

2002-08-15 Thread Alarcon, Fabio
Hi guys Is there a page or an archive list where I can found in order to run apache together with Tomcat? I know some of you has already configured sucessfuly Thanks in advance for your replies Fabio -- "Este mensaje y su

AW: apache-tomcat

2002-08-26 Thread carsten . pieper
2 15:14 An: 'Tomcat Users List' Betreff: apache-tomcat Hi Group ! I have a tomcat connected to apache. I would like to use apache for static content and tomcat for dynamic. Any ideas how to do that ? Any references ? Tal Moshaiov Log-On [EMAIL PROTECTED] -- To unsubscribe, e-mail: <

RE: apache-tomcat

2002-08-26 Thread Turner, John
TECTED]] > Sent: Monday, August 26, 2002 9:14 AM > To: 'Tomcat Users List' > Subject: apache-tomcat > > > Hi Group ! > > I have a tomcat connected to apache. I would like to use > apache for static > content and tomcat for dynamic. > Any ideas how to

Re: apache-tomcat

2002-08-26 Thread Jacob Kjome
If you use mod_jk, you can auto-generate the config files that need to be included at the end of your httpd.conf file Put this immediatey after the opening element: Make sure to set your paths accordingly for your own system setup. Then, put this immediately after the opening the elem

RE: Apache & Tomcat

2002-09-04 Thread Turner, John
s [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 12:24 PM > To: Tomcat Users List > Subject: Apache & Tomcat > > > Why not to use Tomcat alone? What offers the integration of > Apache with Tomcat for a pure Java/XML/HTML web site? > -- To unsubscrib

Re: Apache & Tomcat

2002-09-04 Thread Milt Epstein
On Wed, 4 Sep 2002, Rui Fernandes wrote: > Why not to use Tomcat alone? What offers the integration of Apache > with Tomcat for a pure Java/XML/HTML web site? John Turner's answer to this was good. Basically, if you can get your site working, with all the functionality you want, and acceptable

RE: Apache & Tomcat

2002-09-04 Thread TOMITA_ALEX_NONLILLY
<[EMAIL PROTECTED]> 04/09/2002 11:40 a.m. Please respond to Tomcat Users List To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject:RE: Apache & Tomcat Nothing. Tomcat is great at what it does. Apache is great at what it does.

RE: Apache & Tomcat

2002-09-04 Thread Milt Epstein
On Wed, 4 Sep 2002 [EMAIL PROTECTED] wrote: > Hi John, I was reading your post and it seems very interesting, I'm > a newbie with these tomcat stuff... > > I read a lot of emails in the past about the connectors, but what I > don't understand is what is the function of these connectors... I > kno

Apache & Tomcat Howto

2002-09-04 Thread Randy Secrist
Hello, I hate to beat a dead horse - but I have been using tomcat standalone for a few years now. I have a friend comming over tomorrow who knows apache in and out, but nothing about Tomcat. I would like to know if anyone has a reference to an online HOWTO so that together we can figure out wha

Apache Tomcat SSL

2002-09-05 Thread Bernhard Blasen
Hello, I succeeded connecting tomcat 4.0.4 with apache 2.0.40 with mod-jk. If i call an application with https://luna.draft.de/hvb-immoplus I get a 404 error The same call with http://... works fine. Other https://-connections, that do not need tomcat work fine either. My log-files and the

RE: Apache & Tomcat

2002-09-05 Thread Turner, John
MAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 5:00 PM > To: Tomcat Users List > Subject: RE: Apache & Tomcat > > > Hi John, I was reading your post and it seems very interesting, I'm a > newbie with these tomcat stuff... > > I read a lot of emails in

RE: Apache & Tomcat

2002-09-05 Thread Milt Epstein
it > out) from Tomcat's server.xml and leave only the Apache connector > Connector element enabled. > > John Turner > [EMAIL PROTECTED] > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] > > Sent: Wednesda

RE: Apache & Tomcat

2002-09-05 Thread Turner, John
Agreed. John > -Original Message- > From: Milt Epstein [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 05, 2002 10:03 AM > To: Tomcat Users List > Subject: RE: Apache & Tomcat > > > On Thu, 5 Sep 2002, Turner, John wrote: > > > The conne

apache + tomcat + ssl

2002-09-23 Thread Fabio Marsilio
Hi all, I have a problem with apache + tomcat + ssl My configuration: - Webserver Machine (Linux): apache 1.3.26 + mod_ssl 2.8.10-1.3.26 + mod_webapps 1.0.1 (this Machine is in the firewall's Dmz) - Jsp Engine Machine (Solaris): tomcat 4.0.1 (this machine is in the trusted netwo

Apache Tomcat Security

2002-10-09 Thread Nilesh Parmar
Hi, I've been subscribing to the this mailing list from quite a while. I'm interested in developing a book on Apache Tomcat security. For a start, here is what i've included as a specification for the book. Can anyone please give me your valuable suggestions/ideas to make it a b

RE: Apache-Tomcat

2002-10-24 Thread Turner, John
-Original Message- > From: Christie I [mailto:christie_iii@;yahoo.com] > Sent: Thursday, October 24, 2002 2:57 PM > To: Tomcat Users List > Subject: RE: Apache-Tomcat > > > > Hi John > I have installed mod_jk and it was working fine. I mean the > integration. &

RE: Apache-Tomcat

2002-10-24 Thread Christie I
t; 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 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 t

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: Apache-Tomcat

2002-10-24 Thread Christie I
Hi Thank you very much John. It worked!. I have one last problem. Iam running Openssl. Iam having *.jsp files in my webapps/myproject directory that some of the files needs to be accessed by https and not thru http? How to do this? for eg :https://0.0.0.0/welcome.jsp should not be accessed th

RE: Apache-Tomcat

2002-10-25 Thread Turner, John
ct about restricting particular URLs to SSL. John > -Original Message- > From: Christie I [mailto:christie_iii@;yahoo.com] > Sent: Friday, October 25, 2002 1:04 AM > To: Tomcat Users List > Subject: RE: Apache-Tomcat > > > > Hi > > Thank you very much John.

Re: Apache-Tomcat

2002-10-25 Thread Graham King
hoo.com] Sent: Friday, October 25, 2002 1:04 AM To: Tomcat Users List Subject: RE: Apache-Tomcat Hi Thank you very much John. It worked!. I have one last problem. Iam running Openssl. Iam having *.jsp files in my webapps/myproject directory that some of the files needs to be accessed by https

RE: Apache-Tomcat

2002-10-25 Thread Turner, John
> Sent: Friday, October 25, 2002 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 { > //

RE: Apache-Tomcat

2002-10-25 Thread Milt Epstein
me context and sessions, which has been discussed here previously). > > -Original Message- > > From: Graham King [mailto:graham@;gointernet.co.uk] > > Sent: Friday, October 25, 2002 8:29 AM > > To: Tomcat Users List > > Subject: Re: Apache-Tomcat > > >

Re: Apache-Tomcat

2002-10-25 Thread Trevor MacPhail
ohn -Original Message- From: Christie I [mailto:christie_iii@;yahoo.com] Sent: Friday, October 25, 2002 1:04 AM To: Tomcat Users List Subject: RE: Apache-Tomcat Hi Thank you very much John. It worked!. I have one last problem. Iam running Openssl. Iam having *.jsp files in my webapps/myproject direct

Apache / Tomcat Config?

2002-10-27 Thread dmaloy
Can someone tell me how to configure apache 2.x with tomcat 4.x so that when someone goes to my site "www.mysite.com" it automatically looks under the tomcat webapps directory for a subdirectory called "mysite" to load the index page? I can't get apache (or tomcat?) to work that way unless I put m

RE: Apache-Tomcat

2002-10-28 Thread Turner, John
revor.macphail.lists@;shaw.ca] > Sent: Saturday, October 26, 2002 12:02 AM > To: Tomcat Users List > Subject: Re: Apache-Tomcat > > > If you were to do this, wouldnt GET or POST form data be sent through > the unsecure http connection instead of the https connection you are

apache/tomcat performance

2002-11-07 Thread Jan Agermose
I guess the reason to have apache in front of tomcat is that apache serves html and images faster than tomcat? But what is the perfomance cost of having apache commmunicate with tomcat using JK? Has anyone ever testet this? I would think that most browsers cache html and images and therefor the

Apache + Tomcat Installation

2002-11-08 Thread .: B i g D o g :.
All, I have some questions concerning the mod_jk for apache and getting it to run. I moved all the examples for tomcat into my web root directory and when i run the examples i get a 404 error from tomcat. What can i do to solve this problem? Any good docs out there...I have mulled over apache.o

apache + tomcat configuration

2002-11-17 Thread Hong . Sun
hi, I am trying to integrate apache 1.3.26 and tomcat 4.0.6 on win2000 server. After an initial configuration, I can get them going, and I can also access all the examples' servlet through apache, I mean without giving :8080, but I still have the following problems: __1. in my apache error.log, eve

Apache/Tomcat Security

2002-11-20 Thread Anderson, M. Paul
I am preparing to launch my first web site utilizing an Apache/Tomcat configuration. The server will host a single web site, at least for now that uses servlets and jsp with a database backend. I have set up the Apache and Tomcat as discussed in the documentation with much help from people on

Apache-Tomcat Conf

2002-11-23 Thread Nitesh Garg
I hv downloaded Apache/Tomcat 4.1.12 and have apache 2.0, I want to configure my tomv\cat with apache. As in the given step when I run tomcat(it runs on standalone ) it does not generate mod_jk.conf-auto that i need to put in http.conf. Any suggestion to configure tomcat with apache will be

Apache + Tomcat + SSI

2002-06-12 Thread hru
Hello everyone! I have a problem concerning Apache + Tomcat + mod_jk + SSI (server side includes): I want to place a SSI in a html-page which is dynamically generated by a jsp-page. In static html-files (in those in my Apache htdocs-directory) SSI are working perfectly, but as soon as the

Apache Tomcat Filter

2002-06-20 Thread Günter Kukies
Hi, is it possible to let Apache serve static HTML-Pages from a dir in web-module from tomcat? This dir should be protected by a Filter-Servlet. Is that combination faster than letting tomcat serve the static Pages? Günter Kukies

RE: Apache+Tomcat

2002-06-25 Thread Andy Eastham
ning. Of course, it wouldn't work anyway if it can't load mod_webapp. Andy > -Original Message- > From: Icaro Tuicci [mailto:[EMAIL PROTECTED]] > Sent: 25 June 2002 15:48 > To: [EMAIL PROTECTED] > Subject: Apache+Tomcat > > > I've this code in my

Re: Apache+Tomcat

2002-06-25 Thread anette mysel
m" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 11:57 AM Subject: RE: Apache+Tomcat > Icaro, > > Is it complaining that you've got statements where you should > have a virtual host section. Perhaps you

Apache->Tomcat Howto?

2002-07-16 Thread Chris Ruegger
I want to set up an Apache web server on Red Hat Linux 7.2 to handle static content and SSL, and forward servlet and JSP requests to Tomcat 4.0. It seems there are about 3 ways to do this: Http 1.1 Warp AJP Which approach do most sites use? Can someoneone point me to the Howto's that describe h

apache + tomcat + mod_ssl

2002-07-17 Thread Johnny
Where can I find the online HOW-TO documentation for setting up SSL-capable Apache (apache+mod_ssl) with the mod_jk connector in Tomcat 4.0.3??? -- To unsubscribe, e-mail: For additional commands, e-mail:

apache + tomcat + mod_jk

2002-07-18 Thread COLLINEAU Franck FTRD/DMI/TAM
Greetings, I would like to run an application using both Tomcat and Apache with mod_jk module. I have followed the procedure 's intallation given on the tomcat site So Tomcat listen to on port 8080 (http) and on port 8007 (mod_jk). When i type in a browser http://myUrl:8080 it works! But when i

apache/tomcat problems

2002-07-18 Thread Ed Tybursky
I am running a solaris 8 box with the following applications: apache 1.3.20 tomcat 3.3 w/ mod_jk jdk1.3 For about the past week or so we have been having major uptime issues. Apache seems to be running spawning a lot of http process but when invoking the Tomcat the application just hangs requi

Apache-tomcat integration

2002-07-26 Thread Thomas Cherry
Where can I get documentation on how to integrate tomcat with apache? I looked on the site, but I can't find a definitive answer (at least in my opinion). Thanks. -- To unsubscribe, e-mail: For additional commands, e-mail:

Apache - Tomcat blues...

2002-08-01 Thread Valkanas Nikos
Hi all, I am kind new to tomcat, so any help would be appreciated. I have problems with the communication between apache and tomcat. I am using apache 1.3.26 compiled from sources, tomcat 4.0.4 from binaries and connectors 4.0.4 compiled from sources, all running on Linux Redhat 7.2. Tomcat a

apache + tomcat 4.1.7

2002-08-02 Thread Michael Remijan
I've seen tons of posts about apache2 and tomcat 4.0.x. what about tomcat 4.1.7? will the same techniques apply? -- To unsubscribe, e-mail: For additional commands, e-mail:

Apache-tomcat integration

2002-08-03 Thread Thomas Cherry
I am almost done configuring my site, but I have just a few more question (for now). I am using ajp13 to connect tomcat 4 with apache 1.3. Apache is running on port 81 and I want to know if have to do anything different when configuring server.xml as a result of my web site running on the n

Apache + Tomcat Configuration

2001-04-06 Thread Zhengan Cai
Hi, everyone: I am trying to setup Apache + Tomcat to run JSP and Servlets on Win. 2000. I am using Apache 1.3.19, and Tomcat 3.2.1. I created my own directory in %TOMCAT_HOME%/webapps/mytest, copied the structure from %TOMCAT_HOME%/webapps/examples such as WEB-INF, META-INF I put my

Apache + Tomcat configuration

2001-04-06 Thread Zhengan Cai
Hi, everyone: I am trying to setup Apache + Tomcat to run JSP and Servlets on Win. 2000. I am using Apache 1.3.19, and Tomcat 3.2.1. I created my own directory in %TOMCAT_HOME%/webapps/mytest, copied the structure from %TOMCAT_HOME%/webapps/examples such as WEB-INF, META-INF I put my

Apache/Tomcat issue

2001-04-17 Thread Sam Newman
I mentioned this problem in an earlier post. I have some more information on it now, so thought I'd see if anyone has some fresh ideas on the subject. I have configured Apache to server Servlets using the ajpv13 protocol. This works fine for the servlet examples. For my servlet however, netscape (

Apache-Tomcat RewriteRule..

2001-04-24 Thread Christian Bjørnbak
Hi I trying to get requests to all non-existing files redirected to a servlet. I'm using the following rule inspired by the "Apache 1.3 Url Rewriting Guide": RewriteEngine on RewriteLog /var/log/httpd/rewrite_log RewriteLogLevel 2 RewriteCond /home/docroot/%{

APACHE-TOMCAT SECURITY

2001-04-27 Thread Matías Salvador
Hy People,   I'm working with APACHE & TOMCAT and I am investigating how to make them secure , so i'd like to ask you all some questions:   1. What do i have to take in count to make my webserver (APACHE, TOMCAT or BOTH) secure? 2. How do i have to configure the S

apache-tomcat ftp

2001-05-17 Thread DHarty
This may not be the right place for this, but does either apache or tomcat have built in ftp functionality. I've searched all over the place for mention of it, with no success. How would you set it up? D

Apache/Tomcat/SSL

2001-05-25 Thread Bhat, Mahesh
Hi   I have an Apache Server running under SSL. I have linked my Tomcat Server to it. Now I would like to refer to the SSL variables like SSL_CIPHER_USEKEYSIZE from my servlet code but don't know how to do it.   Has anyone done that before ?   regards mahesh   Important: Internet communic

autostarting apache/tomcat

2001-05-29 Thread Tim O'Neil
Does anyone know if I can write a shell script (to put in rc.d of course) that will add the password to an ssl-enabled apache/tomcat setup?

Apache/Tomcat Statistics

2001-06-05 Thread Mahesh Sooriarachchi
Hi, Are there any tools/configurations to figure out the Apache/Tomcat statistics like how many unique users visited the site during a given time period, refereal URLs, total # of page views, #bytes served, etc? Thanks, Mahesh.

apache tomcat timeout ???

2001-06-12 Thread [EMAIL PROTECTED]
I have a servlet that send a SQL query to a database. When I call this servlet via apache (http://localhost/examples/servlet/SelectFromAgent), I receive via my browser (IE5.5) the begining of the results of my query not the end. When I look my HTML code it's like the information's stream was cu

apache-tomcat problem

2001-10-20 Thread Mradul Awasthi
hi i am using red-hat linux 6.2,apache,tomcat,when i stop the tomcat(3.2.1) ,it give me the message Stop tomcat java.net.InetAddress.getAllByName0(InetAddress.java:571) at java.net.InetAddress.getAllByName0(InetAddress.java:540) at java.net.InetAddress.getByName

RE: apache --- tomcat

2001-10-31 Thread Miao, Franco CAWS:EX
ailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 12:12 PM To: Tomcat-User Subject: apache --- tomcat hi list, i have tomcat 4.0 and apache 1.3.22 on win2000Prof. i´m new in this mailing list. i come from germany (... so my english is not perfect - sorry...) and i work in a small g

RE: apache --- tomcat

2001-10-31 Thread Miao, Franco CAWS:EX
ubject: RE: apache --- tomcat why don't you use IIS 5.0 which comes with Win2K Pro, my experience is that Tomcat intergrate with Apache not easy for new beginer, also do you know Tomcat can be used standalone? I use standalone Tomcat, so save much trouble. ^=^ Franco -Original Message-

AW: apache --- tomcat

2001-10-31 Thread Lars Gentz
... because i´ve heard the apache is more perfomrmant by serving static html sites as the tomcat... thanx lars. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 31. Oktober 2001 22:24 An: [EMAIL PROTECTED] Betreff: RE: apache --- tomcat

Apache Tomcat integration

2001-11-29 Thread amol
i have successfully installed tomcat and apache. both of them run independently. now, i am trying to connect them. i did all that was mentioned in the install.txt that comes with the webapp-module for tomcat4 then, i restarted tomcat. it works ( made it work on port 8080 ) then, tried to restart

Apache & Tomcat 4.0.1

2001-12-04 Thread Markus Baertschi
Hello, I've got an application, actually running on a standalone tomcat 3.2.4 server which I want to put in production with tomcat 4.0.1 and apache 1.3.22. I am on AIX 4.3 and use the IBM binary apache distribution ('IBM http server'). I've studied the tomcat-apache howto and concluded I need

Apache-Tomcat configuration...

2001-12-20 Thread Marcelo Gabriel Demestri Felip
Hi everybody! I want to install and Tomcat (4.0.1) like a servlet container and jsp interpreter of an Apache (1.3.20) web server. I work with Win2000, professional edition. For this i need the web_module.so Where i can download this file? There is another step to achieve this goal (Apache

Apache/Tomcat index.jsp

2001-12-20 Thread Matt Reath
I have a page with the following url(as an example): http://redhat.ccidomain.net/Intranet/ and the static content for this site is served by Apache and am using Tomcat 3.3 to serve all the pages with a *.jsp ending. JkMount /Intranet/*.jsp Ajp13 I am using mod_jk. The default page happens

Apache-Tomcat question

2002-03-28 Thread Paul Sanwald
hey everyone, I'm working on integrating Tomcat v3.3a with Apache v1.3.23 on RedHat 7 and running into some problems I haven't had in the past. On this machine, I have successfully built mod_jk and and generated the mod_jk.conf. also I have edited the workers.properties file to use my system pa

Connection Apache - Tomcat

2002-04-03 Thread [EMAIL PROTECTED]
Hi, the root of my webapplication is: /home/my-user/public_html/docroot/my-app/ I tried to configure Apache and Tomcat to serv the web form this path without success. Apache is recognizing that webapplication when I access files within the docroot folder but not within the wwa-m/ folder (as sup

apache+tomcat question

2002-04-30 Thread Eduardo Gargiulo
Hi all. I'm newbie to tomcat. I'm running apache 1.3.24 and tomcat 4.0.3. I could connect tomcat using port 8180 (default debian install) but i don't know how to access examples context using port 80. How should i configure apache and tomcat to do that? (i'm using mod_jk). What documents (for ne

Apache-Tomcat problem

2002-05-14 Thread Rajesh Mishra
Hi, I'm using Tomcat3.2 and mod_jk to connect to Apache1.3.12. On putting stress with 40 clients , the site becomes inaccessible after 30 mins.The mod_jk.log file size started to increase with following error message. [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61 [jk_a

apache-tomcat problem

2001-06-20 Thread [EMAIL PROTECTED]
I have a apache1.3.9 and a tomcat3.2.2 and a mod_jserv.so communication. When I test my servlet on http://localhost:8080/examples/servlet/TestServlet (Via Tomcat) all is OK It print 100 helloworld (it takes a bit of time) but when It test it on http://localhost/examples/servlet/TestServlet (Via

Apache Tomcat Integration

2001-07-03 Thread gurjeet sandhu
Hi Everyone   I am trying to integrate Apache 1.3 & Tomcat 3.2 . I have installed both servers , i have compiled mod_jserv module also . I need all my static files to be taken care by apache & all my dynamic pages by tomcat . for this can anybody give me the configuration files . Please help

Apache-Tomcat integration.

2001-07-23 Thread Gurjeet Singh Osahan
Hi,   I am not able to configure Tomcat with apache.   I am able to run both servers indepently. Next I put the mod_jk.so file in libexec directory. Next I add the "include" statement in httpd.conf file     when i run tomcat it starts fine. When i run apache it gives a error :   "invalid

Apache + Tomcat/mod_jk.so

2001-07-24 Thread Loïc Lefèvre
Hi everybody, I've got a war file in the good directory, server.xml seems correct as web.xml (appli+tomcat), I've just some problem running this because of the mod_rewrite module of apache. Could someone tell me if there is an other possibility to do what I want. Here is what I want to do + part o

RE: apache-tomcat

2001-07-30 Thread Michael Wentzel
> can anybody please tell me how to ascertain that my apache is > talking to my > tomcat ? > i am using win NT 4.0 >tomcat 3.2.2 >apache 1.3.11 Pretty easy way is if your jsp's aren't coming up correctly when accessing through apache... 1. Test apache alone(i.e.

Neubie-Apache-tomcat

2001-08-01 Thread Al Hatf
Hi people I have a Win2k machine with Apache 1.3 and Jakarta tomcat 3.1.1. I have put in the adapter jser in the apache moudles folder and included the files in httpd.conf. but i am getting the following error and apache is not starting Syntax error on line 17 of d:/backup/jakarta-tomcat/con

Apache / Tomcat v3.3b1

2001-08-01 Thread Mark Muffett
I've just moved from Tomcat v3.3m4 to v3.3b1. It's clear that there are some (a lot) changes in the auto-generated mod-jk.conf. The setup before worked fine, but I can't get Apache to redirect to Tomcat for the new release, regardless of whether I use the old or new autogenerated files. Any o

Installing apache+tomcat

2001-08-02 Thread Osvaldo Brito
Hi everybody, I'm installing apache+tomcat in Suse Linus OS. When i run apache start, i receive an error message reporting that is missing the jserv.conf file. Thus this mean that i've to install the jserv? Thanks in advance for your help. Be

  1   2   3   4   5   6   7   8   9   10   >