RE: Beyond bassic form authentication?

2004-07-27 Thread Yiannis Mavroukakis
: Beyond bassic form authentication? That wont work. Try navigating to the login page of the security sample on Tomcat. and try loging in! It will throw an exception of the sort that it canot authenticate against itself Yiannis Mavroukakis wrote: Why not make the welcome page part

RE: Beyond bassic form authentication?

2004-07-26 Thread Yiannis Mavroukakis
english Anastasie I think what Robert means is you should steal some code from the existing examples in Tomcat. /english greek Yparxoune epishs kai alloi tropoi pou boreis na to kaneis ayto..boreis kalista na exeis authentication mesw tou Apache kai enos module pou koitaei gia valid accounts sthn

RE: mod_jk2 build error

2004-04-02 Thread Yiannis Mavroukakis
SImple :) don't follow the instructions. Do a ./configure --help to get the options you need (--with-apxs2 --with-jni --with-pcre and related java/tomcat options) then do a straight make and manually copy the binary to your web server's module location. -Original Message- From: Thomas D.

RE: RE: jk2 shared memory

2004-03-18 Thread Yiannis Mavroukakis
was of the understanding that tomcat and apache could communicate via shared memory. Is this true? I am not sure what it means to run in-process. Could you further explain? thank you. ---Original Message--- From: Yiannis Mavroukakis [EMAIL PROTECTED] Subject: RE: jk2 shared

RE: Problems building jk 2.0.4

2004-03-18 Thread Yiannis Mavroukakis
You probably did not include the jni option in the ./configure script. -Original Message- From: Jens Saade [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 13:08 To: Tomcat Users List Subject: Problems building jk 2.0.4 Hi, i got jk 2.0.4 from cvs, compiled it and added it to my http.conf

RE: Jk2 installation failure

2004-03-18 Thread Yiannis Mavroukakis
/apache2 . When I change the position of the arguments, so that apxs is the last in the array, then configure fails with the error, could not find /usr/sbin/apxs . Can anyone help get me past this? Regards, Mike -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED

RE: Jk2 installation failure

2004-03-18 Thread Yiannis Mavroukakis
again... Mike -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 9:40 AM To: 'Tomcat Users List' Subject: RE: Jk2 installation failure You don't need to specify --with-apache2. Change --with-apxs to --with-apxs2

RE: Jk2 installation failure

2004-03-18 Thread Yiannis Mavroukakis
, could not find /usr/sbin/apxs . Can anyone help get me past this? Regards, Mike -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 12:12 PM To: 'Tomcat Users List' Subject: RE: Jk2 installation failure

RE: Jk2 installation failure

2004-03-18 Thread Yiannis Mavroukakis
} -lcrypt -lapr-0 -lpcre -lpcreposix -laprutil-0 and ran make which just bombed with: /usr/bin/ld can not find lpcre This is painful. Did I miss linking a necessary library in the configure step? Mike -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent

RE: Thank you for your recent email.

2004-03-17 Thread Yiannis Mavroukakis
ROFLMAO! What a goverment system that would be... -Original Message- From: Adam Buglass [mailto:[EMAIL PROTECTED] Sent: 17 March 2004 11:42 To: Tomcat Users List Subject: Re: Thank you for your recent email. I think it's cool! I live in the cold and wet north-east of England and my

RE: jk2 shared memory

2004-03-17 Thread Yiannis Mavroukakis
Do you mean using jk2 with tomcat as an in-process server? You need the shared memory anyway, wont work without it. But the options that most people end up using as a connection scheme are either via sockets or using JNI (in-process). JNI AFAIK works only under Windows, so if you are on a *IX OS,

RE: Releasing JK 2.0.4

2004-03-16 Thread Yiannis Mavroukakis
New release! I'll roll out the red carpet :))) -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 12:36 To: [EMAIL PROTECTED] Subject: Releasing JK 2.0.4 Hi, Seems that the shm is working now. Greg, have you been able to test it with the current patches?

RE: Releasing JK 2.0.4

2004-03-16 Thread Yiannis Mavroukakis
CVS?:) -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 13:30 To: Tomcat Users List Subject: RE: Releasing JK 2.0.4 Hi, Where does one download this version? Ta Matt -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent

RE: Releasing JK 2.0.4

2004-03-16 Thread Yiannis Mavroukakis
description of how to set it up? If not I'll wait for the announcement that the tarball is on the mirrors. Ta Matt -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 13:39 To: 'Tomcat Users List' Subject: RE: Releasing JK 2.0.4 CVS?:) -Original Message

RE: Jk2 installation failure

2004-03-16 Thread Yiannis Mavroukakis
This is a decent tutorial http://cymulacrum.net/writings/tomcat5/book1.html -Original Message- From: Mike Burkhouse [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 17:05 To: [EMAIL PROTECTED] Subject: Jk2 installation failure Hi All, I am having trouble installing jk2. Here are the

RE: JNDI Datasource Reference in DD Not Necessary?

2004-03-15 Thread Yiannis Mavroukakis
I have to go by the assumption that everything else regarding the Data Resource in your server.xml and web.xml is correct. try { Context ctx = new InitialContext(); dataSource = ( DataSource ) ctx.lookup(java:comp/env/jdbc/yourDB );

RE: mod_jk2 with multiple tomcats

2004-03-12 Thread Yiannis Mavroukakis
Just create extra worker declarations on workers2.properties on different ports. -Original Message- From: Randy Harrison [mailto:[EMAIL PROTECTED] Sent: 11 March 2004 20:56 To: Tomcat Users List Subject: mod_jk2 with multiple tomcats Hi all, I'm currently using apache2 + mod_jk2 +

RE: Java Hosting

2004-03-12 Thread Yiannis Mavroukakis
For simple domain registration £9.60 is expensive :). www.namecheap.com offer domain registration for $8.99 with dynamic DNS and a host of other goodies. -Original Message- From: Graham Reeds [mailto:[EMAIL PROTECTED] Sent: 12 March 2004 10:19 To: Tomcat Users List Subject: Re: Java

RE: problem with mod_jk 1.2: error in action code

2004-03-12 Thread Yiannis Mavroukakis
Yep I get the same errors quite often, apart from being annoying they do not cause any other issues, the error is what Ralph says it is. -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] Sent: 12 March 2004 16:14 To: Tomcat Users List Subject: RE: problem with mod_jk 1.2:

RE: problem with mod_jk 1.2: error in action code

2004-03-12 Thread Yiannis Mavroukakis
So is autoReconnectForPools a hack to use with autoReconnect? -Original Message- From: Mark Matthews [mailto:[EMAIL PROTECTED] Sent: 12 March 2004 17:11 To: Tomcat Users List Subject: Re: problem with mod_jk 1.2: error in action code -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike

RE: mod_jk2 problems

2004-03-11 Thread Yiannis Mavroukakis
http://apr.apache.org/ -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17:37 To: Tomcat Users List Subject: Re: mod_jk2 problems Yes, probably some lib(s), which were not linked corectly with mod_jk2 while compiling it? What's apr? Yiannis Mavroukakis wrote

RE: mod_jk2 problems

2004-03-11 Thread Yiannis Mavroukakis
it? Will it affect apache in some way, or is it just a set of libraries? I don't want to risk to affect apache. Yiannis Mavroukakis wrote: http://apr.apache.org/ -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17:37 To: Tomcat Users List Subject: Re: mod_jk2

i18n problems

2004-03-11 Thread Yiannis Mavroukakis
I'm acting as a middleman delivering this email for a friend who has trouble contacting the list ;) I am using TC 5.0.16. I once had problems when reading intl. form data and passing them thru servlets to a database. That was solved by just

RE: How to protect server.xml?

2004-03-10 Thread Yiannis Mavroukakis
I will assume you mean protect the file from being read. The easiest way to do that is to assign read/write permission to the file to whoever user is running tomcat and remove all permissions from group. That also assumes that you are running some flavour of Unix, but you could achieve the same

RE: mod_jk2 problems

2004-03-10 Thread Yiannis Mavroukakis
If I am not mistaken that means that you are missing a particular library or that mod_jk2 was linked against the wrong sort type of lib. I've installed both mod_jk2 and tomcat 5.0 on RH9 without any problems but I first removed httpd2, recompiled from source and installed. -Original

RE: mod_jk2 problems

2004-03-10 Thread Yiannis Mavroukakis
), the link in /usr/lib was there but the file to which it was pointing wasn't. What I did is, I took httpd sources, compiled them, found that .so that was missing in /usr/lib, and copied it there, it compiled well, but can't load. Is there any util to see all symbols of library? Yiannis Mavroukakis

RE: mod_jk2 problems

2004-03-10 Thread Yiannis Mavroukakis
I meant to say ./configure producing a makefile;) -Original Message- From: Yiannis Mavroukakis Sent: 10 March 2004 14:43 To: 'Tomcat Users List' Subject: RE: mod_jk2 problems Well great, you took the httpd sources, got the library out of them but your httpd is probably running

RE: mod_jk2 problems

2004-03-10 Thread Yiannis Mavroukakis
try ldd -v -r /etc/httpd/modules/mod_jk2.so If there are any missing objects or functions it will report them to you. -Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 15:24 To: Tomcat Users List Subject: Re: mod_jk2 problems ldd, is good, but I ment

RE: mod_jk2 problems

2004-03-10 Thread Yiannis Mavroukakis
(./mod_jk2.so) undefined symbol: ap_hook_translate_name(./mod_jk2.so) undefined symbol: ap_add_common_vars(./mod_jk2.so) undefined symbol: apr_pool_userdata_get (./mod_jk2.so) undefined symbol: apr_thread_mutex_unlock (./mod_jk2.so) Any idea where thay are defined? Yiannis

RE: Manager app security concerns

2004-03-09 Thread Yiannis Mavroukakis
I'm just guessing here but you could run the manager app over https. If however your support team expressed concerns that the manager app might be backdoored, I suggest you slap them a little bit and ask them to change their medication :) -Original Message- From: Andrew Watters

RE: Where to store log files from packed WAR file apps

2004-03-03 Thread Yiannis Mavroukakis
Might be wrong on this but why not setup environment variables and reflect those in ant? That way you should be portable, providing those env vars exist. BTW, take off the tomcat greeting page from your machine ;) -Original Message- From: Harry Mantheakis [mailto:[EMAIL PROTECTED] Sent:

RE: Tomcat 4 + Apache 2 + mod_jk (auto-config) + https

2004-02-25 Thread Yiannis Mavroukakis
Don't think you need to. I am running httpd2(SSL)+tomcat4/5+mod_jk2. Apache will take care of the SSL side, and mod_jk should forward everything unencrypted via localhost(if that is your setup) to tomcat. -Original Message- From: Samuel Rutishauser [mailto:[EMAIL PROTECTED] Sent: 25

RE: Tomcat 4 or 5 and SOAP

2004-02-18 Thread Yiannis Mavroukakis
Mind sharing some more information :) Which SOAP engine are you using? Axis? What kind of problems are you getting? I am running Axis on Tomcat4 without any issues. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 09:48 To: [EMAIL PROTECTED]

RE: why should i run apache to install tomcat4.1.29

2004-02-18 Thread Yiannis Mavroukakis
The short version is you dont. You can use Tomcat to serve both static contents and servlets. -Original Message- From: xavier manohar [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 13:46 To: [EMAIL PROTECTED] Subject: why should i run apache to install tomcat4.1.29 Hello I am

RE: tomcat installation

2004-02-18 Thread Yiannis Mavroukakis
These messages are normal. If you are not getting any exceptions further up the logs you should be ok -Original Message- From: xavier manohar [mailto:[EMAIL PROTECTED] Sent: 18 February 2004 15:17 To: [EMAIL PROTECTED] Subject: tomcat installation hello I am very much worried

RE: Apache2 to Tomcat5.0.x

2004-02-12 Thread Yiannis Mavroukakis
Possibly. If I am not mistaken it has to do with the fact that Apache under windows uses a single worker thread whereas under Linux that is not the case.. I think Mladen Turk is the authority to speak on that though. Yiannis -Original Message- From: Bill Dudney [mailto:[EMAIL PROTECTED]

RE: Another Try at MySQL Connection Pooling

2004-02-11 Thread Yiannis Mavroukakis
As far as the listening bit is concerned why not just limit mySQL to listen on localhost then? Do you get better performance out of named pipes? -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 15:52 To: Tomcat Users List Subject: RE: Another Try

RE: Another Try at MySQL Connection Pooling

2004-02-11 Thread Yiannis Mavroukakis
I'll add another 2 to the pool :) -Original Message- From: Philipp Taprogge [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 16:24 To: Tomcat Users List Subject: Re: Another Try at MySQL Connection Pooling Hi! Mark Matthews wrote: On most versions of Windows, using JDBC and MySQL

RE: request parameter

2004-02-11 Thread Yiannis Mavroukakis
This has appeared on the list before. Without being 100% (better search the list) it had to do with the fact, that the person having the issues was using a JK2 binary... Don't take my word though, search the list. -Original Message- From: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED]

RE: javax.mail

2004-02-11 Thread Yiannis Mavroukakis
This is assuming the Properties object you use, has been returned from the javax.mail.Session object, correct? You could go for the shotgun approach and set mail.host instead of mail.protocol.host. If that doesn't work, make sure that mysmtphost doesn't resolve to the machine serving your jsp.

RE: include files

2004-02-10 Thread Yiannis Mavroukakis
If you think everything else is working ok, stop tomcat delete everything under the work directory and start again. -Original Message- From: Chris Daly [mailto:[EMAIL PROTECTED] Sent: 10 February 2004 09:19 To: [EMAIL PROTECTED] Subject: include files hi i've tested a new version of my

RE: Apache 2.x and Tomcat 5.x

2004-02-10 Thread Yiannis Mavroukakis
Depends :) If mod_jk was looking for workers.properties in the absolute path Tomcat 4 used to be(and Tomcat 5 is in a different one), better bandage that leg to stop the bleeding ;) Yiannis. -Original Message- From: Daniel Thivierge [mailto:[EMAIL PROTECTED] Sent: 10 February 2004 12:52

RE: include files

2004-02-10 Thread Yiannis Mavroukakis
The touch command is on Unix OS'es. It hasn't got anything to do with tomcat. What it does is it updates (among other things) the last modified attribute of a file, but in your case the purpose is (at least if my head is screwed on right) to trigger Tomcat into detecting a file change in the work

RE: Apache2, Mod_jk2 and Tomcat 4 on Linux - Help

2004-02-04 Thread Yiannis Mavroukakis
The same principles apply. There is only one gotcha. You cannot use JNI to run Tomcat (yet). -Original Message- From: Apahce Tomact [mailto:[EMAIL PROTECTED] Sent: 03 February 2004 19:19 To: [EMAIL PROTECTED] Subject: Apache2, Mod_jk2 and Tomcat 4 on Linux - Help Hi, I want to

RE: Installing Tomcat 5 from JPackage

2004-02-04 Thread Yiannis Mavroukakis
The only advantage is that tomcat is installed as a service i.e. you do a /sbin/service tomcat start or whatever the rpm has in mind.. Plus permissions and directory location. But apart from that, I would personally never choose the rpm installation over the tarball. The perceived benefits

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-03 Thread Yiannis Mavroukakis
-examples/servlet/*e] will work, but all of your servlets must end with the letter 'e' Unless one of you fine developers want to clear this up. I'm going to switch to Jetty. Tomcat is crap!!! Yiannis Mavroukakis wrote: Curious...Send me your entire workers2.properties file and I'll have

RE: Reg HTTP status 404 on Tomcat 5.0.16

2004-02-03 Thread Yiannis Mavroukakis
Looks like you went about the wrong way with the Context and url pattern combination. Your servlet will work if you point your browser to http://localhost:8080/sampleapp/sampleapp If I am not mistaken changing url-pattern/sampleapp/url-pattern to url-pattern/HelloServlet/url-pattern should

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Yiannis Mavroukakis
Make these additions/ammendments to workers2 [ajp13:localhost:8009] channel=channel.socket:localhost:809 [shm] file=/tmp/shm.file size=100 Yiannis. -Original Message- From: Rich Baldwin [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 18:27 To: [EMAIL PROTECTED] Subject: Tomcat5 RH

RE: jk2_init(): Can't find child in scoreboard

2004-02-02 Thread Yiannis Mavroukakis
Yes you can safely ignore them, if your httpd-tomcat link is ok. If you take a look at the source for mod_jk2 this is part of the worker initialization.1 means the workers initialized and the child id is -2 (which if memory serves me right, means that mod_jk2 could not find the id of that worker

RE: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Yiannis Mavroukakis
This is an httpd question but here goes :) Just because you declared your virtual host/port pair that doesn't mean that httpd is listening to port 443. Therefore you need to add a Listen directive to your conf: Listen your_virtual_host_name:443 and you should be set. Yiannis -Original

RE: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Yiannis Mavroukakis
- Hash: SHA1 Am Montag, 2. Februar 2004 13:00 schrieb Yiannis Mavroukakis: This is an httpd question but here goes :) Just because you declared your virtual host/port pair that doesn't mean that httpd is listening to port 443. Therefore you need to add a Listen directive to your conf

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Yiannis Mavroukakis
check /alias and workers for typos. Other suggestions?? Yiannis Mavroukakis wrote: Make these additions/ammendments to workers2 [ajp13:localhost:8009] channel=channel.socket:localhost:809 [shm] file=/tmp/shm.file size=100 Yiannis. -Original Message- From: Rich Baldwin [mailto:[EMAIL

RE: Tomcat5 RH ES mod_jk2 Apache2

2004-02-02 Thread Yiannis Mavroukakis
[mailto:[EMAIL PROTECTED] Sent: 02 February 2004 15:22 To: Tomcat Users List Subject: Re: Tomcat5 RH ES mod_jk2 Apache2 Same as in the past works fine on port 8080. Jsp stuff works on port 80. Html in servlets-examples works fine. Servlets cannot be found??? Yiannis Mavroukakis wrote: Hmm ok

RE: HTTPS with Apache 2.0.48 and Tomcat 5.0.16

2004-02-02 Thread Yiannis Mavroukakis
/of/webapp SSLRequireSSL /Location Yiannis. -Original Message- From: Ralf Schneider [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 16:13 To: Tomcat Users List Subject: Re: HTTPS with Apache 2.0.48 and Tomcat 5.0.16 Am Montag, 2. Februar 2004 13:55 schrieb Yiannis Mavroukakis: Best

RE: trouble load balancing with mod_jk2

2004-02-02 Thread Yiannis Mavroukakis
Not sure about lb, but an shm file of is bound to get you into trouble :) -Original Message- From: Aadi Deshpande [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 17:18 To: [EMAIL PROTECTED] Subject: trouble load balancing with mod_jk2 Greetings, (Not sure if this is the place

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Yiannis Mavroukakis
No this is Java specific, not Tomcat. See http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html Yiannis -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 09:43 To: TOMCAT USER (E-mail) Subject: IOException while loading persisted

RE: IOException while loading persisted sessions continued..

2004-01-30 Thread Yiannis Mavroukakis
for some reason. I do not want MyLinks to be Serializable. Why does Tomcat throw an error for this object and for no others? Thanks ADC -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 09:50 To: 'Tomcat Users List' Subject: RE: IOException

RE: server error : tomcat 4.1.29 - mod_jk2 2.0.2 - apache 2.0.48

2004-01-30 Thread Yiannis Mavroukakis
Stick this into your workers2.properties [shm] file=/tmp/shm.file (or wherever else you'd like) size=100 and try it again -Original Message- From: Matteo [mailto:[EMAIL PROTECTED] Sent: 30 January 2004 15:29 To: Tomcat Users List Subject: server error : tomcat 4.1.29 - mod_jk2

RE: java keeps crashing. any ideas?

2004-01-29 Thread Yiannis Mavroukakis
Are you getting this for every invocation of the JVM or just on the tomcat particulars? -Original Message- From: Alex Korneyev [mailto:[EMAIL PROTECTED] Sent: 29 January 2004 15:46 Cc: Tomcat Users List Subject: java keeps crashing. any ideas? I keep getting this. i am running on linux

RE: tomcat5 in-process (more info for you guys)

2004-01-28 Thread Yiannis Mavroukakis
for taking the time to help me with this... Drew -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 12:06 PM To: 'Tomcat Users List' Subject: RE: tomcat5 in-process (more info for you guys) NP. As far as your error is concerned, you can rectify

RE: help: want to encrypt Tomcat user passwords

2004-01-27 Thread Yiannis Mavroukakis
That hasn't got anything to do with tomcat. You should either be using an encoding scheme at code level, or if you feel your application-to-database link is secure, use database in-built methods to encode/decode the passwords.I don't know how good ole' Oracle does it, but in mySQL there are

RE: tomcat5 in-process (more info for you guys)

2004-01-27 Thread Yiannis Mavroukakis
January 2004 15:33 To: Tomcat Users List Subject: RE: tomcat5 in-process (more info for you guys) Thanks, Yiannis. I'll stop waisting my time trying to figure out why it won't work. I was beginning to think I was too ignorant... Drew -Original Message- From: Yiannis Mavroukakis [mailto

RE: tomcat5 in-process (more info for you guys)

2004-01-26 Thread Yiannis Mavroukakis
for you guys) where did you find this blurb of code - Original Message - From: Yiannis Mavroukakis [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, January 23, 2004 11:36 AM Subject: RE: tomcat5 in-process (more info for you guys) Phil, here is the code

RE: tomcat5 in-process (more info for you guys)

2004-01-26 Thread Yiannis Mavroukakis
for ajp13:jni [Fri Jan 23 11:39:03 2004] [error] lb.service() unrecoverable error... [Fri Jan 23 11:39:04 2004] [notice] vm.detach() ok [Fri Jan 23 11:39:04 2004] [error] mod_jk.handler() Error connecting to tomcat 12 - Original Message - From: Yiannis Mavroukakis [EMAIL PROTECTED

RE: [OT] installing new java jdk

2004-01-26 Thread Yiannis Mavroukakis
Why not try to get it from a mirror? -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 26 January 2004 13:40 To: Tomcat Users List Subject: [OT] installing new java jdk I haven't worked out how to install new versions of java onto my remote webserver effectively yet.

RE: [OT] installing new java jdk

2004-01-26 Thread Yiannis Mavroukakis
To: Tomcat Users List Subject: Re: [OT] installing new java jdk I thought there weren't any mirrors. Which do you mean? On 01/26/2004 03:05 PM Yiannis Mavroukakis wrote: Why not try to get it from a mirror? -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 26

RE: Connecting Tomcat to Apache

2004-01-23 Thread Yiannis Mavroukakis
Install the pcre (Perl Compatible Regular Expressions)libs..either via rpm *retch* or download and build the source from sourceforge(http://sourceforge.net/projects/pcre/) Yiannis -Original Message- From: David Grant [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 10:03 To: 'Tomcat Users

RE: Geomatica Webserver

2004-01-23 Thread Yiannis Mavroukakis
TC 5.0.18 both in development and production, paired with httpd 2.0.x and jk2. I havent had any noticeable errors or problems, even in 5.0.16 with the memory leak issue. Yiannis. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 14:40 To: Tomcat Users

RE: running tomcat5 in-process

2004-01-23 Thread Yiannis Mavroukakis
Connector port=8019 minProcessors=5 maxProcessors=75 enableLookups=false acceptCount=20 debug=0 protocol=AJP/1.3/ Is probably what you want. This is for my devel server, so change the values according to your needs. -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED] Sent: 23

RE: running tomcat5 in-process

2004-01-23 Thread Yiannis Mavroukakis
can get them to work perfectly, however my goal is to get apache to start tomcat in-process which requires the jni connector. - Original Message - From: Yiannis Mavroukakis [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, January 23, 2004 9:53 AM Subject: RE

RE: running tomcat5 in-process

2004-01-23 Thread Yiannis Mavroukakis
, however my goal is to get apache to start tomcat in-process which requires the jni connector. - Original Message - From: Yiannis Mavroukakis [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, January 23, 2004 9:53 AM Subject: RE: running tomcat5 in-process

RE: running tomcat5 in-process

2004-01-23 Thread Yiannis Mavroukakis
and JNI in-process is not possible at the moment. -Original Message- From: Phil Adams [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 16:22 To: Tomcat Users List Subject: Re: running tomcat5 in-process it's all cool! - Original Message - From: Yiannis Mavroukakis [EMAIL PROTECTED

RE: running tomcat5 in-process

2004-01-23 Thread Yiannis Mavroukakis
If everything works ok, you can safely ignore this error. Check the source code for mod_jk2 for more info. -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: 23 January 2004 16:12 To: 'Tomcat Users List' Subject: RE: running tomcat5 in-process I'm getting that error.

RE: tomcat5 in-process (more info for you guys)

2004-01-23 Thread Yiannis Mavroukakis
Phil, here is the code related to your error rc = worker-service(env, worker, s); [] rc1=worker-rPoolCache-put( env, worker-rPoolCache, rPool ); if( rc1 == JK_OK ) { rPool=NULL; } if( rPool!=NULL ) { rPool-close(env, rPool); } if(rc==JK_OK) {

RE: Apache 1.3 + mod_jk2, requiring https

2004-01-22 Thread Yiannis Mavroukakis
Why not try the following: use the location directive to house the SSLRequireSSL directive, like so: Location /path/to/root/of/webapp SSLRequireSSL /Location That way, httpd will reject all requests to http://host/path/to/root/of/webapp but allow https://host/path/to/root/of/webapp

RE: Apache 1.3 + mod_jk2, requiring https

2004-01-22 Thread Yiannis Mavroukakis
Sorry I should also add that SSLREquireSSL is an httpd 2.x directive, don't quite remember if mod_ssl for 1.3 uses the same directives but I suspect it does :~) -Original Message- From: frank delin [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 23:11 To: [EMAIL PROTECTED] Subject: Apache

RE: Apache-Tomcat integration vs Direct Tomcat

2004-01-21 Thread Yiannis Mavroukakis
No easy answer on this one..There are proponents of the httpd-Tomcat approach who say that since Apache httpd has been developed to excel at static content delivery then you should use that. On the other hand, there are people that say that Tomcat can perform equally well at serving static

RE: Apache-Tomcat integration vs Direct Tomcat

2004-01-21 Thread Yiannis Mavroukakis
ROFLMAO! Why did I miss the joy part on my first read of your response?:) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 13:58 To: Tomcat Users List Subject: RE: Apache-Tomcat integration vs Direct Tomcat Howdy, I was nearly brought to tears of

RE: Tomcat 5 for production?

2004-01-21 Thread Yiannis Mavroukakis
Oh no, we likes acerbic comments my precious;) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 15:04 To: Tomcat Users List Subject: RE: Tomcat 5 for production? Howdy, I'm sure that if someone else hadn't, you would have. ;-) Nope, I had

RE: Eclipse+Ant+Tomcat 5 - problems

2004-01-20 Thread Yiannis Mavroukakis
Since you are using Eclipse, why not try out the Sysdeo Tomcat plugin? -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: 19 January 2004 23:09 To: [EMAIL PROTECTED] Subject: Eclipse+Ant+Tomcat 5 - problems I'm starting to try out Tomcat 5 in our development

RE: JK2: Cannot configure to use port other than 8009

2004-01-20 Thread Yiannis Mavroukakis
That's the way I do it and It Works For Me (tm) [channel.socket:localhost:8019] host=localhost port=8019 [channel.socket:localhost:8020] host=localhost port=8020 [ajp13:localhost:8020] channel=channel.socket:localhost:8020 [ajp13:localhost:8019] channel=channel.socket:localhost:8019 Yiannis.

RE: TC5 won't start on Xeon | severe error

2004-01-19 Thread Yiannis Mavroukakis
:) Y. -Original Message- From: K. Harvatis [mailto:[EMAIL PROTECTED] Sent: 19 January 2004 14:26 To: Tomcat Users List Cc: Yiannis Mavroukakis Subject: Re: TC5 won't start on Xeon | severe error Ok, what was needed was an installation of SDK 1.4 and the creation of an empty \lib

RE: Linking tomcat with apache

2004-01-19 Thread Yiannis Mavroukakis
Probably this [Mon Jan 19 14:32:37 2004] [error] shm.init(): No file You need a shm directive in your workers2.properties. [shm] file=/tmp/shm.file size=100 Or whatever path takes your fancy. Yiannis. -Original Message- From: Allan Bruce [mailto:[EMAIL PROTECTED] Sent: 19 January

RE: Linking tomcat with apache

2004-01-19 Thread Yiannis Mavroukakis
HTTP 301 Redirect. Thanks Allan - Original Message - From: Yiannis Mavroukakis [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:58 PM Subject: RE: Linking tomcat with apache Probably this [Mon Jan 19 14:32:37 2004] [error] shm.init

RE: mod_jk2 JNI question for the brave :)

2004-01-09 Thread Yiannis Mavroukakis
. -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 08 January 2004 17:54 To: 'Tomcat Users List' Subject: RE: mod_jk2 JNI question for the brave :) From: Yiannis Mavroukakis I thought I had a rough understanding but it turns out that I dont %-) Do you mean that JNI

RE: Tomcat 5, Apache2 and mod_jk2 integration problem

2004-01-09 Thread Yiannis Mavroukakis
Try adding the following to your workers2.properties Try adding the followign to your workers2.properties [ajp13:localhost:8009] channel=channel.socket:localhost:8009 and add this to [uri:/jsp-examples] worker=ajp13:localhost:8009 Hope this helps, Yiannis

mod_jk2 JNI question for the brave :)

2004-01-08 Thread Yiannis Mavroukakis
Hi everyone, Bringing the woes of jk2+JNI again here with the dreaded Can't find child xx in scoreboard, since I haven't found a satisfactory answer by anyone. Using TC5 with Apache 2.0.x under Linux, I can get jk2 to work using sockets. However the fun begins when I try to use JNI. Looking at

RE: mod_jk2 JNI question for the brave :)

2004-01-08 Thread Yiannis Mavroukakis
question for the brave :) From: Yiannis Mavroukakis Subject: mod_jk2 JNI question for the brave :) Hi everyone, Bringing the woes of jk2+JNI again here with the dreaded Can't find child xx in scoreboard, since I haven't found a satisfactory answer by anyone. Using TC5 with Apache 2.0.x

RE: mod_jk2 JNI question for the brave :)

2004-01-08 Thread Yiannis Mavroukakis
That was the thing that I considered, but again if you have multiple workers, what would be the benefit of having that much Tomcat instances running. So either you have a single worker with the single TC instance launched or none. Having single worker running TC, keeping the rest 30 without

getPathInfo behaviour changed in tomcat 5.x?

2003-12-15 Thread Yiannis Mavroukakis
Hi everyone, I have an app running in Tomcat 4.1.x which I moved over to Tomcat 5. I noticed that the return results I was getting when calling getPathInfo() where different between the two server versions. Does anyone know whether the implementation changed? Cheers, Yiannis

RE: getPathInfo behaviour changed in tomcat 5.x?

2003-12-15 Thread Yiannis Mavroukakis
Subject: Re: getPathInfo behaviour changed in tomcat 5.x? Is this it? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25015 -Tim Yiannis Mavroukakis wrote: Hi everyone, I have an app running in Tomcat 4.1.x which I moved over to Tomcat 5. I noticed that the return results I was getting

RE: getPathInfo behaviour changed in tomcat 5.x?

2003-12-15 Thread Yiannis Mavroukakis
a string starting with /? Yoav Shapira Millennium ChemInformatics -Original Message- From: Yiannis Mavroukakis [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 8:58 AM To: 'Tomcat Users List' Subject: RE: getPathInfo behaviour changed in tomcat 5.x? Hmm not quite but it could

RE: RE : [offtopic] Architecture Question

2003-12-05 Thread Yiannis Mavroukakis
Amen brother :) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 05 December 2003 14:09 To: Tomcat Users List Subject: RE: RE : [offtopic] Architecture Question Howdy, I use Axis on Tomcat, of course ;) Yoav Shapira Millennium ChemInformatics -Original

RE: Tomcat Settings and Performance

2003-11-14 Thread Yiannis Mavroukakis
Jon, The only limit imposed on the requests to your server, is based on your memory and i/o capabilities. More threads will not necessarily improve the situation, I would suggest you look at the amount of memory you allocate to tomcat, try increasing it and/or modifying the behaviour of the

mod_jk2 errors: jk2_init() Can't find child xxx in scoreboard

2003-11-13 Thread Yiannis Mavroukakis
Hi, I've setup Apache2 and Tomcat 4.1.27 to communicate via JNI. I've compiled and installed mod_jk2 and I've hit a brick wall trying to get Apache2 started. This is what I get in the error logs: [Thu Nov 13 10:58:12 2003] [error] jk2_init() Can't find child 27253 in scoreboard [Thu Nov 13

RE: Setting the -server Java Option

2003-11-13 Thread Yiannis Mavroukakis
Harry, I am running Tomcat with -server and I've seen no adverse side-effects. Yiannis. -Original Message- From: Harry Mantheakis [mailto:[EMAIL PROTECTED] Sent: 13 November 2003 12:29 To: Tomcat Users List Subject: Re: Setting the -server Java Option Hello Tim You need to do it by

more on mod_jk2 errors

2003-11-13 Thread Yiannis Mavroukakis
Hello again, Further to my previous post, I've isolated the piece of code that spits out the errors in the log ap_mpm_query(AP_MPMQ_MAX_DAEMONS, max_daemons_limit); if (max_daemons_limit == 0) { workerEnv-childId = 0; env-l-jkLog(env, env-l, JK_LOG_INFO,

Apache 2.0.47+Tomcat4.1.27+mod_jk2 init issues

2003-08-28 Thread Yiannis Mavroukakis
Hi there, I've got an issue with the setup of mod_jk2(version 2.0.2) I can't seem to get around. I'm prety certain that my configuration is ok, so I don't know what the problem might be. I'm trying to run Tomcat as an inprocess to Apache, and this is where the grief starts ;) When launching

RE: HttpServletRequest not found from within library

2003-08-14 Thread Yiannis Mavroukakis
IMHO you should try removing servlet.jar from your classpath, as you probably only need it on compile time, and restart Tomcat. Let me know if this worked for you. Yiannis. -Original Message- From: Christian Hauser [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 09:36 To: Tomcat Users

RE: HttpServletRequest not found from within library

2003-08-14 Thread Yiannis Mavroukakis
To: Tomcat Users List Subject: Re: HttpServletRequest not found from within library Hi Yiannis I didn't work. I stopped tomcat, removed servlet.jar from the CLASSPATH and restarted it. Same exception. servlet.jar can only be found in CATALINA_HOME/common/lib. Christian Yiannis Mavroukakis wrote

  1   2   >