Re: Client authentication optional

2003-02-12 Thread joe
i had the same problem and the only solution is to path the existing org.apache.tomcat.util.net.jsse.JSSESocketFactory ther you have to change .setNeedClientAuth(clientAuth); to .setWantClientAuth(clientAuth); if you want i can send you the patched file .class or the completet .jar to your

Re: stderr.log jk2.log (tomcat/apache/jk2 errors) question

2003-02-12 Thread Bill Barker
If you're not setting it, then it's probably something else. For Jk2, you would set if via: channelSocket.soTimeout=time in ms [EMAIL PROTECTED] wrote in message 01BB14133B43D2118ED300104B9C202B03CFC31E@SQ_EXG1">news:01BB14133B43D2118ED300104B9C202B03CFC31E@SQ_EXG1... Bill, Thanks for the

connection pool in Tomcat

2003-02-12 Thread Oscar Carrillo
I'm looking to pick some people's brains if I may. I've been using my own home-grown connection pool, and I'm wondering if I should switch to Tomcat's. I'm not eager to fix what ain't broke, but I'm wondering if I should jump on the bandwagon. How easy has it been for people to get the

How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Rademacher Tobias
Hi Folks, is it possible to configure Tomcat 4.0 to suppress the port into the url adress (URL rewriting etc)? If yes who and in which config file? I need this due to Tomcat should run into a specical security zone and the firewall maps a specific port to my tomcat server. Therefore I would like

AW: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Torsten Fohrer
simply patch the URL classes from catalina/tomcat-util to remove/replace the port. cu Fohrer -Ursprüngliche Nachricht- Von: Rademacher Tobias [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 12. Februar 2003 10:26 An: '[EMAIL PROTECTED]' Betreff: How to configure Tomcat to suppress adding

Re: 3.3.1 Standalone and Client-Auth

2003-02-12 Thread Alex Tang
On Tue, Feb 11, 2003 at 10:42:33PM -0800, Bill Barker wrote: Alex Tang [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi folks. I was wondering if it's possible to get client certificate information from tomcat (3.3.1) when running STANDALONE (e.g. NOT

RE: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-12 Thread Eric L. Wittle
Jake, I had a similar problem, but with the jk2 binary I downloaded. It wouldn't run with 2.0.44. I tried the mod_jk2.so that is on John Turner's site, and it loaded. I don't know what he did to build it, but it is clearly radically different from the binary on the Jakarta site, since the Jakarta

Re: automatically redirect http to https in tomcat

2003-02-12 Thread Martin Jacobson
[EMAIL PROTECTED] wrote: Is it possible to automatically redirect any http request to https in an Apache + Tomcat environment? For example, If I enter http://my.domain.com/mycontext http://my.domain.com/mycontext , I would be automatically redirected to https://my.domain.com/mycontext? Yes, I

RE: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Barney Hamish
Unless tomcat is running on port 80 (the default port for HTTP) the URL _must_ include the port number otherwise the browser assumes that the webserver is running on Port 80 (which is apparently not the case). Try configuring tomcat to run on port 80 instead of 8080 (or whatever you've got it set

Problem with oracle uix tag library

2003-02-12 Thread F . Crino
Hi! I have deployed a web application developed with JDeveloper_902 on Tomcat 4.1.12 and in many JSP i use an oracle tag library (uix). For this tag uix:tableLayout cellPadding=1 hAlign=start width=200 I got the following error: Unable to find setter method for attribute: hAlign I've

Can't create apr

2003-02-12 Thread Andy Richards
Hi Cant resolve this one? occurs when starting tomcat-4.1.18-LE, with apache2 and mod_jk2. Have looked all over the discussion forums, and found many people with the same problem on tomcat-4.1.12, but cant find a solution. Using the following jk2.properties file... # jk2.properties # list

Class.forname() error in catalina

2003-02-12 Thread derrick . robertson
Im having another problem with tomcat 4.1.18. My classes run fine with tomcat 3.2.1. And tomcat 4.1.18 seems to be set up correctly now thanks to some help. One of my methods makes this call. Class.forname(); But catalina then gets this error in a printstacktrace. Does anybody know anything

RES: ENC: SSL Error: no cipher suites in commom

2003-02-12 Thread Wagner
Hello Bill, I'm using the most commom browsers. I tested on IE 5.5 and Netscape... and got the same errors on both. Thanks in advance, Wagner Garcia Campagner. -Mensagem original- De: Bill [mailto:[EMAIL PROTECTED]] Enviada em: segunda-feira, 10 de fevereiro de 2003 17:28 Para: [EMAIL

RES: SSL Error: no cipher suites in commom

2003-02-12 Thread Wagner
Hello Tony, I am using Tomcat 3.3.1a... The factory declaration is used only in version 4... am i wrong?? Thanks a lot, Wagner Garcia Campagner. -Mensagem original- De: Tony Dahbura [mailto:[EMAIL PROTECTED]] Enviada em: terca-feira, 11 de fevereiro de 2003 20:41 Para: Tomcat Users

RE: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Rademacher Tobias
Uho! Does this mean that tomcat _must_ run as root user (on Solaris) due to ports lower that 1024 are not accessible by a user without root privileges. I guess the solaris admin would'nt be happy if a cricial service that may be attacked runs as root. Mhm. Any advice? Can I run tomcat without

Setting classpath for tomcat 4.1.18 - where to??

2003-02-12 Thread derrick . robertson
Where abouts is the classpath set in tomcat 4.1.18??? I reckon it doesnt know about the class for the loader and hence a reason why it might be throwing an exception. Does anybody know where I can add extra classes to the classpath for Tomcat 4.1.18?? Need to add driver classes. They are already

Re: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Cees van de Griend
On Wednesday 12 February 2003 12:37, Rademacher Tobias wrote: Uho! Does this mean that tomcat _must_ run as root user (on Solaris) due to ports lower that 1024 are not accessible by a user without root privileges. If you want to have Tomcat running on port 80 and/or 443: yes. I guess the

Best Way to Connect to httpd 2.0.40?

2003-02-12 Thread Marc Boorshtein
Hello, I am trying to setup tomcat to work with apache 2.0.40 on a redhat 8 machine. I tried mod_jk but, apache sys it's not compatible. Is there a way to build mod_jk for 2.0.40? Is there a binary? I would REALLY prefer not to compile apache, as the machine does not currently have any

RE: Setting classpath for tomcat 4.1.18 - where to??

2003-02-12 Thread Roberts, Eric
Hi, Put your drivers in common/lib. Tomcat uses it's own classpath - read the Class Loader HOW TO in the docs. HTH :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 12. Februar 2003 12:39 To: [EMAIL PROTECTED] Subject: Setting classpath for

RES: SSL Error: no cipher suites in commom

2003-02-12 Thread Wagner
Hello Tony, I tested on Tomcat 4.1... and still couldn't make a SSL cennection... I think that the problem is with Keytool... Because i have a v1 selfsigned certificate that worked with version 3 and 4 of Tomcat... But my verisign v3 certificate just don't work... Does anybody know something

RE: Setting classpath for tomcat 4.1.18 - where to??

2003-02-12 Thread derrick . robertson
yes, I just did that, but i thought it was quite untidy to the same jar file replicated throughout my file system, but still giving it a bash. -Original Message- From: Roberts, Eric [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:53 AM To: Tomcat Users List Subject: RE:

RE: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Ralph Einfeldt
There have been several suggestions to achieve this: - use apache - NAT with ipchain/iptables (A german article for iptables: http://www.3plus4software.de/news/20020617.html) - bindd - authbind http://packages.debian.org/unstable/utils/authbind.html a discussion about authbind vs. bindd

Re: Tomcat won't startup

2003-02-12 Thread Lindomar
Yakov, this class, JndiPermission.class, isn't in your classpath, search the respective jar file and put in /lib of your webapp. Good Luck. - Original Message - From: Yakov Belov [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, February 12,

simultaneous access to web pages

2003-02-12 Thread otavio.romao
Hi, I have an error when I test my web site with 20 simultaneous access, where 10 of those access passed but the others nop. I mean, I have a web site (using JSP) under tomcat server, in port 8080, and I'm using JMeter to make some tests in the site, and I set to make 20 user login

Linux 7.2, Apache Tomcat 4.18

2003-02-12 Thread Alberto A C A S Magalhães
** Este email assim como os ficheiros que possa ter em anexo são confidenciais e para uso exclusivo da pessoa ou organização para o qual foi enviado. Se recebeu este email por engano por favor notifique [EMAIL PROTECTED] Esta

RE: Setting classpath for tomcat 4.1.18 - where to??

2003-02-12 Thread Alberto A C A S Magalhães
** Este email assim como os ficheiros que possa ter em anexo são confidenciais e para uso exclusivo da pessoa ou organização para o qual foi enviado. Se recebeu este email por engano por favor notifique [EMAIL PROTECTED] Esta

Tomcat won't startup

2003-02-12 Thread Yakov Belov
Dear All, when I try to start up tomcat I receive the following exception: Exception during startup processing java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: org/apache/naming/JndiPermission at

Re: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Bert Catsburg
Toby, This is not really a specific Tomcat issue. It's the HTTP protocol which defaults to port 80. If you want HTTP protocol to talk via another port, then you have to specifiy the port in the URL. Same for HTTPS (which is SSL) on port 443. There are 2 options you could implement: 1) If you

Re: Best Way to Connect to httpd 2.0.40?

2003-02-12 Thread Bert Catsburg
I use WebApp, but that seems to be not the one for the future. I just posted a reply on another question with config extract included for WebApp. It works fine and it is really easy to understand what's happening. Bert Catsburg Marc Boorshtein wrote: Hello, I am trying to setup tomcat to work

Re: How do setup tomcat on www.domainname.com/~username/some.jsp

2003-02-12 Thread Bert Catsburg
Alex, Use a webserver like Apache and let the webserver handle the '~username' requests. Bert Alex K. wrote: Hello, Any ideas? Best Regards, Alex Korneyev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: How do setup tomcat on www.domainname.com/~username/some.jsp

2003-02-12 Thread Jake Robb
Alex, This is easy, and is covered in the documentation fairly well. Please read, and let us know if you have any specific problems. If you're not aware, the documentation is available at jakarta.apache.org. Also, would you please set your computer date so that it's not a day ahead? I sort my

IIS5 and tomcat 4.1.18

2003-02-12 Thread derrick . robertson
Is it possible to setup tomcat 4.1.18 to run with IIS5 on 2000. Does anybody know how or where to get information from. (PS How can I start up tomcat but not in standalone - ive tried catalina start - but that seems to produce same results as start.bat) Derrick D Robertson BTexact Technologies

Re: Class.forname() error in catalina

2003-02-12 Thread Larry Meadors
Try this instead: Thread.currentThread().getContextClassLoader().loadClass(className); Larry [EMAIL PROTECTED] 02/12/03 03:54 AM Im having another problem with tomcat 4.1.18. My classes run fine with tomcat 3.2.1. And tomcat 4.1.18 seems to be set up correctly now thanks to some help. One of

Taglibs are not interpreted with Tomcat 4.1.18

2003-02-12 Thread Thorsten Giesecke
After changing from Tomcat 3.2.3 to Tomcat 4.1.18 taglib's are no more interpreted. The TLD's are located in /WEB-INF folder and the corresponding classes are in their packages underneath /WEB-INF/classes. Both taglib's are defined in the descriptor file web.xml: ?xml version=1.0

Re: simultaneous access to web pages

2003-02-12 Thread F . Crino
On 12/02/2003 09.46.29 otavio.romao wrote: Hi, I have an error when I test my web site with 20 simultaneous access, where 10 of those access passed but the others nop. I mean, I have a web site (using JSP) under tomcat server, in port 8080, and I'm using JMeter to make some tests in the

RE: Best Way to Connect to httpd 2.0.40?

2003-02-12 Thread Turner, John
If your machine has no development environment, you're basically out of luck. Apache modules are version-sensitive. .43 and .44 are module compatible, but earlier versions of Apache are not compatible with modules compiled for later versions. All of the binaries that I'm aware of are for

RE: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-12 Thread Turner, John
My version has the secret sauce option fully enabled. I am SUPER COMPILER. LOL John -Original Message- From: Eric L. Wittle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 11:18 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Connector issues - jk2,

RE: Linux 7.2, Apache Tomcat 4.18

2003-02-12 Thread Turner, John
Only this, in my opinion: DO NOT install the Apache that RH lets you install when running their installer. Say NO and add Apache later manually. Also, install the development environment. It's much easier to keep current with Apache-to-Tomcat connectors that way. When you have your RH

Admin Webapp Error

2003-02-12 Thread Roberto Rios
Hi all, I am trying to use the admin module that comes with tomcat 4.1.18, and I receive the following error message: javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE at

RE: Setting classpath for tomcat 4.1.18 - where to??

2003-02-12 Thread Turner, John
Not sure what you mean, there's only one $CATALINA_HOME/common/lib. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 6:55 AM To: [EMAIL PROTECTED] Subject: RE: Setting classpath for tomcat 4.1.18 - where to?? yes, I

RE: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Turner, John
Only by running Apache and using a Connector. See my Solaris 8 HOWTO: http://www.johnturner.com/howto John -Original Message- From: Rademacher Tobias [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 6:37 AM To: 'Tomcat Users List' Subject: RE: How to configure

RE: Class.forname() error in catalina

2003-02-12 Thread Steve Bucknam
In addition to trying the loadClass(className) method, verify that the jar file containing com.inet.tds.TdsDriver is in your classpath. Steve -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 8:15 AM To: [EMAIL PROTECTED] Subject: Re:

Re: Admin Webapp Error

2003-02-12 Thread Bert Catsburg
Roberto, What is the URL you use in starting the admin module. Maybe I'm mistaken, but as far as I know, the Tomcat admin module has nothing to do with Struts. What could be the case is that you have a problem in starting the admin module and also see some errors in a Tomcat logfile (which one?)

Moving to Tomcat 4.1.18

2003-02-12 Thread Ramkumar Krishnan
Hi All, I am a newbie to 4.1.18. We want to move our system (which is already running in live)to tomcat 4.1.18 from tomcat 3.2.1. Will there be a major work involve?. How much time it will take?...What will be the major changes?..If you have any documents relating to this, please send it

Problem with existing /admin

2003-02-12 Thread Stein M. Eliassen
Hi, I'm trying to move an application from 4.0.6 to 4.1.18, but the existing /admin in my webapp don't work properly. HttpRequest.getSession(false) returns null for my /admin-servlet, but other servlets like /supervisor returns a valid session. I've removed the tomcat/webapps-directory and

RE: Class.forname() error in catalina

2003-02-12 Thread Larry Meadors
Me and my assumptions! ;-) Yes, make sure the jar is in one of the WEB-INF/lib, common/lib, or shared/lib directories. If it is then try the other thing. Larry [EMAIL PROTECTED] 02/12/03 06:40 AM In addition to trying the loadClass(className) method, verify that the jar file containing

RE: Admin Webapp Error

2003-02-12 Thread Roberts, Eric
Hi Roberto, I had a similar experience, but on a unix platform. We had downloaded Tomcat as a .zip to W2K box (we run HP/UX and the tar.gz files are no good to us). The file was unzipped, then transferred to the unix box. The file transfer mechanism did not work correctly, and did not convert

Re: loadbalancing with tomcat only and unable to bring admin and manager pages

2003-02-12 Thread krip pane
Ben, Thanks for te reply (so far the only one). Can you please elaborate on the monitoring part? I meant to ask what are the symptoms (are there generic meassges?) to grep for from the log files to monitor the health of tomcat. Thanks --- Ben Ricker [EMAIL PROTECTED] wrote: On Tue, 2003-02-11

RE: Class.forname() error in catalina

2003-02-12 Thread Jacob Kjome
You can also pass the class loader that you want Class.forName() to use like this: Class.forName(className, Thread.currentThread().getContextClassLoader()); That is the Class.forName() equivalent to the loadClass() below. Jake At 08:34 AM 2/12/2003 -0500, you wrote: In addition to trying the

RE: How do setup tomcat on www.domainname.com/~username/some.jsp

2003-02-12 Thread Alex K.
Hello Jake Robb, I remember seeing the documentation about it, I just cannot find it :) can you point me to the right URL? Best Regards, Alex Korneyev -Original Message- From: Jake Robb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 7:50 AM To: Tomcat Users List

RE: loadbalancing with tomcat only and unable to bring admin and manager pages

2003-02-12 Thread Roberts, Eric
Another answer on monitoring: We run a shell script on cron which invokes Ant to monitor which servlets are running in Tomcat (using the list target), and then compare the results with a properties file containing the names of our servlets - any discrepancy and an alarm is automatically

Re: Admin Webapp Error

2003-02-12 Thread Jacob Kjome
The xerces jars that come with Tomcat-4.1.18 are not an issue. They were in Tomcat-4.1.12. So, you can leave the xerces stuff alone. Look elsewhere for the cause of the error. Unfortunately I'm not sure what this error is, but at least I was able to tell you what it isn't. Jake At 11:33

RE: Setting up logging - Log4j

2003-02-12 Thread Shapira, Yoav
Howdy, I'm looking at Log4j but I be a newbie and the docs I'm finding are not that helpfull... If you have a choice, I would go with Java 1.4 and use the built-in logging facilities. It is easier to use and more powerful in many ways. You can find info about this on java.sun.com. Hahahaha

Re: How to configure Tomcat to suppress adding port to URL??????

2003-02-12 Thread Christos Karras
You could use the proxyPort attribute in your http Connector in server.xml, for example: Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8082 minProcessors=5 maxProcessors=75 enableLookups=true acceptCount=10 debug=0

RE: Setting up logging - Log4j

2003-02-12 Thread pqin
If that's the case, I would recommend commons-logging as it supports jdk and log4j. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Joe Tomcat [mailto:[EMAIL PROTECTED]] Sent: February 9, 2003 6:04 PM To: Tomcat

RE: IIS5 and tomcat 4.1.18

2003-02-12 Thread Chanan Braunstein
Hi Derrick, I set IIS/Tomcat using the information found in the book: Professional Apache Tomcat by Wrox press (ISBN: 1-86100-773-6) You can also find information about on the web. Search for info about a dll named: isapi_redirect.dll (The dll itself is

RE: NES and Tomcat on Solaris

2003-02-12 Thread Shapira, Yoav
Howdy, Make sure it's worth it. We used to have some NES front ends and with tomcat 4.1.x, tomcat's performance is sufficient to merit removing the NES front ends. We've been very happy with that decision. Yoav Shapira Millennium ChemInformatics -Original Message- From: Craig Pardey

Re: Problem with existing /admin

2003-02-12 Thread Stein M. Eliassen
Stein M. Eliassen wrote: Hi, I'm trying to move an application from 4.0.6 to 4.1.18, but the existing /admin in my webapp don't work properly. HttpRequest.getSession(false) returns null for my /admin-servlet, but other servlets like /supervisor returns a valid session. Sorry about this,

Question

2003-02-12 Thread Luc Foisy
is there an apache html server list? Luc Foisy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Can't create apr

2003-02-12 Thread pqin
If you enable jk logging in workers2.properties, you will see that apache2 is looking into your connector src directory for workers.c. Could not figure out why? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Andy

RE: Question

2003-02-12 Thread Roberts, Eric
[EMAIL PROTECTED] -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 12. Februar 2003 15:48 To: Tomcat User List (E-mail) Subject: Question is there an apache html server list? Luc Foisy -

Re: Question

2003-02-12 Thread Kenny G. Dubuisson, Jr.
Go to this web page to subscribe to it: http://httpd.apache.org/lists.html Kenny - Original Message - From: Luc Foisy [EMAIL PROTECTED] To: Tomcat User List (E-mail) [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 8:47 AM Subject: Question is there an apache html server list?

Re: Moving to Tomcat 4.1.18

2003-02-12 Thread Ben Ricker
On Wed, 2003-02-12 at 07:46, Ramkumar Krishnan wrote: Hi All, I am a newbie to 4.1.18. We want to move our system (which is already running in live)to tomcat 4.1.18 from tomcat 3.2.1. Will there be a major work involve?. How much time it will take?...What will be the major

Re: Client authentication optional

2003-02-12 Thread Tomcat User
Very thanks for your help. The patch does work fine but I would like to have optional client authentication for obtaining security constraints (the CLIENT-CERT authentication method). How I can optional client authentication for directories/servlets?? In JSSESocketFactory I change

my first servlet

2003-02-12 Thread Jose Moreira
hello, i created my first servlet called db2xml but when i try to access it i get : http://localhost:8081/servlet/db2xml Apache Tomcat/4.0.4 - HTTP Status 503 - Servlet db2xml is currently unavailable type Status report message Servlet db2xml is currently unavailable description The

Re: [beginner question] reloading classes

2003-02-12 Thread Bert Catsburg
Hm, I do not understand why I should restart Tomcat. The manager webapp should do the trick according to the documentation. Why does this not work, or does it? http://localhost:8080/manager/reload?path=/PAQ I hope to hear from somebody since I have this same solution. Thanks, Bert Catsburg

RE: Configuring TOMCAT to work behind a proxy

2003-02-12 Thread Arijit Mukherjee
Hi Since posting the original message (pls refer to the mail below), I have scanned the whole mailing list archive, searched google - and used up all suggestions that I could find - like defining CATALINA_OPTS, modifying server.xml etc etc - nothing worked. The weird bit is, when I call a remote

RES: Admin Webapp Error - SOLVED

2003-02-12 Thread Roberto Rios
Hi all, Thanks for the tips. The one that worked come from Eric Roberts. But I did the opposite: I have downloaded it as a tar.gz file, extracted it in a Linux box, then I moved the jakarta-tomcat-4.1.18-LE-jdk14 diretory to my W2K box. And it worked. Now I am able to use the admin webapp.

RE: Can't create apr

2003-02-12 Thread Andy Richards
Thanks i will have a look, but i scrapped hat attempt and tried 4.1.20 to see if it rectifies the problem. but now i get the error INFO: APR not loaded, disabling jni components: java.io.IOException: /usr/local/jakarta-tomcat-4.1.20-LE-jdk14/common/lib/libjkjni.so: libapr-0.so.0: cannot open

Binary Connectors for Windows

2003-02-12 Thread HAMILTON, DALE K (SBCSI)
Is there a place to download apache(1.3.27)/tomcat(4.1.18) binary connectors for JK or JK2? I'm not able to find them on the apache site or the jakarta.apache site. Dale K. Hamilton Sr. Technical Architect Phone 314.331.9383 *[EMAIL PROTECTED] This e-mail and any files transmitted with it

RE: Binary Connectors for Windows

2003-02-12 Thread Turner, John
JK: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.2 /bin/win32/ JK2: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/bin/win32/ John -Original Message- From: HAMILTON, DALE K (SBCSI) [mailto:[EMAIL PROTECTED]] Sent:

Re: my first servlet [Off Topic]

2003-02-12 Thread Mehdi . Nejad
Jose, Sounds like an ambitious first servlet, I think mine was called Hello World :) Check the error logs tomcat_home/logs/stdout.log (or catalina.out). since your getting a 503, i'd suggest checking to see if Tomcat is working. See more on 503 here.

RE: Binary Connectors for Windows

2003-02-12 Thread HAMILTON, DALE K (SBCSI)
Thanks, these sites are not published in the WEB pages or download site combo box. Dale K. Hamilton Sr. Technical Architect Phone 314.331.9383 *[EMAIL PROTECTED] This e-mail and any files transmitted with it are property of SBC, are confidential, and are intended solely for the use of the

RE: Binary Connectors for Windows

2003-02-12 Thread Turner, John
No argument there, but the URLs are posted almost daily to this list, and are in several HOWTOs available on the net. John -Original Message- From: HAMILTON, DALE K (SBCSI) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:05 AM To: 'Tomcat Users List' Subject: RE:

RE: my first servlet

2003-02-12 Thread Jacob Hookom
Check your logs to see if your servlet is even initialized | -Original Message- | From: Jose Moreira [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, February 12, 2003 5:00 AM | To: Tomcat Users List | Subject: my first servlet | | hello, i created my first servlet called db2xml but when i

Apache/Tomcat and pdf files

2003-02-12 Thread Duma Rolando
I have Apache 1.3.26 with SSL enabled connected with Tomcat 4.1.18 via warp connector. With a jsp or struts action invoked that creates a PDF file the browser opens an open/save dialog instead of starting the plug-in.It's possible to solve this problem with this software mix? Thanks for your

Re: Apache/Tomcat and pdf files

2003-02-12 Thread Jake Robb
Do PDFs served from other servers open the plugin? If so, your server is probably providing a bad content type. If not, then you should probably just reinstall the PDF plugin. - Original Message - From: Duma Rolando [EMAIL PROTECTED] To: Tomcat Mailing List [EMAIL PROTECTED] Sent:

java.io.IOException: no jkjni in java.library.path

2003-02-12 Thread Andy Richards
Hi anyone know how to rectify this? java.io.IOException: no jkjni in java.library.path I have compiled connectors-4.1.20 and copied mod_jk2.so and libjkjni.so to apache2 modules directory. I am trying to get a unixSocket to work to connect apache2 and tomcat-4.1.20... Cheers Andy

RE: java.io.IOException: no jkjni in java.library.path

2003-02-12 Thread pqin
Copy libjkjni.so to somewhere in your apache2 or tomcat and create an entry in your workers2.properties apr.NativeSo=/somewhere/libjkjni.so I didn't get IOException but ClassDefNotFoundException: cant create apr. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What

How to disable directory listing

2003-02-12 Thread Chiming Huang
Hi, How can we disable directory listing for just a web application under tomcat 4.0.4? Thanks. Chiming - Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day

RE: java.io.IOException: no jkjni in java.library.path

2003-02-12 Thread Andy Richards
Thanks... Know i get java.io.IOException: /usr/local/apache2/modules/libjkjni.so: libapr-0.so.0: cannot open shared object file: No such file or directory Not sure where to put libapr-0.so.0. Has anyone actually got a unixSocket to work or am i clutching at straws here? Everyway i turn i

RE: java.io.IOException: no jkjni in java.library.path

2003-02-12 Thread Brzezinski, Paul J
is it in the same directory as libjkjni.so? -- /usr/local/apache2/modules -Original Message- From: Andy Richards [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 11:39 AM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RE: java.io.IOException: no jkjni in

RE: java.io.IOException: no jkjni in java.library.path

2003-02-12 Thread pqin
/usr/local/apache2/lib Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Brzezinski, Paul J [mailto:[EMAIL PROTECTED]] Sent: February 12, 2003 11:47 AM To: Tomcat Users List Subject: RE: java.io.IOException: no jkjni

RE: java.io.IOException: no jkjni in java.library.path

2003-02-12 Thread Andy Richards
Created a symlink from apache2 modules where libjkjni.so is, and linked libapr-0.so.0 to apache2/lib/libapr.so. Still mo luck though ! thanks andy On Wed, 2003-02-12 at 16:46, Brzezinski, Paul J wrote: is it in the same directory as libjkjni.so? -- /usr/local/apache2/modules

RE: java.io.IOException: no jkjni in java.library.path

2003-02-12 Thread pqin
I had a build error which complained about libapr.so not found. So I linked libapr-0.so.0.9.2 to libapr.so and passed compilation. I am wondering how you passed build? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message-

Where to put workers2.properties?

2003-02-12 Thread Diego Algorta Casamayou
Hi. In mod_jk I had the JkWorkersFile /opt/jakarta/conf/workers.properties directive to tell where the hell is workers.properties located. I'm trying to configure mod_jk2 now but I can't find how to tell it where I've put the workers2.properties file. Bytes DAC

Tomcat RPM version

2003-02-12 Thread Alberto A C A S Magalhães
** Este email assim como os ficheiros que possa ter em anexo são confidenciais e para uso exclusivo da pessoa ou organização para o qual foi enviado. Se recebeu este email por engano por favor notifique [EMAIL PROTECTED] Esta

RE: Where to put workers2.properties?

2003-02-12 Thread pqin
It is in conf and you can specify default properties file, please refer to jk2 doc. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Diego Algorta Casamayou [mailto:[EMAIL PROTECTED]] Sent: February 12, 2003 11:53

Re: Where to put workers2.properties?

2003-02-12 Thread Lajos
It goes in the conf directory of your Apache installation. The jk2 library will know where to find it. Regards, Lajos Diego Algorta Casamayou wrote: Hi. In mod_jk I had the JkWorkersFile /opt/jakarta/conf/workers.properties directive to tell where the hell is workers.properties located. I'm

Re: Where to put workers2.properties?

2003-02-12 Thread Jake Robb
I've been searching for good documentation on setting up jk2, with no luck. Apache's documentation is poor and incomplete. I went out and bought a book on Tomcat, and it has mod_jk information, but it's pretty limited on jk2. Does anyone have a good online reference? -Jake - Original

RE: java.io.IOException: no jkjni in java.library.path

2003-02-12 Thread Andy Richards
Build worked fine, used http://www.pubbitch.org/jboss/mod_jk2.html as a guideline... nevermind work is over for today, i will try again tomorrow thanks for the help andy On Wed, 2003-02-12 at 16:59, [EMAIL PROTECTED] wrote: I had a build error which complained about libapr.so not found. So I

Re: Where to put workers2.properties?

2003-02-12 Thread Rasputin
* Jake Robb [EMAIL PROTECTED] [0204 17:04]: I've been searching for good documentation on setting up jk2, with no luck. Apache's documentation is poor and incomplete. I went out and bought a book on Tomcat, and it has mod_jk information, but it's pretty limited on jk2. Does anyone have a

Re: Where to put workers2.properties?

2003-02-12 Thread Diego Algorta Casamayou
Yeah, right. Thanx for your help... Yes, I've been reading the docs since yesterday. But, as I understand, this goes INSIDE the workers2.properties itself. Obviously I'm mising something. The JkWorkersFile directive of mod_jk was placed in httpd.conf. ¿Is there where I have to put the config?

RE: Where to put workers2.properties?

2003-02-12 Thread pqin
Because jk2 is way too easy to setup, people don't believe that the jk2 doc is complete. I would say the documentation on build is incomplete. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Jake Robb [mailto:[EMAIL

RE: Where to put workers2.properties?

2003-02-12 Thread Turner, John
AFAIK, JK2 (mod_jk2) already knows where its files can be found. There is no JK2 equivalent for JK's JkWorkersFile. While I realize the docs on the Jakarta site for JK2 leave much to be desired, this is the second paragraph at

RE: Where to put workers2.properties?

2003-02-12 Thread pqin
You load mod_jk2.so in httpd.conf and apache will load workers2.properties from its conf dir. Simple? Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Diego Algorta Casamayou [mailto:[EMAIL PROTECTED]] Sent:

Re: Where to put workers2.properties?

2003-02-12 Thread Diego Algorta Casamayou
Yes, but I want to put workers2.properties in OTHER directory. ¿HOW? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 2:27 PM Subject: RE: Where to put workers2.properties? You load mod_jk2.so in httpd.conf and apache will load

Content-Length

2003-02-12 Thread Alain Moser
Hi, Is it possible to 'deactivated' in Tomcat the parameter 'Content-Length' in header from a message HTTP, i.e. so that this parameter does not appear in the header? Thank's Alan - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Where to put workers2.properties?

2003-02-12 Thread pqin
Create workers2.properties and put these lines [config] file=/my/location/myjk2.config Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Diego Algorta Casamayou [mailto:[EMAIL PROTECTED]] Sent: February 12, 2003

Memory issue with Tomcat/4.0.3

2003-02-12 Thread alain
Hi all, I am experiencing some memory trouble when the tomcat server is running. I have set the the following java runtime options, -Xmx500m -Xms100m -Xingcg. I know that these values are not the best to use. Anyways, I'm keeping track of the freeMemory with the servlet programs and its always

  1   2   3   >