[PATCH] EmbededTomcat.java and PoolTcpConnector.java

2000-11-06 Thread Stefán F. Stefánsson
Hi. I've added one method to the EmbededTomcat and that is addCustomEndpoint. This method makes it possible to add an endpoint with a specific ServerSocketFactory. This is very handy when you are trying to integrate Tomcat into applications which have their own socket factory. For example, in

Context root of a Virtual Host don't works with jsp in Tomcat-3.2b6

2000-11-06 Thread psomma
Hi, In tomcat-3.2b6 I have added a virtual host with a context root in this fashion Host name="www.myserver.com" Context path="" docBase="webapps/mydocs" / /Host The static files are correctly served when I call

RE: Red Alert 2 takes the world by storm

2000-11-06 Thread Jernigan, Bob
unsubscribe On Friday, November 03, 2000 6:35 PM, [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] wrote: Welcome to the Westwood Online Newsletter! As a benefit of your membership on our Internet gaming service, this newsletter is sent to you absolutely free! If you would rather not

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

2000-11-06 Thread nacho
nacho 00/11/06 07:07:41 Modified:src/facade22/org/apache/tomcat/facade ServletWrapper.java Log: A peformance tip took from tomcat-dev Thanks to Sam Ruby to point out this Revision ChangesPath 1.10 +3 -1

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request JDBCRealm.java SimpleRealm.java

2000-11-06 Thread nacho
nacho 00/11/06 07:10:29 Modified:src/share/org/apache/tomcat/request JDBCRealm.java SimpleRealm.java Log: Adapting code to new start order. Revision ChangesPath 1.24 +36 -31

cvs commit: jakarta-tomcat/proposals/facade23 - New directory

2000-11-06 Thread costin
costin 00/11/06 08:40:57 jakarta-tomcat/proposals/facade23 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

liaison Apache-tomcat

2000-11-06 Thread serge expert
comment faire pour configurer et installer Apache 1.3.12 avec Tomcat en utilisant le module Apache Jserv sur un systeme AIX 4.3.2 ou 4.3.3 JE n'arrive pas à installer Apache JServ merci serge expert __ Do

Re: cvs commit: jakarta-tomcat/src/doc readme

2000-11-06 Thread cmanolache
Modified:src/doc Tag: tomcat_32 readme Log: Remove references to "Tomcat 3.3" and "Tomcat 3.4" since that code base is now a "revolution", not the plan of record. ??? Supporting servlet2.3 is a revolution, but "performance enhancements" and "security" and "I18N" are normal

BugRat Report #327 was closed (apparently by: Craig R. McClanahan)

2000-11-06 Thread BugRat Mail System
Report #327 was closed by Person #0 Synopsis: WebApp - Sample build broken (logged in as: Craig R. McClanahan) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

BugRat Report #303 was closed (apparently by: Craig R. McClanahan)

2000-11-06 Thread BugRat Mail System
Report #303 was closed by Person #0 Synopsis: jsp:include missing (logged in as: Craig R. McClanahan) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

BugRat Report #255 was closed (apparently by: Craig R. McClanahan)

2000-11-06 Thread BugRat Mail System
Report #255 was closed by Person #0 Synopsis: when I put my jsp in many subdirectories, tomcat can't generate the .java and it violates. (logged in as: Craig R. McClanahan) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

BugRat Report #251 was closed (apparently by: Craig R. McClanahan)

2000-11-06 Thread BugRat Mail System
Report #251 was closed by Person #0 Synopsis: JSP error-page doesn't work with virtual hosts (logged in as: Craig R. McClanahan) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/servlet JspServlet.java

2000-11-06 Thread pierred
pierred 00/11/06 12:52:31 Modified:jasper/src/share/org/apache/jasper CommandLineContext.java EmbededServletOptions.java JspC.java JspCompilationContext.java JspEngineContext.java Options.java

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler TldLocationsCache.java

2000-11-06 Thread pierred
pierred 00/11/06 12:53:32 Added: jasper/src/share/org/apache/jasper/compiler TldLocationsCache.java Log: New class that replaces TagLibrariesGlobal. Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources messages.properties messages_es.properties

2000-11-06 Thread pierred
pierred 00/11/06 13:05:03 Modified:jasper/src/share/org/apache/jasper/compiler Parser.java jasper/src/share/org/apache/jasper/resources messages.properties messages_es.properties Log: Port Larry Isaacs' improvement to the error message for

Re: liaison Apache-tomcat

2000-11-06 Thread Christopher Cain
serge expert wrote: comment faire pour configurer et installer Apache 1.3.12 avec Tomcat en utilisant le module Apache Jserv sur un systeme AIX 4.3.2 ou 4.3.3 JE n'arrive pas à installer Apache JServ merci serge expert Traduction Anglais:

RE: Tomcat 3.3 / 4.0 confusion, rant and plan...

2000-11-06 Thread cmanolache
Yes, We saw many reference of code to be fixed on 3.3. Now that some want to kill 3.3 and directly play with 4.0, the risk of having a 3.x branch (the current branch) falling in 'unsupported software land' is VERY HIGH. This is open source - it's supported as long as some developers are

Re: TC4-m4 startup

2000-11-06 Thread Frédéric Perrin
Hi, You can add these lines to Tomcat conf/server.xml: Context path="/YourAppALIAS" docBase="path/YourApp" reloadable="true" /Context The directory path/YourApp have to contains a subdirectory WEB-INF. :-) - Original Message - From: "Daniel Ritchey" [EMAIL PROTECTED] To:

Re: Tomcat JNDI

2000-11-06 Thread Remy Maucherat
If I recall correctly, it's actually sort of tricky to get this right. You might want to check the source for the Tomcat 4 implementation for ideas -- I believe it depends on the servlet container calling Thread.setContextClassLoader() once you know which webapp you're running in. This only

RE: Tomcat as a Service on NT

2000-11-06 Thread Hodgert, William H
Anthony, The NT service does not use the tomcat.bat file. The wrapper.properties has a wrapper.class_path variable that you can add you classes111.zip into. Heath -Original Message- From: Miller, Anthony [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 02, 2000 12:15 AM To:

Re: Tomcat JNDI

2000-11-06 Thread Craig R. McClanahan
"Roytman, Alex" wrote: I am trying to tie Tomcat with JNDI to use J2EE pattern to obtain resources: Context context = new InitialContext(); dataSource = (DataSource)context.lookup("java:comp/env/jdbc/myDataSource"); (I know Tomcat team is planning to have it for Tomcat 4 eventually)

Tomcat JNDI

2000-11-06 Thread Roytman, Alex
I am trying to tie Tomcat with JNDI to use J2EE pattern to obtain resources: Context context = new InitialContext(); dataSource = (DataSource)context.lookup("java:comp/env/jdbc/myDataSource"); (I know Tomcat team is planning to have it for Tomcat 4 eventually) I have my own little in memory