TC5.0.25 ignores my META-INF/context.xml

2004-06-20 Thread Ushakov, Sergey N
Hi, I've just upgraded from TC4.1.12 to TC5.0.25. Everything is OK, but TC evidently ignores my context configuration file unless I place it directly into 'conf\Catalina\localhost\'. It is ignored both if placed as 'webapps\my-app\META-INF\context.xml' and as 'webapps\my-app.xml'. What is

Re: Tomcat and jdk1.3 or jdk1.4

2004-06-20 Thread Elijah Epifanov
Tomcat 5 doesn't require JDK 1.4. Contrary, it has been extensively tested with Sun JDK 1.3.1. - Original Message - From: QM [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 18, 2004 4:21 PM Subject: Re: Tomcat and jdk1.3 or jdk1.4 On Fri, Jun 18, 2004 at

workers2.properties path ???

2004-06-20 Thread Elijah Epifanov
Silly question: Where do I need to store my workers2.properties file if my apache isn't contained in one directory? /var/conf/apache2 - replacement for ${APACHE2}/conf /usr/local/apache2 - Apache2 root error_log: [Sun Jun 20 09:02:35 2004] [notice] Apache/2.0.49 (Unix)

problem creating process

2004-06-20 Thread uwe geercken
hello everybody, I hope to get an answer here to a problem, that I encountered when I installed a web app on a customers machine. following situation: from the web application the user can select to make a backup from an mysql database. the servlet code is as follows: String execString =

Re: workers2.properties path ???

2004-06-20 Thread Elijah Epifanov
Got it ... sent a bug report. mod_jk2 searches for *.properties in ${APACHE_ROOT}/conf, irrelative of where u've set --sysconfdir while configuring. - Original Message - From: Elijah Epifanov [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, June 20, 2004 1:33

Re: TC5.0.25 ignores my META-INF/context.xml

2004-06-20 Thread Jacob Kjome
At 12:26 PM 6/20/2004 +0400, you wrote: Hi, I've just upgraded from TC4.1.12 to TC5.0.25. Everything is OK, but TC evidently ignores my context configuration file unless I place it directly into 'conf\Catalina\localhost\'. It is ignored both if placed as 'webapps\my-app\META-INF\context.xml' and

Re: TC5.0.25 ignores my META-INF/context.xml

2004-06-20 Thread Peter Rossbach
Hello Jacob, I thing your analyze is not correct. The problem is: currently the auto deployment for directories not implement. Copy a war with META-INF/context.xml at your webapps (host.appbase) dir the file context.xml was extracted and deployed. Tested with 5.0.25. see my log 20.06.2004

[OT] EJB QL: using findBy with a legacy class

2004-06-20 Thread Jens Skripczynski
Hi, I have a Problem using find with a serializeable CMP field. (and hope someone here can give me a hint). --- I'm using J2EE 1.3.1 Sun RI and ran into this problem: I have a serializeable class as a CMP Field (Permission) and want to Do a findByPermission EJB query. (example

Re: TC5.0.25 ignores my META-INF/context.xml

2004-06-20 Thread Jacob Kjome
At 03:23 PM 6/20/2004 +0200, you wrote: Hello Jacob, I thing your analyze is not correct. Well, if your findings are right, then I'm glad I'm wrong :-) Last time I checked, this was not working for me, but I can't remember how far back that was. Just to be clear, I was wrong on only the bit

Setup problem with Tomcat 5.0.25 running as a daemon under jsvc

2004-06-20 Thread Fernando Fernandez
Hi all, I found a problem that might be more of a jsvc problem than a tomcat issue. But perhaps someone has had the same issue and knows the solution. When a user creates a new subdomain (e.g. http://subdomain.mydomain.com) and publishes a new Java Server Page, they get the following error:

mod_jk install problem

2004-06-20 Thread Graeme
Afternoon all, I'm trying to install mod_jk and I can't create the mod_jk.so file. I think the problem is something to do with: need to check for Perl first, apxs depends on it...checking for perl... /usr/bin/perl Use of uninitialized value in concatenation (.) or string at /usr/sbin/apxs line

Re: Setup problem with Tomcat 5.0.25 running as a daemon under jsvc

2004-06-20 Thread Parsons Technical Services
Do a chgrp -R youruser tomcatBaseDir and a chusr -R youruser tomcatBaseDir To have the tomcat directory structure that is owned and belongs to the user specified in jsvc. Doug www.parsonstechnical.com - Original Message - From: Fernando Fernandez [EMAIL PROTECTED] To: Tomcat Users

no down time deploy into multiple servers

2004-06-20 Thread Keizo Shimizu
Hi, Is it possible to deploy same application update to multiple Tomcat server in one touch, as shortest down time as possible, hopefully no down time (some of cluster may down, but not entire cluster) ? If it's possible, how should I do it ? Thank you. -- Keizo SHIMIZU Nissho Techno System

Thank you for your e-mail

2004-06-20 Thread bruno
Thank you for e-mailing my office. Your comments and suggestions are very important to me and an integral part of the legislative process. If you have not already done so, please forward your name and address to my office. This allows my office to stay in touch and keep you up to date on

Re: mod_jk install problem

2004-06-20 Thread shiv juluru
as per my knowledge follow the INSTALL file in ur apache folder. or for more details follow this url http://johnturner.com/howto/apache2-tomcat4127-jk-rh9-howto.html i hope it may helpful for u. - Do you Yahoo!? Yahoo! Mail - 50x more storage

Load-balancing with MS IIS and tomcat 5

2004-06-20 Thread Sng Wee Jim
Hi, Is there any tutorial/documentation site that detail how to load-balance Microsoft IIS working with Tomcat 5 (via JK2 connector). Any difference in using MS IIS compared to Apache webserver? - Jim The information