RE: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-26 Thread Steve Wong
As said in the tutorial : There have been reports, however, of problems compiling mod_webapp under Solaris, specifically the "libtool" step. The error shows itself as "several hundred lines of error messages" If this should happen, there could be a problem with the combination of linker and co

Re: Accessing Beans within JSP pages use <%@ page import="myBean" %> in your jsp.pages

2002-04-26 Thread Chuck Amadi
Steve Hillman wrote: > Can anyone tell me how to make a bean available in pages within a > subdirectory of ROOT: > For example, I can access the bean myBean (installed in > WEB-INF\classes) from a page within > the ROOT directory but if I try to access the same bean from a page > within ROOT/s

webapp-info and security

2002-04-26 Thread Jean-Luc BEAUDET
Hi everybody ! Well Working on SOLARIS8 with Apache1.3.22/Tomcat 4.0.2-Final and Warp 1.0.2 I find the http://MyServer/webapp-info very usefull for many things. I customized the manager to manage my Servlets Zone and it works good with the basic tomcat-users.xml meyhod. I added WebAppInfo

RE: Question about web.xml

2002-04-26 Thread John Burgess
In your section after the entity you can put in 0, 1 or more entities ... dns_server myDNS ... ... In your code for the servlet init method you get passed a ServletConfig and that has a method getInitParameter which takes the param-name as a string and returns the para

Web Service Deployment

2002-04-26 Thread Amit Kaushik
Hi All, Facing problem regarding the Environment variables. Couldn't understand the meaning of ${jwsdp.home}, that's why it's giving me the following error when i am trying to deploy a web service. ant build Buildfile: build.xml init: prepare: build: [javac] Compiling 1 source file to /o

Re: tomcat and SSL (keyfile password)

2002-04-26 Thread Günter Kukies
Hello, so, what about the solution for non plain text passwords in the config files. There are the SSL-password and the JDBC-Realm password a.s.o. Günter - Original Message - From: "Glenn Parsons" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 25,

Mod_jk for apache2.0

2002-04-26 Thread Damnish
Hi All I am using apache 2.0.35 and tomcat 4.0.3 I am able to integrate them on WINNT using mod_jk But I can not find binary of mod_jk for linux. it is not there in (http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/linu x/i386/) the one there is only for apache1.3. Can anyone

RE: tomcat and SSL (keyfile password)

2002-04-26 Thread Dave North
It's because you've not imported their root level cert...you need to do that before you import your cert. You also need their too level cert in your browser. BTW: I tested all my stuff on JDK 1.3.1 - I have no idea if this will work with earlier versions (based on what you've said though my gues

RE: tomcat and SSL (keyfile password)

2002-04-26 Thread Dave North
H...are you copying the FULL text of the cert (ie. the BEGIN...END stuff as well?). You need EVERYTHING that VS returns to you. That's all I can think of that might be wrong there. The verisign root cert might not be in the correct format...if so, load it into IE and then export it as a bas

XML Parsers on Solaris vs. Windows

2002-04-26 Thread Donie Kelly
Hi all We are wondering why crimson.jar and jaxp.jar is shipped with the windows version of tomcat and Solaris ships with xerces.jar Can anybody explain the differences in the use of Jar files in the common/lib directory? Regards Donie -- To unsubscribe: For additi

mod_jk1.2.0 with Apache2.0.35 on Solaris8

2002-04-26 Thread Steve Wong
I have successfully installed Apache2.0.35 and installed mod_jk.so from source. However, I can't access tomcat's jsp from Apache. After investigation from the log and the source code of mod_jk, it is quite strange. It is clear that mod_jk knows there is one rule and one worker at startup. After

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

2002-04-26 Thread Kevin HaleBoyes
I've run into a similar problem and never came to a solid conclusion. I had setup mod_webapp connector between Apache/Tomcat and whenever I accessed dynamic content my URL would get rewritten to the value of the ServerName (in httpd.conf). I think it has something to do with UseCanonicalName sett

Re: Mod_jk for apache2.0

2002-04-26 Thread Simon Stewart
On Fri, Apr 26, 2002 at 04:34:19PM +0530, Damnish wrote: > > Can anyone tell me url to get the bin of mod_jk for linux for apache2.0. Don't do it! IME, mod_jk for apache2 on UNIX is fails to connect and mod_jk2 sends apache into an infinte loop. mod_webapp appears to work properly, though Ch

Re: Apache 2 & TomCat 4 Integration Troubles...

2002-04-26 Thread Frederick Aubert
Hi "Syntax error on line 173 of D:/Server/Apache Group/ Apache2/conf/http.conf Cannot load D:\Server\Apache Group\Apache2\./modules/mod_webapp.so into server: The specified module could not be found..." Here is the error message I got whenever I add the following line to my httpd: LoadModule web

Apache login attempts

2002-04-26 Thread Collins, Jim
I know this is not a Tomcat problem but does anyone know how I can configure Apache to allow a user more than on login attempt. Many thanks Jim. PLEASE READ: The information contained in this email is confidential and intended for the named recipient(s) only. If you are not an intended recipie

Please Help (Apache Tomcat services and Runtime.getRuntime().exec ) ??

2002-04-26 Thread Tarek gh
Hi, i installed Tomcat4.03 on windows 2000 advanced server. if i have in my jsp code : <% Process p=Runtime.getRuntime().exec(Myexe) %> when i used the Apache Tomcat services, this command did not worked if i started the startup batch file and stoped this services the com

Tomcat 4.1: Why?

2002-04-26 Thread Alessandro Staltari
I saw there is Tomcat 4.1 documentation at http://jakarta.apache.org/tomcat/index.html The question is: does such version really exist? What should be the difference with 4.0? Why are there so much releases (3.2, 3.3, 4.0, 4.1 ) actively developed? Thanks. Alessandro Staltari -- To unsubscr

Re: How to detect Timeout and take action consequently

2002-04-26 Thread Raphael Di Cicco
I haven't been able to do that only by checking if session is null. I found out that the second test works better On Thursday 25 April 2002 16:13, Jacob Kjome wrote: > That's fine, but why would you need to warn the user that the session is > almost expired? As long as they are active any time

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-26 Thread Anthony W. Marino
The example for "mod_jk2" shows a worker's config for "AJP13" but I thought that "jk2" is "AJP14"? Anthony > Thanks to Michael Delamere and Pascal Forget, I'm happy to shout out > that there's a HOWTO for setting up Apache 2, mod_jk2 and Tomcat on > Linux (and therefore probably other UNIX fla

Tomcat + SOAP

2002-04-26 Thread Martin Mauri
Hi, I've followed all the steps in Apache SOAP manual, but when I try to run the calculator example, I get the folowing error: java.lang.ClassNotFoundException: org.apache.soap.server.InvokeBSK ... Any idea?!! thanks. -- To unsubscribe: For additional commands:

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-26 Thread Michael Delamere
Well there appears to be a "jk_ajp14_worker". I wonder if this is the reason for mod_jk2 being so unstable at present. It might be worth a test to see if it works better with AJP14 (if at all) instead of AJP13. bye Michael Delamere - Original Message - From: "Anthony W. Marino" <[EMAI

RE: Please Help (Apache Tomcat services and Runtime.getRuntime().exec ) ??

2002-04-26 Thread Ion Larrañaga
Hi, Do you have a relative path in the exec call? AFAIK, windows services start running in the c:\WINNT\system32 folder (unless the tomcat service changes it when running, does anybody know if that's the case?), so your exec call will fail unless it uses an absolute path. Hope it helps, Ion

RE: Web Service Deployment

2002-04-26 Thread Douglas, Rory
${jwsdp.home} is the ant format for a property pointing to the installation directory of the Web Services Developer pack. check your ant file for a line like this: obviously, replace c:\dev\jwsdp-1_0-ea2 with the path to your Web Services Dev Pack install directory. hope that helps -Ori

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-26 Thread Michael Delamere
I just found an interesting post here about the ajp14 connector. At this point though no testing had been done on apache2 :-). http://archives2.real-time.com/pipermail/tomcat-devel/2001-June/018332.html bye Michael Delamere - Original Message - From: "Michael Delamere" <[EMAIL PROTECT

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

2002-04-26 Thread Ken Anderson
h... have you tried Apache's ServerAlias Directive? I know this works with static content, but I'm not sure if mod_webapp respects it or not.. ServerName blah1.blah.com ServerAlias blah2.blah.com DocumentRoot /blah WebAppConnection conn warp localhost:8008 WebAppDeploy webapp

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-26 Thread Michael Delamere
Me again :-) An interesting thing is that the source-files at cvs seem to be different to the ones that you can download from the jakarta site. For example. in the tar archive which you can download from the jakarta site, the directory: src/jk/native2/server/apache2 contains a source-file calle

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

2002-04-26 Thread Ken Anderson
I just tried this, and it works! Also, 'UseCanonicalName' is On. Ken Ken Anderson wrote: > h... have you tried Apache's ServerAlias Directive? I know this > works with static content, but I'm not sure if mod_webapp respects it or > not.. > > > ServerName blah1.blah.com > ServerAlias bla

conn name and pw in JDBC realm

2002-04-26 Thread Steve D George
Hi, I've just got a JDBC Realm working with my web app but I'm a bit confused at to why it still works even when I don't specify connectionName and connectionPassword? Is it something to do with the fact that the userid and password with which I am logged on to w2k is the same as the userid and p

RE: Tomcat + SOAP

2002-04-26 Thread Raj Chanian
Silly question, but have you put soap.jar on the classpath in both your soap client app and tomcat.bat? Regards, Raj -Original Message- From: Martin Mauri [mailto:[EMAIL PROTECTED]] Sent: 26 April 2002 15:22 To: Tomcat Users List Subject: Tomcat + SOAP Hi, I've followed all the steps

Re: Tomcat + SOAP

2002-04-26 Thread Martin Mauri
Yes, I have, and that's what dissapoints me, I don't know why, perhaps it's a version problem, can it be possible? - Original Message - From: "Raj Chanian" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 12:18 PM Subject: RE: Tomcat + SOAP

Aliasing a servlet in Apache 1.3, TomCat 3.3 with mod_jk/mod_rewrite

2002-04-26 Thread Thomas Goorden
Hi, I'm trying to get requests of the form http://server/ServletName/extraPath/example.html?query (internally) forwarded to http://server/servlet/ServletName/extraPath/example.html?query in my Apache webserver. Tomcat is up and running smoothly and the second URL already works. Forwarding /Servle

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-26 Thread Simon Stewart
The workers can be called anything you want them to be (for example, I use "tomcat1") What tends to happen is that people take their (working) apache 1.3.x + mod_jk combo and use the same config files with apache 2.x and mod_jk2. On Fri, Apr 26, 2002 at 10:09:42AM -0400, Anthony W. Marino wrote:

Re: Help using JDBC realm with MySQL

2002-04-26 Thread Fabrizio Giudici
I had the same problem in Windows 2000 and InnoDB tables, the relaxautocommit worked but the parameter has a leading UNDERSCORE: jdbc:mysql://localhost/peopleshare?_relaxAutocommit=true&etc... I found it by code inspection. I don't know if it works under Linux, I'm still fighting with access

How to enforce SSL???

2002-04-26 Thread Steve D George
Hi, I'm working with a standalone Tomcat 4.0.2 on W2K. I've just gone through the SSL How To and created myself a little certificate and got everything working over SSL. I can access all my pages over HTTP or HTTPS. My question now is how to enforce the use of HTTPS for a given page. The SSL How

Re: How to enforce SSL???

2002-04-26 Thread Simon Stewart
Check the value of "request.isSecure()" and Do The Right Thing ;) It's the app that cares whether the page is secure. On Fri, Apr 26, 2002 at 05:04:01PM +0100, Steve D George wrote: > Hi, I'm working with a standalone Tomcat 4.0.2 on W2K. I've just gone > through the SSL How To and created myself

Re: Tomcat + SOAP

2002-04-26 Thread Martin Mauri
Hi Raj, I'm already using both jars, but still gives me the same error, damn it. any clue? - Original Message - From: "Raj Chanian" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 12:58 PM Subject: RE: Tomcat + SOAP > I'm using soap-2_2 w

RE: How to enforce SSL???

2002-04-26 Thread Dave North
You can do this by setting up a connector for your application in server.xml that is HTTPS only. Dave -Original Message- From: Steve D George [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 12:04 PM To: [EMAIL PROTECTED] Subject: How to enforce SSL??? Hi, I'm working with a sta

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

2002-04-26 Thread Brian Bernardo
Can you send me your httpd.conf file then, because I still get the same problem following your suggestion below. Brian -Original Message- From: Ken Anderson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 8:28 AM To: Tomcat Users List Subject: Re: tomcat/apache with ALIASES (Wa

RE: Tomcat + SOAP

2002-04-26 Thread Raj Chanian
I'm using soap-2_2 with tomcat-3.2.3 and jdk1.3.1. In addition to the Apache Manuals, I also required(this was not in the documentation) mail.jar from javamail-1.2 activation.jar from jaf-1.0.1 Remember to put these in both classpaths mentioned above, to atleast get soapfaults back from the resp

WAR deployment

2002-04-26 Thread Rick Snide
When I place myapp.war in the /webapps directory and do not put a context entry in the server.xml, the app unpacks when Tomcat starts and works fine. When I put a context entry into the server.xml, the app does NOT unpack, and does not work. 1. Is it possible to access the application in the wa

tomcat doesn't see javabean inside .jar

2002-04-26 Thread João Luiz de Brito Macaíba
Hi, I made a test javabean (HelloBean) which is part of package called br.eti.macaiba.test.bean When I put the directory structure of the package in $CATALINA_HOME/webapps/ROOT/WEB-INF/classes/ there is no problem. But when I try to put the jar file in $CATALINA_HOME/webapps/ROOT

Re: mod_jk1.2.0 with Apache2.0.35 on Solaris8

2002-04-26 Thread adrianthiele
Here`s my worker.properties file workers.tomcat_home=$CATALINA_HOME workers.java_home=$JAVA_HOME ps=/ worker.list=ajp12, ajp13 worker.ajp13.port8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 I think maybe your ajc13 declarations may be a little funky, why the s108 ? LoadModule jk_modu

Implications of upgrading to Apache 2.0

2002-04-26 Thread Maureen Barger
hi -- We are thinking about moving from Apache 1.3.x to 2.0 under AIX. Currently we are running tomcat 3.2.x and starting to move to tomcat 4.0. In all cases we use mod_jk as the connector. I have read that mod_jk should not be used as the connector; it drops connections under apache 2.0. That

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

2002-04-26 Thread Ken Anderson
This works on Apache 1.3.22 on RedHat Linux, using mod_webapp with tomcat 4.04b2. mod_webapp built from 'jakarta-tomcat-connectors-4.0.4-b2-src' Here are the relevant sections of httpd.conf: - LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c UseCanonicalName On

Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-26 Thread Anthony W. Marino
Not the worker name however the type is defined as "AJP13" and not "AJP14" in the example. Anthony > The workers can be called anything you want them to be (for example, I > use "tomcat1") What tends to happen is that people take their > (working) apache 1.3.x + mod_jk combo and use the same co

Re: How to enforce SSL???

2002-04-26 Thread Jonathan Eric Miller
I think if you add something similar to the following to the web.xml file for your application, it will make it automatically redirect from HTTP to HTTPS. Tomcat /* CONFIDENTIAL As far as requiring a particular encryption strength, the only way I kno

Re: tomcat and SSL (keyfile password)

2002-04-26 Thread bm
Hi dave you're correct !!! it is not becos of jdk1.3 I found later on that any line space in top on the .cer file from verisign is causing this problem...but if you save that verisign id into .txt file then it accepts that line space in top !!! So magic !! Now It says me that cert is import

RE: tomcat and SSL (keyfile password)

2002-04-26 Thread Dave North
There could be several problems here: 1) no root level cert import BEFORE. When you get the test cert from verisign, they talk about getting the root level certs for tests. You can download it from here: http://www.verisign.com/server/trial/faq/index.html you MUST import this first into your k

not able to configure in server.xml in tomcat version 4.0.3-LE

2002-04-26 Thread Manish Pandya
Hi tomcat fans, Can someone please point me to the dtd of server.xml for tomcat 4.0.x. I am not able to configure in server.xml in tomcat version 4.0.3-LE. I appritiate your help. Thanks, - Manish -- To unsubscribe: For additional commands:

Re: tomcat and SSL (keyfile password)

2002-04-26 Thread bm
Dave . Bautiful tips !!! It works fine... thanks a lot BM Dave North wrote: > There could be several problems here: > > 1) no root level cert import BEFORE. When you get the test cert from > verisign, they talk about getting the root level certs for tests. You > can download it

Re: Tomcat + SOAP

2002-04-26 Thread Vijay Shinde
Martin, I just installed apache soap runs fine ,I just followed the guide lines & put soap.jar,mail.jar,activation.jar.bsf.jar&js.jar in the classpath. First i also got some error but once it got all the jar's everything was smooth. Vijay Martin Mauri wrote: > Hi Raj, > > I'm already using

"default"

2002-04-26 Thread rainer jünger
Hi, I would like to forward to a certain path when all the other options (like or ohter ) within the action.xml were past without maching. Has this someone realized so far? thanks, Rainer

sorry, wrong list!! "default"

2002-04-26 Thread rainer jünger
Hi, I would like to forward to a certain path when all the other options (like or ohter ) within the action.xml were past without maching. Has this someone realized so far? thanks, Rainer

Coyote with SSL

2002-04-26 Thread Rick Fincher
Hi, Can coyote be configured for use with SSL? How stable is coyote? Thanks, Rick

Tomcat/IIS/ISAPI/SendRedirect Problem - Please help me!!! Urgent!!!

2002-04-26 Thread Daniel Tamborelli Alvarenga
Please help me! I´m using Tomcat 3.2.4 with isapi_redirector.dll and IIS 5.0 on Win2k. The problem is with reponse.sendRedirect("../page.jsp?xxx=xxx.") Depending of the length of the query_string (xxx=xxx...) the Internet Explorer doesn´t redirect, it stays waiting for something. This

how to configure apache 2.0.35 with "--enable-mods-shared=most" switch on

2002-04-26 Thread Cheng Yan
As root, I did the following: root@tbird 70 %> ./configure --enable-mods-shared=most --prefix=/usr/tomcat/apache_source_wit hMod root@tbird 71 %> make root@tbird 72 %> make install root@tbird 73 %> cd /usr/tomcat/apache_source_withMod/modules root@tbird 74 %> ls -l total 5762 -rw-r--r-- 1 root

Installing and configuring TOMCAT

2002-04-26 Thread Juan José Velázquez Garcia
Hello, I installed TOMCAT 4 within my notebook that has WinXP and IIS 5.1 installed. I defined the following environment vars: set TOMCAT_HOME=c:\program files\tomcat set JAVA_HOME=c:\j2sdk1.4 set PATH=%JAVA_HOME%\BIN;%PATH% Obs.: I defined the environment vars within the Win XP Environment var

Re: Tomcat + SOAP

2002-04-26 Thread Martin Mauri
Oh God, I'm just about to give up, it keeps telling me the same error. I don't know what else to do. - Original Message - From: "Vijay Shinde" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 3:33 PM Subject: Re: Tomcat + SOAP > Martin, > > I

Tomcat and Apache Server - Instalation and Performance

2002-04-26 Thread Juan José Velázquez Garcia
Hello, I have the following environment: OS: Linux Debian Potato http Server: Apache Does anyone can point a good tutorial to install TOMCAT as addon or plugin within Apache Server? How can I compare the performance of this configuration with other technologies? I have to convince the team to

Re: tomcat doesn't see javabean inside .jar

2002-04-26 Thread Phillip Morelock
HI, FYI: IllegalAccessExceptions generally mean you're improperly using public/private/protected/package private, etc., modifiers in your code. (Generally, that is...could be something else). It looks like your default constructor is marked as package private, change it to public and see wha

RE: ISAPI Filter and the OPTIONS method - Filter failing to pass on "OPTIONS" requests.

2002-04-26 Thread Robert Priest
Well, I put a breakpoint in the project to see where it was dying, and I am still not sure where. I can see that "HttpFilterProc" reaches the end of its execution. However, "HttpExtensionProc" is never called. Could the problem be another missing IIS header, and if so, which one? Should I fi

mod_status.so

2002-04-26 Thread glen
Starting up Apache with either mod_status or mod_authdigest, returns the error message "__floatdisf:referenced symbol not found". Can anybody tell me which library I am missing? Glen Jackson [EMAIL PROTECTED] -- To unsubscribe: For additional commands:

apache2.0.35+tomcat4.0.3+SSL

2002-04-26 Thread bm
Hi Anyone is successful in doing this combination apache2.0.35+tomcat4.0.3+SSL under windows ? REg BM -- To unsubscribe: For additional commands: Troubles with the list:

Tomcat Platform Advice

2002-04-26 Thread Orion Henry
I need some advice on installing Tomcat on a generic RedHat Linux 7.2 box. I noticed that there are 3 stable versions of Tomcat: 3.2.4, 3.3.1, and 4.0.3. I also saw that the JDK I am using 1.3.x from Sun can cause crashes with 4.0.3. I also saw there's a number of different apache connectors and

Re: mod_status.so

2002-04-26 Thread Ken Anderson
http://groups.google.com/groups?q=__floatdisf:referenced+symbol+not+found Always try google first - it will save you some time waiting for the answer. Ken [EMAIL PROTECTED] wrote: > Starting up Apache with either mod_status or mod_authdigest, returns > the error message "__floatdisf:referenced

How do you set up a jsp action/filter for all documents in a directory

2002-04-26 Thread Paul Mahoney
Dear Team I've set up a test-bed Apache/Tomcat installation on my W2K box that is working fine. I just cannot figure out how to configure the following: I have a directory of files that can be served by Apache. Let say they are in directory "C:\myfiles". I can set up an Apache alias Alias /my

SystemErrLogger and SystemOutLogger

2002-04-26 Thread Mark Diggory
I was trying to push all tomcats logging up into a different directory than /var/tomcat4/logs for our log managment purposes. I see I can set directory attributes on all FileLoggers but not on the default SystemErrLogger and SystemOutLogger. Is there a simple way I can do this? I like the way

SystemErrLogger and SystemOutLogger

2002-04-26 Thread Mark Diggory
I was trying to push all tomcats logging up into a different directory than /var/tomcat4/logs for our log managment purposes. I see I can set directory attributes on all FileLoggers but not on the default SystemErrLogger and SystemOutLogger. Is there a simple way I can do this? I like the way th

How to servlets with scope of page?

2002-04-26 Thread Roland
How can I make a servlet with scope of page or any other scope like those defined for jsp? I'm using pure servlets, no JSP. Thanks for any help Roland -- To unsubscribe: For additional commands: Troubles with the list:

ISAPI Filter and the OPTIONS method

2002-04-26 Thread Robert Priest
Hola Ignacio, > > About the OPTIONS method, i'm not truly sure that isapi_redirect are > > correctly passing down this method, this should be a good > > point to start > > to see why webfolders doesnt work.. putting a breakpoint inside the > > ajp13 read methods insside tomcat could help a bun

Tomcat, Postgres, JDBC, Blackdown 1.3.1, IE: No impact, no idea!

2002-04-26 Thread Colin Freas
My application, in a nutshell, allows you to click within a series of HTML table data cells, and this dynamically creates hidden input boxes on a form, which when submitted, the server processes into SQL, and returns the result of. The problem: 'selecting' too many data cells causes the site to

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

2002-04-26 Thread Brian Bernardo
I am using Apache 1.3.24 on Solaris 8, and was using tomcat 4.03 with the 4.03 connector. I upgraded to tomcat 4.04b2 and compiled the connector too, but still have the same problem. The "targetHost" entry always is the ServerName. This sucks. This is a terribly lame limitation with tomcat. W

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

2002-04-26 Thread Ken Anderson
What do you mean by 'targetHost' entry? Ken Brian Bernardo wrote: > I am using Apache 1.3.24 on Solaris 8, and was using tomcat 4.03 with the > 4.03 connector. I upgraded to tomcat 4.04b2 and compiled the connector too, > but still have the same problem. The "targetHost" entry always is the >

RE: Tomcat and Apache Server - Instalation and Performance

2002-04-26 Thread Sexton, George
I can give you some good reasons not to use PHP. Take a look at the Horde/IMP project. It's nice stuff. But my goodness, some of the problems they have For example, it is impossible in PHP to open an IMAP connection and save it on the session so that it can be used multiple times. They re-ope

RE: SystemErrLogger and SystemOutLogger

2002-04-26 Thread Subir Sengupta
By default SystemErrLogger and SystemOutLogger go to logs/catalina.out, unless you changed the name of the output target in the bin/catalina.sh script from catalina.out to something else. This is explained in the docs http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/logger.html Hope this h

Re: How do you set up a jsp action/filter for all documents in a directory

2002-04-26 Thread Jacob Kjome
It wouldn't make a whole lot of sense to do this with a .jsp file. Just use a servlet who's only job is to process the files. in your web.xml... fileprocessor com.mycompany.MyFileProcessor fileprocessor /myfiles/* Then, in the MyFileProcessor servlet,

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

2002-04-26 Thread Brian Bernardo
Here is the whole catalina.out file. The last line is the targetHost entry. That always is the ServerName in the apache conf file. If I go to http://bt1.domain/html/whatever.html I can browse along great without problems as long as the pages are static, but as soon as I go to Http://bt1.do

Re: Tomcat and Apache Server - Instalation and Performance

2002-04-26 Thread Oktay Altunergil
On Fri, 26 Apr 2002 17:39:45 -0600 "Sexton, George" <[EMAIL PROTECTED]> wrote: [ snip ] > Are you writing software or are you writing scripts? PHP is a scripting > language. Java is a programming language. There is a difference. If you are > writing software, you need the professional language fea

Re: SystemErrLogger and SystemOutLogger

2002-04-26 Thread Mark R. Diggory
Thanks, Yes, I read this numerous times. But, I'd like something simpler than manipulating the dtomcat4 script (which is what I want to avoid). I'd like a way to set it in the /etc/tomcat4/conf/tomcat4 preferences or in server.xml. I'm not looking for a quick fix to configure this on one mach

RE: SystemErrLogger and SystemOutLogger

2002-04-26 Thread Subir Sengupta
You can change the directory and file name in catalina.sh like so: org.apache.catalina.startup.Bootstrap "$@" start \ >> "$CATALINA_BASE"/what/ever/directory/whatever.out 2>&1 & You don't have to change $CATALINA_BASE. Yes, that would be one more file your config script would have t

Loadbalancer connector Question

2002-04-26 Thread Gabriel Maffia
Hi: I've finally made my Tomcat loadbalancing work, but the problem is that sessions are not "sticky" (For example, when I log in to my application, the connector redirects me to the other server, instead of maintaining the other through the session). Is there a way to solve this?. Thanks in

Re: Apache 2 & TomCat 4 Integration Troubles...

2002-04-26 Thread Rajesh Harikrishnan
HI Frederick, You can always try defining the LoadModule with the full path of the physical system. ie.if the mod_webapp.so is found in "E:\Apache\modules\mod_webapp.so" you can specify them as follows: LoadModule webapp_module E:/Apache/modules/mod_webapp.so AddModule mod_webapp.c Try this

Redhat 7.1 Apache + Tomcat Issues

2002-04-26 Thread Gregg Pollack
Please help me, I can not get apache to work with tomcat for the life of me, and I've read through all the directions and many tutorials. I have tomcat working flawlessly independently of apache when I go to port 8080, but when ever I try to get to tomcat through apache by calling up

RE: Loadbalancer connector Question

2002-04-26 Thread Ricky Leung
Do you have cookie turned off? If you are using modjk (which is the only one I know of that load balances), you will need that turned on, because it is dependent on that. -Original Message- From: Gabriel Maffia [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 10:18 PM To: Tomcat U

Re: java.lang.OutOfMemoryError

2002-04-26 Thread tomcat
Hello Did you found an answer to this? its happening in my server too. I have the same configuration than you but with Tomcat 4.0.3. -- Best regards, NG> Hi, NG> My website is using the following versions of software: NG> Struts 1.0.2 NG> Apache 1.3.22 NG> Tomcat 4.0.2 NG> Java Runtime E