Re: mod_jk configuration Amost there !!

2002-06-26 Thread Milt Epstein
On Wed, 26 Jun 2002, abhishek srivastava wrote: Hello All, After two days of continious battle with tomcat with apache and having spent numerours hours of RTFM of mod_jk build and config manual I am almost there. When I type in http://localhost/tomcat/examples I get the following

Trying to get Tomcat/IIS to work together - log

2002-06-26 Thread David Thielen
Hi; Here's the isapi.log when trying to display a .jsp file - it doesn't seem to list any error, except it returns a 404. And the file does exist!!! [Wed Jun 26 12:02:07 2002] [jk_isapi_plugin.c (904)]: Using registry. [Wed Jun 26 12:02:07 2002] [jk_isapi_plugin.c (906)]: Using log file

Re: Web-application not yet deployed

2002-06-26 Thread David Bishop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Didn't help. I should point out that I've used tomcat 3.2 for about a year, so I'm *somewhat* familiar with how it works. It's just the new mod_webapp stuff (vs. mod-jk.conf) that's confusing me/not working correctly. Is there *nothing* that I

RE: Web-application not yet deployed

2002-06-26 Thread Keith Pemberton
Which version of mod_webapp are you running? I have found now that can run tomcat4.0.4 but I have to use the 4.0.1 version of mod_webapp inorder for it to work. If you need the source code for it I can send it to you. Keith -Original Message- From: David Bishop [mailto:[EMAIL

XML App Dev. Cross-Server Compatibility

2002-06-26 Thread Rich Joslin
Let's say... I am developing a JSP app that uses an XML/XSLT parser to parse flat XML files into HTML/JSP pages. I want this app to be easily portable from my environment (Tomcat) to the production environment (JRun [ugh]). What API should I use? And even regardless of portability, does

RE: New User - Many Questions To Come

2002-06-26 Thread Rich
Yup, the descriptor is the last element. As for spaces after , my editor is set to automatically remove trailing spaces on save. - Rich -Original Message- From: Christophe Bouhier (ECM) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 10:23 PM To: 'Tomcat Users List' Subject:

RE: ant dist fails - more to come

2002-06-26 Thread Werner Schalk
Hi, I still get the same error, although I tried build.sysclasspath=ignore, build.sysclasspath=first and build.sysclasspath=last. What do I have to set classpath like? I installed everything as described in BUILDING.TXT, but when I do an ant dist I get the error message: build-main:

Re: Tomcat 4.0.4 Performance - PROBLEM

2002-06-26 Thread peter lin
hi victor, there is a bug, which is already patched I believe. basically if you delete the working folder while tomcat is running, jasper2 doesn't recompile the dependent pages. you can get around that by restarting, or creating the missing folder manually. it should be fixed with the next

Re: Tomcat on IIS - almost working

2002-06-26 Thread David Thielen
No where/how do I do that? thanks - dave - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 26, 2002 9:13 AM Subject: RE: Tomcat on IIS - almost working Did you specify ajp12 in your workers.properties file? Bao-Ha Dam Bui [EMAIL PROTECTED]

Re: Tomcat-induced HotSpot Server VM crashes

2002-06-26 Thread Fabio Mengue
Hello, I had a similar crash (SIG 11) on a linux machine (kernel 2.4.18). It was related to a DB2 native code that was not correctly set up. Do you make reference to (or use) any native code ? Maybe its library can't work with 1.4 -server. I've seen that in Solaris too, caused by

RE: Virtual site : eric aboudaram

2002-06-26 Thread Reynir Hübner
hi eric aboudaram I already replied to you on this subject. here is the reply again. : open : /tomcat/conf/server.xml create new host lines : Host name=www.mysite.com debug=0 Context path= docBase=webapps\site1 reloadable=true/ /Host Host name=www.mysite2.com debug=0 Context

Re: repost: troubles writing a filter to intercept session cookies

2002-06-26 Thread Craig R. McClanahan
On Wed, 26 Jun 2002, Liam Morley wrote: Date: Wed, 26 Jun 2002 00:00:01 -0400 From: Liam Morley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: repost: troubles writing a filter to intercept session cookies NOTE: After

RE: Tomcat and server side includes

2002-06-26 Thread Reynir Hübner
yes. you need to rename a jar-file in tomcat/server/lib/servlets-ssi.renametojar rename : servlets-ssi.renametojar to servlets-ssi.jar then you also need to alter your tomcat/conf/web.xml you can probable just clear out the remark-tag, as the instructions tell you. or add the following clause

Ideas on solving a jsp include problem

2002-06-26 Thread John Trollinger
I have about 100 jsp pages that represent pieces of a page, and a jsp page that is dynamically build that can include all these pages and include them multiple times (currently our biggest has about 1000 includes) right now we have a hacked version of tomcat that allows us to call the service

RE: Tomcat 4.0.4 Performance - PROBLEM

2002-06-26 Thread Victor Popiol
At this point, I'm trying to isolate the issue by having reinstalled tomcat vanilla, no config changes and no custom webapps added. I did move commons-collections.jar to tomcat4.0.4/common/lib, restarted tomcat and continue having the same problem. This smells like a classpath issue. But I