Re: getRemoteUser null

2004-01-05 Thread Jacob Kjome
You have to tell Tomcat whether to get BASIC Auth remote user information from the connector (Apache) or from Tomcat itself. See the following for details... http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12196 Jake Quoting Howard Watson [EMAIL PROTECTED]: Additional Info: Enumerate

Re: Telnet test for Tomcat?

2004-01-05 Thread Rod Giffin
On Mon, 2004-01-05 at 17:07, Mike Coughlan wrote: Hello, I'm trying to access Tomcat from a remote location through a DLink 614+ Wireless Hub and firewall. I have SSH and FTP port forwaring working fine. I know Tomcat is up and running. I can also use links to browse Tomcat from the

Re: getRemoteUser null

2004-01-05 Thread Howard Watson
Thanks. I've seen that. From server.xml == !-- configure intranet service -- Service name=Tomcat-esgwNet !-- Define a Coyote/JK2 AJP 1.3 Connector on port 56999 -- Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=56999 minProcessors=5

Setting session timeout when using SingleSignOn

2004-01-05 Thread Richard Almquist
Hi, I can increase the session timeout for a webapp by putting the following in the webapp's web.xml file: session-config !-- session timeout in minutes -- session-timeout120/session-timeout /session-config I can get SingleSignOn is working so that I can move between webapps

Re: looking for a progamer

2004-01-05 Thread Rhino
Can you tell me what you need? I'm about two hours drive west of Toronto so Montreal is a long way to drive for a couple of hours of work. But I am an experienced programmer, particularly with Java applications and servlets, and would be willing to do the work via telecommuting. Je parle francais

tomcat manager and apache connector mod_jk2

2004-01-05 Thread Anthony Gray
Hi All, I'm having a lot of problems getting the tomcat manager App to work with my apache/tomcat/mod_jk2 installation. I use a shared JVM and I wanted a way to be able to refresh/restart a single Vhost without having to restart the full tomcat. Is it possible to use the manager App in this

Re:syntax error when Apache is started

2004-01-05 Thread annimandary
Hi to everyone who replied the mail I originally sentthough most of you didn't exactly reply to help me solve my problem :) I guess I need to give you some explanations . . . except that I don't have any explanation!!! I don't know what happened with the mail address. My email address is

Re: Re:syntax error when Apache is started

2004-01-05 Thread Bill Barker
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi to everyone who replied the mail I originally sentthough most of you didn't exactly reply to help me solve my problem :) I guess I need to give you some explanations . . . except that I don't have any explanation!!! I don't

Re: syntax error when Apache is started

2004-01-05 Thread Nikola Milutinovic
[EMAIL PROTECTED] wrote: I'm trying to connect Apache to Tomcat using mod_jk. When I start Apache, I get the following error: Syntax error on line 4 of C:/jakarta-tomcat/conf/auto/mod_jk.conf: LoadModule takes two arguments, a module name and the name of a shared object file to load it from

Re: syntax error when Apache is started

2004-01-05 Thread Pavan Kumar
I think on windows we need to use '\' instead of '/' Regards, Pavan Kumar TCS Mobile : 91 033-32657004 - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 1:02 AM Subject: Re: syntax error when Apache is

Tomcat and Apache on Separate servers

2004-01-05 Thread Richard Wray
Hi All, I have what I hope will be a simple question. I have 2 Win 2K boxes. One running Tomcat and the other Apache. How do I deploy a web app on the Tomcat server and configure it to talk to the Apache web server on a completely separate box. Do I need to configure both ends? Does it make

Re: Tomcat and Apache on Separate servers

2004-01-05 Thread Jacob Kjome
At 01:36 AM 1/6/2004 -0500, you wrote: Hi All, I have what I hope will be a simple question. I have 2 Win 2K boxes. One running Tomcat and the other Apache. How do I deploy a web app on the Tomcat server and configure it to talk to the Apache web server on a completely separate box. Do I need

RE: Tomcat and Apache on Separate servers

2004-01-05 Thread Richard Wray
WOW!!! Thanks for the quick response. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 1:46 AM To: Tomcat Users List Subject: Re: Tomcat and Apache on Separate servers At 01:36 AM 1/6/2004 -0500, you wrote: Hi All, I have what I hope will

<    1   2