howto hold transient record data in a Java applet?

2004-02-27 Thread achana
Hi all. I've a Java applet question, which is slightly out of context here. For that I apologize. I want to create a class containing a record structure to hold transient data from other applets on same browser and from same codeBase(). In other words, several other applets in same browser will

Re: [OT] Apache and Tomcat together

2004-01-14 Thread achana
Security! Many-to-many configuration! Graham Reeds wrote: Something that has puzzled me for a few weeks now, and that is why use Tomcat and Apache together? Tomcat serves up HTML pages as well JSP so where is the benefit in running both? Even if Apache was faster at serving regular html

Happy New Year and Where is John Turner?

2003-12-31 Thread achana
Happy New Year to all, especially to those who contributed so much and helped so many. I hope Tomcat will grow and grow, along with java and any form of linux and bsd-unix. Does anyone know where John Turner is? Haven't seen him on the list for ages...

Out of topic: smake n cdrecord for linux

2003-12-07 Thread achana
Hi, apologies for being out of topic. I've installed a new scsi cd-rw, a cursory cdrecord -scanbus shows that it is recognised as a scsi device (which is fine) but displayed as CD-ROM. Does anyone have a more concise and readable howto for Joerg Schilling's smake and cdrecord tools? Apologies

Re: Not even close to on topic: smake n cdrecord for linux

2003-12-07 Thread achana
Thank-you for your suggestion. ** Oscar Carrillo wrote: You are waay off topic here. A google search is the way to go here. Regards, Oscar On Mon, 8 Dec 2003 [EMAIL PROTECTED] wrote: Hi, apologies for being out of topic. I've installed a new scsi cd-rw, a cursory

Re: Not even close to on topic: smake n cdrecord for linux

2003-12-07 Thread achana
Thank-you for your suggestion. Kwok Peng Tuck wrote: So his 'Out of topic' is in fact out of topic ? :) Achana, maybe you can have a look at many of the linux mailling list out there ? Might be better help than the tomcat list. Oscar Carrillo wrote: You

Pls ignore emails which do not interest you!

2003-12-07 Thread achana
: So his 'Out of topic' is in fact out of topic ? :) Achana, maybe you can have a look at many of the linux mailling list out there ? Might be better help than the tomcat list. Oscar Carrillo wrote: You are waay off topic here. A google search is the way to go here

Bit off topic : What happened to RedHat?

2003-11-18 Thread achana
Hi, does anyone know what happened to RedHat, its mailing list and forum? Haven't used it for a while and it seems they are no more. Also, I run JVM and TC4 on RH7.1 kernel 2.4.2 and thinking about RH9, but someone said that's the last version and there won't be a *stability* version coming out

Re: Bit off topic : What happened to RedHat?

2003-11-18 Thread achana
Thanks. Since they are servers (Apache + TC4 + database setup) , most are custom installs without the bloat ware. In any case, BSD-Unix is *my* only other acceptable choice, so there's no flame war ;-) I've not come across anyone willing to stick his neck out on NT/W2000 $erver running Apache

Re: Bit off topic : What happened to RedHat?

2003-11-18 Thread achana
I have never had a problem with 3Com or Linksys hardware. Excuse my ignorance, but what do you mean by 'WLAN'? IS this hardware different from standard 100baseT etnernet? Wireless LAN IEEE802.11b/g operating at 2.4GHz spectrum and effective up to a distance of 100meters @ 54mbps, in this

Re: Design advice needed.

2003-11-03 Thread achana
Ummm, didn't want to butt in, but why r u multi-threading a read, then write to Oracle? Without using roll locking, wouldn't it be the right thing to do using synchronized thread e.g. like this import java.io.*; public class ModifyAccountBalance { DespositThread Deposit1, Deposit2; Deposit1 =

Re: Http and https

2003-10-13 Thread achana
Hi. Assuming you have one fix IP address, you can use name based virtual hosts in httpd.conf. The first vhost is the HTTPS. The second vhost is the HTTP. Hope that helps. Damnish wrote: Hello I am using Tomcat 4.1.24 with Apache 2. I want to run two context on the server so that one can be

Re: vertial host apache/tomcat

2003-09-18 Thread achana
What's the question? Johan Louwers wrote: Luke, I placed my httpd.conf in this mail. Hope you (or someone else) knows the answer. # --BEGIN HTTPD.CONF-- # # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the

open HTTP connection failed

2003-09-14 Thread achana
Hi all. My environment is j2sdk4 and TC404. I am trying to implement SUN/Marty hall's WebClient for administering host, port and requests. The code uses java.net's SocketUtil. e.g. (NetworkClient.java) Socket client = new Socket(host, port); handleConnection(client); ... protected void

Re: Puzzling SAXParseException error

2003-09-11 Thread achana
Thanks for taking time to look at the problem. Tim Funk wrote: With the amount of info and config available, I am at a loss. At this point, I would start from a virgin install, make sure that works ok. Then start making incremental changes and wait for things to error. -Tim [EMAIL

Re: Puzzling SAXParseException error

2003-09-09 Thread achana
Hiya. Yes, that's what I did before all these troubles started. I've tried removing all the enties that I've made relating to manager and then re-instating them, same error message in catalina.out. Yet TC404 keeps on working. server.xml has not got a DTD, but that's not required. Tim Funk wrote:

Puzzling SAXParseException error

2003-09-08 Thread achana
Hiya all. I'am on Apache2/TC404, I was trying to make the Manager Application work on 404. I modified the context path in defaultHost=localhost and a couple of vosts to include path=/manager and docbase=manager. Then I found out I am missing altogether /path/to/webaps/manager/WEB-INF/

Re: Puzzling SAXParseException error

2003-09-08 Thread achana
Hi Tim. Thx for the tip. I think it is complaining about not finding org.apache.catalina.servlets.ManagerServlet, which is in path/to/manager/WEB-INF/web.xml In the meantime I've commented out the path and docBase for manager in server.xml, but the error persists without affecting any other apps.

Re: Bit confused: Admin Tool vs Manager Application

2003-09-07 Thread achana
THX, but where does 404 fit in. It's neither 3.3+ or 4.1+ TIA Bill Barker wrote: The 'admin' Context in 3.3.x is similar tothe 'manager' Context in 4.1.x. There are big difference when you get down to the specifics (e.g. 3.3 doesn't include Ant tasks), but in Big Picture terms, they do much

Re: Bit confused: Admin Tool vs Manager Application

2003-09-07 Thread achana
Hi. Is it a simple mater of downloading some java code from jakarta.apache.org and putting it in the proper folder ? Does it require an upgrade from 404 to get the full functionalities? TIA :-) Bill Barker wrote: Tomcat 4.0.4 only has the 'manager' (which is similar to the 4.1.x 'manager'

Missing ManagerServlet

2003-09-06 Thread achana
Hi All. I'm on TC404 Its seems someone has walked off with my org.apache.catalina.servlets.ManagerServlet. Where can I find a copy that I can javac in the hope that finally, the manager would work. Cheers :-) - To unsubscribe,

Bit confused: Admin Tool vs Manager Application

2003-09-06 Thread achana
Hi All. I'm on TC404, looking at manager configuration. Is Administration Tool only available in TC3.x? Is the Manager Applicatio only available in TC4.1+? Seems like TC404 is somewhere in between. - To unsubscribe, e-mail:

Re: Tomcat 5 book

2003-09-04 Thread achana
O'Reilly ? John Turner wrote: Yes. I know for sure one is due early Q1 2004. It is being written from scratch for Tomcat 5, it will not be a Tomcat 4 book refreshed or tweaked to support Tomcat 5. John Marco Tedone wrote: Hi, is there in prevision any book about Tomcat 5?

Re: Tomcat and multiple processors

2003-09-04 Thread achana
(1) Install TC as many times as you need JVM instances; (2) for each instance, rename home before proceeding with another installation eg. CATALINA_HOME_tc1=/path/to/tc1 CATALINA_HOME_tc2=/path/to/tc2 etc (3) for each inctance rename respective startup scripts eg startup_tc1.sh or catalina_tc1.sh

starting tomcat as non-root

2003-09-03 Thread achana
Hi all. I'm o TC4.0.4 I know this subject has been discussed many times before. Are we getting any close to starting tomcat with user nobody or tomcat or anything like that on 8080? Sorry for the repetitiveness - To unsubscribe,

Re: starting tomcat as non-root

2003-09-03 Thread achana
Tom Parker wrote: To get such a beast to appear on port 80 I'm using iptables on linux to forward from port 80 to port 8080 as described at http://www.klawitter.de/tomcat80.html Thanks :-) - To unsubscribe, e-mail: [EMAIL

Re: starting tomcat as non-root

2003-09-03 Thread achana
To get such a beast to appear on port 80 I'm using iptables on linux to forward from port 80 to port 8080 as described at http://www.klawitter.de/tomcat80.html May the All Blacks thump the Rose ;-) - To unsubscribe, e-mail:

howto: multiple TC's on one machine

2003-09-02 Thread achana
Hiya. In order to have two TC instances on one machine, am I right I need only install TC twice e.g. CATALINA_HOME_tc1 = /path/to/tomcat4_tc1/conf CATALINA_HOME_tc2 = /path/to/tomcat4_tc2/conf and then rename /path/to/tomcat4_tc1/conf/catalina.sh to catalina_tc1.sh , ditto for tc2 e.g.

Re: Any contractors from HK, S.E.Asia or India in this forum ?

2003-09-02 Thread achana
Beacuse I'm trying t put together a dedicated team in HK Santos Jha wrote: dude/dudess Why are u asking this question. Yes I am from SE Asia .so? [EMAIL PROTECTED] wrote: C'mon There are 7+ million people in HK, x-number of multi-nationals from y-number of

about worker.list - non comprendo

2003-09-01 Thread achana
Hiya all. I'm using Apache2.0.40/TC4.0.4 Currently, on my web server's worker.properties, I've worker.list=ajp13, which works fine. In preparation for a second tomcat, I am modifying the worker.list As a test, I changed it to worker.list=diehard1 and ditto for all subsequent references to this

about worker.list - non comprendo

2003-09-01 Thread achana
It works like this, but it is not making sense to me at the moment. In httpd.conf, for each vhost, I changed the lines to read : VirtualHost blabla ...ellided... JkMount /path diehard1 JkMount /path/* diehard1 ...other contexts... /VirtualHost Does this mean I must allocate one specific TC

Manager Application and catalina.policy?

2003-08-27 Thread achana
H Does HttpConnector have to be enabled on some port e.g. 8080 to use Manager Application ? I am happy with just Ajp at the moment. I am on TC4.0.x and it is not possible to upgrade to TC4.1.x at the moment. Cheers :-) Shapira, Yoav wrote: Howdy, No, you're not right. The two provide

Re: No need for catalina.policy?

2003-08-27 Thread achana
 How does a malicious foreign applet come to be on my linux/apache2 web-server where only two ports are listening and most services disabled ? The only way the applets can communicate with the servlets is through an a2s http-tunnel! Does this relate a threat mode where the threat comes from

Opposite of Persistent manager

2003-08-27 Thread achana
Hi all. Currently I am using session timeout on web.xml Ideally if a user walks away from the terminal, even for a short while, the session dies and the display is cleared. I guess that has to be handled programmaticaly rather than through TC4. ??? TIA :-)

Re: Any contractors from HK, S.E.Asia or India in this forum ?

2003-08-27 Thread achana
C'mon There are 7+ million people in HK, x-number of multi-nationals from y-number of industry sectors. I can't believe no HK person is contributing to or listening in on this forum. Don't be shy. [EMAIL PROTECTED] wrote: Hiya, all. Any contractors in this forum specializing in java

Any contractors from HK, S.E.Asia or India in this forum ?

2003-08-26 Thread achana
Hiya, all. Any contractors in this forum specializing in java applet/servlet, a2s, jndi in an apache2/tc4 environment and are from HK/China, S.E.Asia or India ? Got a website? TIA :-) - To unsubscribe, e-mail: [EMAIL PROTECTED]

No need for catalina.policy?

2003-08-26 Thread achana
Hi Please tell me once more. Am I right in assumng that I don't really need catalina.policy if I use httpd.conf to control access ? If t, how do they interact ? TIA :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Valve at engine or vhost level ?

2003-08-24 Thread achana
Hi all. Performance-wise, should AccessLogValve be moved to engine level rather than have one valve per vhost ??? TIA :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maxProcessors problem

2003-08-21 Thread achana
It seems that TC4 has some algorithm which tags objects (read HttpRequests) as long- or short-lived. Please do tell where you got that impression? ;) Actually I got that out of the book Professional Apache Tomcat. Better than reading through reams of JAVA codes :-))

Re: maxProcessors problem

2003-08-20 Thread achana
Hi all. It seems that TC4 has some algorithm which tags objects (read HttpRequests) as long- or short-lived. At 70+ connections per second, I guess most of your HttpRequests would be short lived, which means the gc will reclaim them first, but not until the heap is exhausted. So it might help to

Re: maxProcessors problem

2003-08-20 Thread achana
Not true. They will be reclaimed when possible according to the selected GC algorithm Aha, are there actually different reclamation algorithms that I can select from ?? I mean, like some parameter in catalina.sh ?? - To

About heap size, gc and newsize

2003-08-19 Thread achana
Hi all. I am trying to get gc to reclaim more regularly by clearing short live HttpRequest. Is this syntax corrrect, doesn't seem to do much whichever way I tweak it : (catalina.sh) ... JAVA_OPTS=-Xms256m -Xmx256m -XX:NewSize=128m -XX:MaxNewSize=128m TIA :-)

writing to catalina.log

2003-08-18 Thread achana
Hi, all. Currently, our output to catalina.log is programmatically controlled, when we want to change the logged events and content, we have to modify the java code and javac it again. Is there anyway to work around this, not having to recompile? TIA :-)

OFF TOPIC: OpenSSL httpd.conf and Netscape...

2003-08-14 Thread achana
Such silence... : For those interested, the vhosts work fine on one IP, as described earlier, and after downloading and patching Netscape 6.2, it is working the way it should. So now, with the afore-mentioned setup in httpd.conf, I have three browsers working : * MSIE5 (just fine...) * Netscape

Off topic : any tools for testing mod_ssl/OpenSSL ???

2003-08-14 Thread achana
Hi All. I have got my Apache mod_ssl/OpenSSL talking with Tomcat nicely using MSIE5, Netscape 6.2 and Mozilla. On Netscape 7.1, it says I am transmiting in clear text for all to see AFTER logging in and accepting the certificate !?! SOmehow I doubt that, I think it is telling me fips. Are there

Re: [OT] how to pronounce Apache ?

2003-08-14 Thread achana
Apache has NOTHING to do with indigenous American people. It stands for a patchy software. Eugene Lee wrote: On Mon, Aug 11, 2003 at 02:49:52PM +0530, Antony paul wrote: : : I would like to know how to pronoune Apache in US English. I found two : pronounciations at

Re: Client SSL certificates signed by Windows Certificate Server

2003-08-11 Thread achana
Bill Barker wrote: Martin Jericho [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 11, 2003 2:03 PM Subject: Re: Client SSL certificates signed by Windows Certificate

testing ezmlm - do not reply

2003-08-11 Thread achana
tesing email manager ezmlm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache's SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt:460

2003-08-09 Thread achana
A bit off topic again. I have apache 2.0.40 + mod_ssl talking with OpenSSL. Things seem to be working, client browsers present certificate and log-on, tells me its high grade encryption etc. But when I do [ssl]# openssl s_client localhost:443 -state -debug I still get this error message :

Off topic : frightening test for mod_ssl/OpenSSL ???

2003-08-06 Thread achana
I forgot to add the frightening result of following test (like doctor telling you that you've leukemia) : [ssl]# openssl s_client -connect localhost:443 -state -debug CONNECTED(0003) SSL_connect:before/connect initialization write to 0809D018 [0809D060] (124 bytes = 124 (0x7C)) - 80 7a 01

Off topic : tools for testing mod_ssl/OpenSSL ???

2003-08-05 Thread achana
Hi All. TCPDUMP-ing the login for NYTimes.com as a control group I can certainly see USERID and PASSWORD (and other things) eg. ... Referer: http://www.nytimes.com/auth/login Accept-Language: en-us Content-Type: application/x-www-form-urlencoded Accept-Encoding: gzip, deflate User-Agent:

Is this an OpenSSL or httpd problem ???

2003-08-04 Thread achana
Hi All. Problem : Netscape 6.2 would not redirectfrom http://my.first.com to https://my.secure.dom I have two vhost entries, first one listens on port 80 and secure one on 443. My bjective : from the first web-site, creae a link to a secure one in index.html using an anchor e.g. A HRED=http://my

OFF-TOPIC: using .htpasswd and OpenSSL

2003-08-03 Thread achana
Hi All. I use .htpasswd to protect some directories/vhosts which are OpenSSL-enabled. Ideally I would like to use MD5 rather than Basic for logging on. How does this work togethr with the OpenSSL encryption ? This odd idea lingers in the back of my mind that OpenSSL might encrypt the encrypted

[OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-30 Thread achana
Hi Steve. Well actually, nothing ! ... CA signing: private/server.csr - private/server.crt: Using configuration from ca.config Enter PEM pass phrase: ... and so forth. But it doesn't tell me what are the configuration parameters. I tried this a few times, always the same error messages but it

Re: [OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-30 Thread achana
I should add that openssl.cnf is same RH default directory and I have edited it a tiny bit. [EMAIL PROTECTED] wrote: I had some, for me, un-decipherable error messages when trying to sign my own certificate. First I created my private key and certificate signing request : [ssl]#

[OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-29 Thread achana
Hi. Sorry about being off-topic. I had some, for me, un-decipherable error messages when trying to sign my own certificate. First I created my private key and certificate signing request : [ssl]# openssl genrsa -des3 -out sever.key 1024 [ssl]# openssl req -new -key server.key -out server.csr Then

Re: [OFF TOPIC ] Openssl..error creating server.crt ???

2003-07-29 Thread achana
Oh, I should mention that I [ssl] # apachectl startssl will start apache wil ssl support (other than the error about virtual hosts) but how can I trust that with the error messages I got, which seem to relate to the encryption routine ??? [EMAIL PROTECTED] wrote: Hi. Sorry about being

apachectl startssl complains about _default_443 (amongst other things...)

2003-07-28 Thread achana
Hi. I compiled mod_ssl into my apache2 and got openssl to generate server.key into .../conf/server.key and server.crt into .../conf/server.crt Then I modified httpd.conf IfModule mod_ssl.c Include /path/to/ssl.conf /IfModule Also, I commented out all the explicitly named virtual hosts in

OpenSSL : sign CA with sign.sh

2003-07-28 Thread achana
Hi. My saga to sign my own CA with sign.sh continues, but I encountered this error : ... # ./sign.sh server.csr sign.log Using configuration from ca.config unable to load CA private key 2124:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:662:Expecting: ANY PRIVATE KEY

error with make testcert

2003-07-27 Thread achana
Hi, all. I am trying to create a self signed certificate for a test before buying one. Some time back, I downloaded and created ../libtool-1.4.2, not in any PATH for obvious reasons. In order to create certificate : # make testcert I got following error : make : *** no rule to make target ***

Re: where is sign.sh from mod_ssl ???

2003-07-25 Thread achana
Hi! I am going throug a couple of books (O'Reilly OpenSSL and SAM Maxum Apache Security) and HOWTOs, I haven't come across instructions to set up a CA yet. Can you please oint me in the right direction ? TIA :( Bill Barker wrote: It seems that it is only distributed with the Apache-1.3.x

Re: how to get the ca from client by servlet

2003-07-25 Thread achana
Hi. We are in the same boat ! See Zhangwei's email. It seems to be a bug, to be fixed by the next release , coming out this month. errise wrote: I had finished the configuration of apache + tomcat + ssl.but i found i can't get client's ca in this environment by servlet. I successfully

Re: where is sign.sh from mod_ssl ???

2003-07-25 Thread achana
Hi. Thanks, I got EngelSchall's sign.sh. I am going through exactly those doco as we speak, I think the problem with the documentation is that they refer to dfferent versions than mine. On my default RH7.1 Linux installation, I do not have /usr/local/ssl or /etc/ssl/openssl.conf, yet it comes

Re: where are sign.sh and openssl.conf ?

2003-07-25 Thread achana
Hi. Unbelievable, I searched all the servers for openssl.conf and found nothing. Some of these are stock standard default installatio sraight from the distro CDs from RH. I am going to install OpenSSL from sratch this weekend and ditch RH's distro copy. find /usr openssl.conf -type f find /usr

Re: where are sign.sh and openssl.conf ?

2003-07-25 Thread achana
Hi. No John, please don't delete RH's /etc/bi/openssl from the default install. RH did something weird, there are dependencies there and they look for RH's version of openssl. The best you can hope for is to install a parallel version of OpenSSL. I brought this up with Simon a few emails ago but

To PEM or not to PEM in OpenSSL ???

2003-07-24 Thread achana
Hi. My quixotic tilt at mod_ssl continues... I am into my second book on this subject matter. Okay, let's put that in that too-hard basket for the moment. Let's make OpenSSL work first. It does. It asks me whether I want to DER or PEM. I take PEM. Then it tells me not enough random data. So I did

Diff betw ssh and my OpenSSL server.key and ca.key ?

2003-07-24 Thread achana
In RH7.1 under /etc/ssh there are several ssh_host_* keys and config files. They seem to be for remote client logins. Would my newly generated OpenSSL keys and certificate conflict with them ??? What's the difference between the two ??? Sorry for the newbie questions... Simon Pabst wrote: 1.

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-24 Thread achana
I actually downloaded and installed Apache2 recently, it is not the old version delivered in the distro. Before the make and make install, there were 2 directories : /usr/local/apache /usr/local/httpd-2.0.40 $APACHE_HOME points to /usr/local/apache I edit the files in $APACHE_HOME/conf and apache

Solved: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-24 Thread achana
Hi Simon That worked, I got mod_ssl. Thanks for the tips, much appreciated. Simon Pabst wrote: Jeez, obviously $APACHE_HOME points to an apache installation directory and not source, so no wonder your previous make didn't work. You don't need the source directory /usr/local/httpd-2.0.40

where is sign.sh from mod_ssl ???

2003-07-24 Thread achana
Hi. The HOWTO instructions on http://httpd.apache.org/docs-2.0/ssl/ssl_fag.html said I need a sign.sh script for signing server.csr. It is supposed to be distributed with mod_ssl. Mabe I should download and unpack the latest mod_ssl and look for it again...

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-23 Thread achana
Hiya, thanks for the tip. When I ran ./configure --help, the option --enable-ssl is missing. So I tried this : ./configure --with-apache= --with-ssl= --prefix= So komme ich auch nicht weiter ! Those options are not available in configure !?! TIA :( Simon Pabst wrote: This should go to

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-23 Thread achana
Well yes, I did that and configure ran normally after a make distclean (I think I maight have left some junk there from last time)... Then I tried doing this : # cd $APACHE_HOME # make # make certificate # make install make didn't work and complained No targets specified and no Makefile found.

Re: for my mod_jk : WARP vs AJP13 ???

2003-07-22 Thread achana
Yes in the end I typed the lot into httpd.conf rather than use server.xml cause I couldn't get it to automagically auto-generate mod_jk.conf correctly for me. Works fine using Glenn Nielsen's doco, nothing like vi-ing around, brings tears to one's eyes. Now lets see whether I can switch on MD5

Can an lb-worker be an ajp13 worker as well ?

2003-07-22 Thread achana
Hi all. Can an lb worker be an ajp13 worker as well ? I mean, you don't really need to allocate a whole box just for load balancing, or do you ? Wouldn't it be nice to have 3 Tomcats all ajp13 as well as lb workers ? Switch off the power supply on one and see what happens. Anyone tried that ?

for my mod_jk : WARP vs AJP13 ???

2003-07-21 Thread achana
Hi. I'm struggling a bit trying to coax server.xml to auto-generate an acceptable copy of mod_jk.conf for me after modifying my workers.properties and adding some virtual hosts. AS I understand it, WARP is the alternative connector-protocol which I can use instead of AJP13. Are there any reasons

auto-generating mod_jk.conf ???

2003-07-20 Thread achana
Hi all. I use Apache2 - mod_jk - Tomcat4 Been a while since I had to auto-generate mod_jk.conf The auto-generated copy is in .../conf/auto whereas the working copy is in .../conf I have some new virtual hosts which I inserted into server.xml. I copied server.xml to the Apache server, started and

And another thing about auto-generating mod_jk.conf

2003-07-20 Thread achana
[EMAIL PROTECTED] wrote: I modified workers.properties : from worker.list=ajp13 to worker.list=ajax, helen following is an excerpt from the new workers.properties : ... # listing workers by names e.g. worker.list=asterix, obelix, loadbalancer etc ps=/ worker.list=ajax, troy #

Re: Redirect to home page on logon

2003-07-20 Thread achana
Hi, this is what I do smetimes (nly to look at my own things, of course...): $ telnet 192.168.1.200 80 ... It might respose by telling me : .. Trying 192.16.1.200.. Connected to 12.168.1.200 ... Then you type in something like this : GET /help.txt HTTP/1.0 ... It will probably give you a log

problem with auto-generating mod_jk

2003-07-19 Thread achana
Hi all. I use Apache2 - mod_jk - mod_jk Been a while since I had to auto-generate mod_jk. I have some new virtual hosts which I inserted into server.xml. I copied server.xml to the Apache server, started and stopped Tomcat and got a new .../conf/auto/mod_jk.conf It has all the new virtual hosts,

Where is ContextXmlReader ???

2003-07-17 Thread achana
Hi. I am in one of those sticky situations where I do not know which forum is the right one. I am trying to sync my Apache2 with my Tomcat4 by defining virtual hosts in httpd.conf and server.xml, if that sort of makes sense... Tomcat4 Questions === Where is the directive

Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-14 Thread achana
Apache2.0.40 seems to ship with mod_ssl in the directory .../httpd-2.0.40/modules/ssl. But no mention of OpenSSL, although both ssl_util_ssl.c and ssl_util_ssl.h refer to OpenSSL. I ftp-ed openssl-0.9.76b.tar.gz , but they only tralk about Apache 1.3.24 as in : # configure

Installing mod_ssl..

2003-07-14 Thread achana
I am really hesitant to install mod_ssl since Apache2+Tomcat+mod_jk are working so well together. With every step forward, I cause more damages if smething goes wrong! Once I install OpenSSL on Apache2, what will happen to the communication with Tomcat? All docs and references talk about Apache

Re: Installing mod_ssl on Apache2+Tomcat+mod_jk setup...

2003-07-14 Thread achana
Danke. Simon Pabst wrote: This should go to Apache Mailing List propably. Apache 2 has its own mod_ssl included. You still need an installed OpenSSL to use mod_ssl, as how to configure: httpd-2.0.45 # ./configure --help|grep -i ssl --enable-sslSSL/TLS support (mod_ssl)

virtual hosts in Tomcat and Apache

2003-07-14 Thread achana
Hi again, Apache2+Tomcat+mod_jk working find until... I used a virtual host directive in server.xml, that's fine; but When I start adding virtual hosts in Apache, one for each developer's directory, I got following error message : RemoteORAClient: set URL to

Seeking expression of interest (no agents please)

2003-01-10 Thread achana
Posted : Thursday, 10-Jan-2003 Position : may need 1 to 2 experienced JAVA contractors to help out ! Location : New York, NY Pay : see Whats on offer ReplyTo : [EMAIL][EMAIL PROTECTED][/EMAIL] No agents please ! I have basic codes in need of major enhancements, you will need to stick to the

Re: HELP with catalina.policy

2003-01-07 Thread achana
Hi Jeanfrancois Arcand Is this a firewall problem from their end ??? Yes, It could be a firewall problem. IMO, It is more a privilege issue with NT. Have you try with Administrator privilege? Also, double check that your usesr have the proper java.security file with their JRE. Sorry to

Re: HELP with catalina.policy

2003-01-07 Thread achana
Hi Jeanfrancois Arcand Is this a firewall problem from their end ??? Yes, It could be a firewall problem. IMO, It is more a privilege issue with NT. Have you try with Administrator privilege? Also, double check that your usesr have the proper java.security file with their JRE. Sounding

Where is JMeter for Linux/FreeBSD ?

2002-11-20 Thread achana
Hi! Cannot seem to find a copy of JMeter for Linux, am I looking at the right place ? Would like to hear comments and pros and cons... -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Where is JMeter for Linux/FreeBSD ?

2002-11-20 Thread achana
Ralph Einfeldt wrote: Hey, jMeter is pure java. So it runs under any os for that there is a jdk. Opps, besten Dank ! Zuerst genau anschauen dann eine Frage stellen. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Serving PDF files on Apache2 + Tomcat4.1

2002-11-18 Thread achana
Hugo Villeneuve wrote: I can share the experience I had with IE5, Tomcat 4.1 and serving dynamic PDF. IE 5 have a problem with the Cache-Control parameter in the HTTP 1.1 header. With Tomcat 4.1, if I just send the pdf on the OutputStream every think is working fine. What is your problem

Hugo : Serving PDF files on Apache2 + Tomcat4.1

2002-11-18 Thread achana
Hugo Villeneuve wrote: I can share the experience I had with IE5, Tomcat 4.1 and serving dynamic PDF. IE 5 have a problem with the Cache-Control parameter in the HTTP 1.1 header. With Tomcat 4.1, if I just send the pdf on the OutputStream every think is working fine. What is your problem

Re: openSSL - but at what point ???

2002-11-16 Thread achana
Hi Bill In other words, the discussion about switching SSL on for Tomcat is premised upon a stand-alone Tomcat rather a collaborative Apache-Tomcat scenario ??? TIA -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Serving PDF files on Apache2 + Tomcat4.1

2002-11-16 Thread achana
Hi Hugo ! I have been trying to get .pdf files to display. I am using IE4 on Apache/Tomcat. .pdf is an Oracle blob . pdf does not display on IE but gif and jpg all okay. Did you get it working ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

openSSL - but at what point ???

2002-11-15 Thread achana
Hi All. I know this has been discussed ad nauseum, but I do need some clarification conceptually. By the time the web-server applet calls a servlet in Tomcat, the http request has already gone pass the firewall. Ideally, I would like to see anything between the web-server and the browser encoded

Re: System.out.println not working on servlets initialized when Tomcat starts

2002-11-15 Thread achana
Hi Travis Can you see them in $CATALINA_HOME/logs/catalina.out ??? That's how I debug my stuff -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: USing JAVA_OPTS -Xmx :-)

2002-11-07 Thread achana
Shapira, Yoav wrote: Thanks -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Startup.sh problems with JAVA_OPTS = Xmx ?

2002-11-07 Thread achana
Hi. I had some problems with insufficient memory and added the following line to catalina.sh (somewhere after the comment# --- execute and between 2 blocks of if-fi): JAVA_OPTS=-Xmx128m When I startup with startup.sh I get the following errors ... If I don't use JAVA_OPTS, no errors on startup,

Using -Xmx128m cause BindException Error ???

2002-11-07 Thread achana
Hi all. I am trying to use JAVA_OPTS=-Xmx128m and it causes these erros on starting Tomcat. If I remove that line, Tomcat starts without errors again. Can someone tell me where I might have erred please ? Starting service Default Tomcat-Apache-mod_jk Apache Tomcat/4.0.4 java.net.BindException:

Re: Using -Xmx128m cause BindException Error ???

2002-11-07 Thread achana
Hi All, Yes, of course, I got a tat over excited. Thanks, it seems to be working now with the Xmx128m option Thanks all ! Wish I have a drink with you guys... -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Re: Startup.sh problems with JAVA_OPTS = Xmx ?

2002-11-07 Thread achana
Hi All I got Xmx working and managed to monitor it with netstat -na BUT I am puzzled why each user has 4 or more seesions (threads) ??? -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

  1   2   >