Re: Session tracking problem with Tomcat 4.0.3, Apache 2.0.39 andmod_proxy

2002-07-15 Thread Liam Morley
Unfortunately I think you might need to run multiple instances of Tomcat in that case:( As you can't give multiple webapps a cookie with a / path. If you find any other solutions, however, please let me know:) Liam Morley Rick Mills wrote: Hi Thanks for that, it was exactly what

Re: Session tracking problem with Tomcat 4.0.3, Apache 2.0.39 andmod_proxy

2002-07-14 Thread Liam Morley
. Let me know how that works for you. Best of luck! Liam Morley Rick Mills wrote: Hi I am experiencing a problem with session tracking when using Apache 2.0.39's mod_proxy module to connect to my Tomcat 4.0.3 instance. I have a servlet which checks to see if a session exists

Re: Port 8080

2002-07-10 Thread Liam Morley
it seems that you do). Liam Morley Eddie Bush wrote: http://www.codesta.com/knowledge/technical/tomcat_warp_apache/index.jsp Check that out. Bryan Zimmer wrote: Greetings, I am running Tomcat version 4.0.4 with Apache 1.3.26. Before I installed version 4.0.4, I had no trouble accessing my

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-30 Thread Liam Morley
Brian, then it seems you're running jk1, not jk2 then, the same connector as in previous versions of tomcat. Liam Morley Brian Millett wrote: On Sun, 2002-06-30 at 17:11, Luminous Heart wrote: Do I understand that mod_jk version 1 works with tomcat4.1 and apache2.0.x? Here is my

Re: apache2.0.39 + tomcat4.1.x + mod_jk2.so

2002-06-29 Thread Liam Morley
sticking with mod_jk v1 for production and getting ready to see if 4.1.6 is the answer to my prayers tomorrow.) Liam Morley Luminous Heart wrote: Was anyone able to get this combination to work on Linux? I am having lots of problems compiling especially mod_jk2. If anyone can share

Re: The best website database!

2002-06-29 Thread Liam Morley
you can in Access. Be this a blessing or a curse, I couldn't tell you. MySQL Front's website http://www.mysqlfront.de has some screenshots, check them out and see if they're helpful at all. Liam Morley Clay Graham wrote: well I have never heard any of my friends say MSACCESS is good for anything

Re: Does this log file from jk_mod show any problems?

2002-06-29 Thread Liam Morley
Mark, are you using jk1 or jk2? what version of tomcat are you using? if you're using jk2 on tomcat 4.1.3, it looks like you're getting much further in jk than I am. Liam Morley Mark Hutchinson wrote: I am getting a 404 error on a virtual host. This is what I am getting for jk_mod logs

Re: What does this error mean loading mod_jk module?

2002-06-29 Thread Liam Morley
Rick, I found that a big tricky as well. It took a little guesswork, but the name of the module has been changed- instead of jk_module, it should be named jk2_module. If you make that change in your httpd.conf, you should be all set. Liam Morley Rick Mann wrote: When I start Apache, I get

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Liam Morley
Joey, yes, if you want to connect apache and tomcat you'll want to leave them on their respective ports. What exactly was your include statement? What are you trying to include? What connector are you using, or have you set up a connector as of yet? Liam Morley Joey Kovacs wrote: OK, well

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Liam Morley
version http://www.apache.org/dist/httpd/. There was a security hole mentioned for the 2.0.36 release which has been patched in 2.0.39. Liam Morley Joey Kovacs wrote: Thank you Liam My connector I believe in ANT I am using Tomcat 4 Apache 2 Java SDK 1.3 - this is supposed to be my JKD?? I

Re: ZipException: Access is denied

2002-06-27 Thread Liam Morley
). Specifically, I saw this exception when tomcat tried expanding a WAR file. Liam Morley Cynthia Jeness wrote: Roger, We see a similar problem with the latest IBM JDK 1.3.1 for OS/2. We have assumed that it is a JDK problem because a version of the JDK just 1 month older does not produce

Re: Mailing List Load.... Forum???

2002-06-27 Thread Liam Morley
Milt, I'm probably coming into this a bit late in the game (and a bit uninvolved at that).. but I wound up at http://nagoya.apache.org/jive/index.jsp at one point in time, and that to me looks very much like a Tomcat forum. What am I missing? Liam Morley Milt Epstein wrote: On Thu, 27 Jun

Re: Age old question...

2002-06-27 Thread Liam Morley
://www.tek-tips.com/viewthread.cfm?SQID=171381SPID=65page=1CFID=72231716CFTOKEN=10718455 Liam Morley August Detlefsen wrote: --- Milt Epstein [EMAIL PROTECTED] wrote: On 26 Jun 2002, Keith Pemberton wrote: Well, I'm not sure mod_jk will be any different. And is this any more than a minor aesthetic

Re: TC 4.1.3: JK2 connector dies?

2002-06-27 Thread Liam Morley
this, but didn't see any answers. Let me know if I should post my jk2.properties or workers2.properties file if it will help. Thanks all for your time, Liam Morley Ignacio J. Ortega wrote: De: Jacob Kjome [mailto:[EMAIL PROTECTED]] Enviado el: 27 de junio de 2002 20:23 default

Re: TC 4.1.3: JK2 connector dies?

2002-06-27 Thread Liam Morley
and libaprutil.dll), I'm not seeing that message anymore, so that looks all set. Are there any other dlls that should be in my path instead of in my modules folder? Thanks again for the help. Liam Morley Jun 27, 2002 8:51:14 PM org.apache.commons.logging.impl.Jdk14Logger info INFO: Loading

Re: cgi perl script and tomcat...

2002-06-27 Thread Liam Morley
Tomcat does, but it's not turned on by default. You want to look in your $CATALINA_HOME/conf/web.xml; search for the word CGI, and you should come upon the section you're looking for. Liam Morley Hoang C. Truong wrote: Hi everyone, Does tomcat support cgi perl? How do I configure and how

Re: cgi perl script and tomcat...

2002-06-27 Thread Liam Morley
yep:) it's stored on your hard drive wherever you have cgiPathPrefix set to... and you access it within your browser wherever you have the cgi servlet-mapping set to. Liam Morley Hoang C. Truong wrote: I got it. I just need to put it in the root of my webapp and access it as http

Re: Tomcat 3.x failures

2002-06-27 Thread Liam Morley
Best of luck, Liam Morley Gregory Guthrie wrote: I tried to install tomcat4, It installs fine, but then complains that it can't find an appropriate JDK, and indeed the Debian page reports that it needs J2SDK, which is not available (for Debian)? To even get Apache to then start (after

Re: Tomcat 3.x failures

2002-06-27 Thread Liam Morley
I noticed that:) but if you look at the rest of the thread, he ended up solving it by upgrading his jdk through Blackdown.. It sounded from the tone of the thread that he had found a deb package, so check to make sure one exists. Liam Morley Gregory Guthrie wrote: At 12:11 AM 06/28/2002

Re: TO ALL NEWBIES:advice from a semi-newbie

2002-06-27 Thread Liam Morley
about it being scaled down or having a different configuration system, and I know how to upgrade. But I certainly can see the advantages of a bundled system for somebody who's learning. Does anybody use a bundled system elsewhere as well? Liam Morley Clay Graham wrote: Hi newbies! I am writing

Re: problem with manager app

2002-06-25 Thread Liam Morley
I don't think the manager reload command reloads from the .war file. Instead it reloads from the directory which has been extracted from the .war file. Have you tried reloading after making changes to the directory? Liam Morley Cory Casler wrote: I am trying to use the reload command

Re: appache could not be started

2002-06-25 Thread Liam Morley
Was there anything in the logs, or were they empty? Do you have a log set up for mod_jk, and did that have any info? Liam Morley Hao Ding wrote: Hi, I tried connect Tomcat4.0.3 with Apache1.3.26 using mod_jk.so. I included mod_jk.conf file at the end of httpd.conf I then tested apache

Re: tomcat to run perl cgis?

2002-06-24 Thread Liam Morley
Scott, Have you looked in your $CATALINA_HOME/conf/web.xml for more info about running cgi scripts in Tomcat? That might be all you need; I haven't tested this out, but it looks pretty straight forward... best of luck, Liam Morley Scott Purcell wrote: Hello, I have Tomcat 4.0.3 running on my

Re: example mod_jk2 configuration for Apache 2.0.39

2002-06-24 Thread Liam Morley
that still exist? Are there any changes to the server.xml and web.xml that you can point out (for example, the mod_jk2 version of Connector className=org.apache.ajp.tomcat4.Ajp13Connector .../?) Thanks once again, this is a big help. Liam Morley Douglas, Rory wrote: Hi there I haven't set-up

the full scoop on mod_jk2 Apache 2.0.39 on Win32

2002-06-23 Thread Liam Morley
. (Or, if those are auto-generated by a new java class, that's great too.) I apologize for the length and somewhat frustrated tone of this email.. I sincerely appreciate any help that someone is able to give me. Liam Morley -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Re: set content type to text/pdf

2002-06-21 Thread Liam Morley
right. Mozilla and other such browsers listen to the mime type, but IE (living in a microsoft world where everything is done via file extensions) is famous for relying on the extension rather than the mime type. Liam Morley Dennis van den Berg wrote: Hi, I think when you make the request

Re: AW: set content type to text/pdf

2002-06-21 Thread Liam Morley
I'm sure there's a better way, but in case there's not, there's always mod_rewrite. You could rewrite the url so that /(*).pdf goes to /$1. Liam Morley Alex wrote: Hello Ralph, I can't point my browser to a location that ends with .pdf, because i have to point it to my servlet

Re: AW: AW: set content type to text/pdf

2002-06-21 Thread Liam Morley
-class is actually the fully qualified class name (with package name etc), just in case it's part of a package. Liam Morley Alex wrote: Hello Ralph, I've modified web.xml from ROOT\WEB-INF, and i've added something like this: servlet-mapping servlet-nameTiparire

to upgrade: uninstall previous, or install over?

2002-06-19 Thread Liam Morley
as for me, I'm running Tomcat/4.0.4-b3 on Windows XP Pro. I'm wondering if people installing Tomcat have traditionally uninstalled their old version, or have they installed new versions without uninstalling, overwriting the current install? Thanks. Liam Morley -- To unsubscribe, e-mail

Re: [offtopic] IDE for Tomcat?

2002-06-14 Thread Liam Morley
I've been a bit wary of Forte due to the whole bundling of Tomcat thing. Which version of Tomcat 4 is it? Is it a full version? Does it work with JDK1.4? And does it interfere at all with a standard installation of Tomcat 4? Thank you, Liam Morley [EMAIL PROTECTED] wrote: I'm using Forte 4

mod_jk 2 jar file

2002-05-07 Thread Liam Morley
, but I will if there's no other solution... Thanks, Liam Morley -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

JSESSIONID disappearing when doing special mod_rewite commands?

2002-04-24 Thread Liam Morley
: 'user-agent' VALUES: '[Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)]' PARAM: 'host' VALUES: '[localhost]' Clearly the tomcat session is gone. Any help would be GREATLY appreciated, as I'm not sure what else to do. Liam Morley -- To unsubscribe: mailto:[EMAIL PROTECTED

JSESSIONID disappearing when doing special mod_rewite commands?

2002-04-21 Thread Liam Morley
' VALUES: '[en-us]' PARAM: 'user-agent' VALUES: '[Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)]' PARAM: 'host' VALUES: '[localhost]' Clearly the tomcat session is gone. Any help would be GREATLY appreciated, as I'm not sure what else to do. Liam Morley -- To unsubscribe: mailto

Re: How do you change the base URL for your servlets in Tomcat?

2001-08-06 Thread Liam Morley
Lars, You'll want to look at your server.xml file in the conf/ folder, specifically towards the bottom (Context /, Special webapps). --- Liam Morley light the deep, and bring silence to the world. light the world, and bring depth to the silence.

problems with dynamic classpath creation

2001-08-02 Thread Liam Morley
in the bin directory. Can somebody please tell me either how to fix windows to allow the line to be longer or how to shorten the line? Thank you very much... --- Liam Morley light the deep, and bring silence to the world. light the world, and bring depth to the silence.