problem with Classloader and symbolic links in 4.1.12

2002-11-20 Thread Eugene Gluzberg
Here is a scenario. I created a reloadable webapp in my tomcat installation, created the directory structure: webapps/test/WEB-INF/lib webapps/test/WEB-INF/classes I then create a symlink from classes to where my code package resides: ln -s $HOME/source/testPackage

Re: problem with Classloader and symbolic links in 4.1.12

2002-11-20 Thread Eugene Gluzberg
Unfortunatelly that would mean i have to change my build system to save the classes to WEB-INF/classes directory, which is exactly what i am trying to avoid Our current build system places class files in the same dir as the source.. Ugly, i know, but i rather not move to ant just yet, its

symbolic links in 4.1.12

2002-11-20 Thread Eugene Gluzberg
Was ... Re: problem with Classloader and symbolic links in 4.1.12 ok, i installed ant and am now putting classes in the right places. However, it seems that images and plain html files wont load through symbolic links either. There must be a setting somewhere for this! Jon Eaves wrote: it

Re: symbolic links in 4.1.12

2002-11-20 Thread Eugene Gluzberg
I found a previous thread with the same problem. Does anyone know if there is a solution? Or do i have to go back to using 4.0.x? Here is the link http://www.faqchest.com/prgm/tomcat-l/tmct-02/tmct-0208/tmct-020881/tmct02082707_10981.html Eugene Gluzberg wrote: Was ... Re: problem

Re: Status of Symbolic Links on Linux/TC 4.1.12???

2002-11-20 Thread Eugene Gluzberg
Could you please specify how to configure it in 4.1.15? should we omit the docBase in Context and specify it in Resources instead? or do we need both? Does the Resources have to have a absolute docBase (assuming FileDirContext), or relative? If relative, what is it relative to? Will the

Re: Enabling Symlinks Cause FileNotFound Exception

2002-11-21 Thread Eugene Gluzberg
I had the same problem, 4.1.12 does not work. Try 4.1.15 alpha, although the alpha has other bugs. I did not try to find them, I gave up after a day and went back to 4.0.6 Carl Hume wrote: Tomcat v4.1.12 Slackware, Kernel 2.4.19 I'm attempting to port a web application from Tomcat v. 4.0.6 to

mod_jk or mod_jk2 or mod_webapp for virtual hosts on tomcat.

2002-09-20 Thread Eugene Gluzberg
Hi, I am planning to link VirtualHosts under apache 1.3 to different tomcat servers (all tomcat 4.1.10) runnning on different machines. I am planning to link vhost1 to tomcat1, and vhost2 to tomcat2, etc... Should I user mod_jk2, or mod_jk or mod_webapp for this? which is better, and easier

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-23 Thread Eugene Gluzberg
Is this something that should be a patch to the CVS version? could you submit a context diff plz... Dmitry Letin wrote: Hi, static int jk2_translate(request_rec *r) { ... char vhost_port_buf[1024]; char *vhost_port; ... if (r-server-is_virtual) {

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-23 Thread Eugene Gluzberg
How do I specify the location of workers2.properties for apache 1.3? Dom wrote: You're right, it was a typo error as I had changed the real virtual hosts name ! Dom - Original Message - From: Mladen Turk [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Cc: Dom [EMAIL

Re: mod_jk2, virtual hosts, JkUriSet

2002-09-23 Thread Eugene Gluzberg
Answered my own question: JkSet config.file /etc/httpd/conf/workers2.properties Eugene Gluzberg wrote: How do I specify the location of workers2.properties for apache 1.3? Dom wrote: You're right, it was a typo error as I had changed the real virtual hosts name ! Dom - Original

Re: OT: Help wanted

2002-09-25 Thread Eugene Gluzberg
I would use tomcat over weblogic anytime. Just out of curiosity, what hosting provider do you use to host your tomcat? Eugene Bill Blackmon wrote: I've hired a host for a Tomcat/Struts/MySQL site that I've developed under Win2000, my common dev. environment. I'm a Java /DB application

RPM for 4.1.12

2002-10-01 Thread Eugene Gluzberg
When will the RPMs for 4.1.12 be available? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

mod_jk crash

2002-10-09 Thread Eugene Gluzberg
I am running apache 1.3 with mod_jk, my apache has apxs. I compiled and installed mod_jk from source, tag TOMCAT_4_1_12, configured it using the following options: ./configure --with-gnu-ld --with-apxs=/myapxpath/bin/apxs --enable-EAPI --with-java-home=/usr/java/jdk1.3.1 ran make installed

Re: mod_jk crash

2002-10-09 Thread Eugene Gluzberg
Going back to mod_jk version from tomcat_404 worked. I would like to use the JK_1_2_0 version though, so if anyone could help debug it would be great. I am running on RH 7.2 install. Eugene Gluzberg wrote: I am running apache 1.3 with mod_jk, my apache has apxs. I compiled and installed