[ tomcat & apache2 ]

2003-08-21 Thread Schalk
Can anyone assist me in getting tomcat and Apache running together? I just finished installing PHP and that was pretty painless. Any help will be appreciated. Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436

ResourceLink and DefaultContext

2003-08-21 Thread Cam Smith
Hi tomcat-dev, I posted this to the user list, and discovered that a few people are having the same problem, but no resolution seems to be known, so I hope you don't mind me posting here. I'd really like to be able to use DefaultContext elements, but this issue prevents it. Original message f

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2003-08-21 Thread kinman
kinman 2003/08/21 17:07:32 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Remove obselete codes in comments. Revision ChangesPath 1.200 +3 -41 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator.java Ind

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java

2003-08-21 Thread kinman
kinman 2003/08/21 16:59:11 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Don't generate code to do an instanceof when it can be done at translation. - Minor code cleanup in the codes generated for fragments. Revision ChangesPath 1.199

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JspDocumentParser.java ErrorDispatcher.java

2003-08-21 Thread kinman
kinman 2003/08/21 16:10:50 Modified:jasper2/src/share/org/apache/jasper/compiler JspDocumentParser.java ErrorDispatcher.java Log: - Looks like when there is a SAX paser error, a null file name is always reported. This fix get the file name from path inst

patch to jakarta-tomcat-connectors-4.1.27-src/jk/native/common/jk_uri_worker_map.c

2003-08-21 Thread Russell Simpkins
line #492 has two ; it causes the connector not to compile. maybe @@ 492 - char * clean_uri = jk_pool_strdup(&uw_map->tp,uri);; + char * clean_uri = jk_pool_strdup(&uw_map->tp,uri); this posting shows when the error was commited to cvs http://www.mail-archive.com/[EMAIL PROTECTED]/msg44009.ht

Re: UserDatabase implementations

2003-08-21 Thread Tim Funk
Thats already done in JNDIRealm and JDBCRealm. Ask the tomcat-user list for more help. -Tim Bill Schneider wrote: Are there plans to have JDBC or JDNI/LDAP implementations of org.apache.catalina.UserDatabase? This would be very useful, as webapps often have to perform actions beyond what J2EE

DO NOT REPLY [Bug 15974] - Original stack trace is lost

2003-08-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

UserDatabase implementations

2003-08-21 Thread Bill Schneider
Are there plans to have JDBC or JDNI/LDAP implementations of org.apache.catalina.UserDatabase? This would be very useful, as webapps often have to perform actions beyond what J2EE APIs provide (get all users in group, get all groups, add users/groups/membership). The advantages would be twofol

[ANN] Tomcat 5.0.9 Alpha released

2003-08-21 Thread Remy Maucherat
Tomcat 5.0.9 Alpha is now available for testing. Please refer to the changelog included in the release for the list of changes. Downloads: http://jakarta.apache.org/site/binindex.cgi Remy - To unsubscribe, e-mail: [EMAIL PROT

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

2003-08-21 Thread remm
remm2003/08/21 08:46:55 Modified:docs index.html xdocsindex.xml Log: - Update revision number. Revision ChangesPath 1.46 +1 -1 jakarta-tomcat-site/docs/index.html Index: index.html ===

[5.0.9] New alpha build

2003-08-21 Thread Remy Maucherat
I skipped 5.0.8, as I uncovered some performance problems with it, as well as one serious bug affecting the cache. All of this should be resolved in 5.0.9. The issues I know about in 5.0.9 are: - problem with schema validation (Jean-François told me he was continuing to investigate it) - the ad

BUG in Admin webapp

2003-08-21 Thread Adi Katz
Hello, When adding https connector in the Admin webapp the following exception is thrown: SEVERE: Error initializing endpoint java.io.IOException: Keystore was tampered with, or password was incorrect at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:739) at java.

DO NOT REPLY [Bug 10127] - tomcat 4.0.4 locks jsp files

2003-08-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21611] - NullPointerException in CoyoteRequestFacade.getSession(

2003-08-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21611] - NullPointerException in CoyoteRequestFacade.getSession(

2003-08-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resources ResourceCache.java

2003-08-21 Thread remm
remm2003/08/21 02:45:36 Modified:catalina/src/share/org/apache/naming/resources ResourceCache.java Log: - Fix the allocate algorithm (NPE, array out of bounds). Note that in the default configuration, allocae was probably not used (the default cache si

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2003-08-21 Thread remm
remm2003/08/21 02:54:52 Modified:webapps/docs changelog.xml Log: - Changelog update. Revision ChangesPath 1.16 +55 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml ==