Re: Binding to a single IP

2001-08-03 Thread Bojan Smojver
If I spent more time reading the comments in the server.xml file, I'd know better then ask such a question... Sorry. In TC 3.3 it's called 'address'. Bojan Jeff Kilbride wrote: > > I'm not sure about 3.3, but 3.2.x has an "inet" parameter for the > PoolTCPConnector class. This is from my serve

Re: Binding to a single IP

2001-08-03 Thread Bojan Smojver
Cool. Thanks. Bojan Jeff Kilbride wrote: > > I'm not sure about 3.3, but 3.2.x has an "inet" parameter for the > PoolTCPConnector class. This is from my server.xml: > > -- > > value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/> >

Re: Binding to a single IP

2001-08-03 Thread Jeff Kilbride
I'm not sure about 3.3, but 3.2.x has an "inet" parameter for the PoolTCPConnector class. This is from my server.xml: -- -- Obviously, this is for my ajp13 connector, but I believe it would work the s

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread Bojan Smojver
Bojan Smojver wrote: > > Unfortunately, the problem is still there... Let me run gdb on the thing > again and then I'll send you the backtrace. > > Bojan Slighty different problem this time, but along the lines of the previous one: -- Program receive

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread Bojan Smojver
Unfortunately, the problem is still there... Let me run gdb on the thing again and then I'll send you the backtrace. Bojan jean-frederic clere wrote: > > Clere Jean-Frederic FSC EP LP COM 5 wrote: > > > > Bojan Smojver wrote: > > > > > > jean-frederic clere wrote: > > > > > > > > Bojan Smojver

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread Bojan Smojver
Just a little trivial problem with the new source: it doesn't build because file common/jk_uri_worker_map.c has an unintentional comment end (the * after apache) in line 312: * I have fixed jk_mount_context() in apache*/mod_jk.c so we should The comment actually ends in line 314. Bojan Bojan S

Who are those people (Was: [VOTE] Sources in...)

2001-08-03 Thread Pier P. Fumagalli
Christopher Cain at [EMAIL PROTECTED] wrote: > >> duncan jon stefano pier costin rubys akv jhunter preston shemnon shachor >> bergsten gonzo mode harishp arun craigmcc jluc nacho ariedel horwat remm ed >> alex gaburici jiricka pierred glenn larryi arieh hgomez marcsaeg danmil shai >> keith kief me

BugRat Report #739 - Problem when I try to store a referance to the session in the context and then when I try to access it in the next request I get NullPointerException

2001-08-03 Thread BugRat Mail System
- Sender's Comment - Test - End Of Sender's Comment --- Report URL: Report #739 Details Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Sever

[FAQ] jGuru FAQ Update

2001-08-03 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

cvs commit: jakarta-tomcat-site/xdocs index.xml

2001-08-03 Thread larryi
larryi 01/08/02 05:38:18 Modified:docs index.html xdocsindex.xml Log: Update to indicate Tomcat 3.3 is in beta. Revision ChangesPath 1.6 +1 -1 jakarta-tomcat-site/docs/index.html Index: index.html

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java SingleSignOn.java

2001-08-03 Thread craigmcc
craigmcc01/08/03 15:39:33 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java SingleSignOn.java Log: Revert sending the username and password as request notes. This is not the correct strategy, because it makes the web laye

Re: TOMCAT 3.2.3 won't compile | PLEASE HELP!!!

2001-08-03 Thread alexus
First of all i fixed ".jara".. yes it was typo thank you for pointing out for me now as for ant.. here what i've done su-2.05# cd $JAKARTA_HOME/jakarta-ant su-2.05# sh build.sh expr: syntax error Buildfile: build.xml prepare: check_for_optional_packages: build: [copy] Copying 2 files to

Url rewriting troubles

2001-08-03 Thread Richard Hallier
Hi, I've read the content of this bug and found that's what happened to me this week. I would like to know if someone is looking at this because in 3.2.3 final release (the one I use), I encouter many problems using mod_rewrite. In fact, if I hadn't change the code of SimpleMapper1, nothing wo

Re: Sources in Binary Distributions

2001-08-03 Thread Christopher Cain
Rob doesn't need me to defend him ... but I will anyway =) Arun Katkere wrote: > > OK, Rob, you are the voice of the majority (I probably missed a vote on this > topic where people told you so) Craig initially proposed it early last week, and I was the first one to step up with vocal support fo

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread jean-frederic clere
Bojan Smojver wrote: > > jean-frederic clere wrote: > > > > Bojan Smojver wrote: > > > > > > jean-frederic clere wrote: > > > > > > > > Bojan Smojver wrote: > > > > > > > > > > Don't want to be a pain in the back side... but (there is always at > > > > > least one of those :-), is anyone checking

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread jean-frederic clere
Bojan Smojver wrote: > > jean-frederic clere wrote: > > > > Bojan Smojver wrote: > > > > > > Don't want to be a pain in the back side... but (there is always at > > > least one of those :-), is anyone checking this one out? > > > > > > I had a peek into the code and that NULL pointer is a variabl

executing JSP on tomcat

2001-08-03 Thread gingerama
Hello, I am getting the following error when executing jsp files. I am using JDK 1.1.3 on Solaris 2.6. Have installed Tomcat 3.2.3 and Apache 1.3.20. The servlet examples are working fine. Error: 500 Location: /examples/jsp/source.jsp Internal Servlet Error: org.apache.jasper.JasperException:

Re: [VOTE] Sources in Binary Distributions

2001-08-03 Thread Remy Maucherat
Quoting Remy Maucherat <[EMAIL PROTECTED]>: > > [ ] - +1 Remove the sources [I will help in the process, meaning do > the > > job] > > [ ] - +0 Remove the sources [I can't help, won't help] > > [ ] - -0 Leave the sources [But since I don't volunteer this is not > > binding] > > [X] - -1 Are you n

Re: [PROPOSAL] Standalone SSL

2001-08-03 Thread Jim Seach
--- [EMAIL PROTECTED] wrote: > On Tue, 31 Jul 2001, Jim Seach wrote: > > > What I meant was, in order to implement SSL, Tomcat must be able > to > > decrypt the keystore to retrieve the private key for the cert. A > > Tomcat extension or module could be developed to use the private > key > > n

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-08-03 Thread Bojan Smojver
jean-frederic clere wrote: > > Bojan Smojver wrote: > > > > jean-frederic clere wrote: > > > > > > Bojan Smojver wrote: > > > > > > > > Don't want to be a pain in the back side... but (there is always at > > > > least one of those :-), is anyone checking this one out? > > > > > > > > I had a peek

Re: [VOTE] Sources in Binary Distributions

2001-08-03 Thread Pier P. Fumagalli
Loïc Lefèvre at [EMAIL PROTECTED] wrote: > I think you don't read ALL the mails you receive, if you look carfully, > you'll see I wanted to keep the sources in the package... > The answer I give here is IRONIC ;) Oh :) Sorry :) My bad this time :) :) :) Yeah, I don't read ALL emails, especially

RE: Servlet.jar

2001-08-03 Thread Sergio Artero Martinez
Why don't you try Java Sun web site? -Original Message- From: Haroon Ghaus [mailto:[EMAIL PROTECTED]] Sent: viernes, 03 de agosto de 2001 12:54 To: tomcat-dev Subject: Servlet.jar Where can I find the latest servlet.jar? Somebody recomended that I should download the latest servlet.jar

RE: [VOTE] Sources in Binary Distributions

2001-08-03 Thread Loïc Lefèvre
[X] - +1 Remove the sources [I will help in the process, meaning do the job] [ ] - +0 Remove the sources [I can't help, won't help] [ ] - -0 Leave the sources [But since I don't volunteer this is not binding] [ ] - -1 Are you nuts? Sources are there and there have to remain. Comments: (required f

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade WebXmlReader.java

2001-08-03 Thread costin
costin 01/08/02 19:37:13 Modified:src/facade22/org/apache/tomcat/facade WebXmlReader.java Log: Validation of web.xml - fails if the resource starts with /. Revision ChangesPath 1.13 +1 -1 jakarta-tomcat/src/facade22/org/apache/tomcat/facade/WebXmlReader.java

cvs commit: jakarta-tomcat build.xml

2001-08-03 Thread costin
costin 01/08/02 19:30:50 Modified:.build.xml Log: Changed from internal to modules ( this isn't used in 3.3, the dir is intended for addon modules ) Revision ChangesPath 1.147 +1 -1 jakarta-tomcat/build.xml Index: build.xml

RE: [VOTE] Sources in Binary Distributions

2001-08-03 Thread Loïc Lefèvre
It's YOUR point of view... not mine, sorry :( > -Message d'origine- > De : Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] > Envoyé : vendredi 3 août 2001 12:02 > À : [EMAIL PROTECTED] > Objet : Re: [VOTE] Sources in Binary Distributions > > > Loïc Lefèvre at [EMAIL PROTECTED] wrote: > > >

Re: [VOTE] Sources in Binary Distributions

2001-08-03 Thread Pier P. Fumagalli
Loïc Lefèvre at [EMAIL PROTECTED] wrote: > [X] - +1 Remove the sources [I will help in the process, meaning do the job] > [ ] - +0 Remove the sources [I can't help, won't help] > [ ] - -0 Leave the sources [But since I don't volunteer this is not binding] > [ ] - -1 Are you nuts? Sources are ther

Re: [VOTE] Sources in Binary Distributions

2001-08-03 Thread jean-frederic clere
[ ] - +1 Remove the sources [I will help in the process, meaning do the job] [ ] - +0 Remove the sources [I can't help, won't help] [X] - -0 Leave the sources [But since I don't volunteer this is not binding] [ ] - -1 Are you nuts? Sources are there and there have to remain. Well, if in 10 years

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/compat Jdk11Compat.java

2001-08-03 Thread costin
costin 01/08/02 19:52:09 Modified:src/share/org/apache/tomcat/util/compat Jdk11Compat.java Log: Fix broken JDK1.1 build. Revision ChangesPath 1.7 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/util/compat/Jdk11Compat.java Index: Jdk11Compat.java ===