RE: Apache Portable Runtime

2007-07-27 Thread Lakshmi Venkataraman
You have to compile libtcnative as well. In addition to the documentation mentioned by Rainer, also look in the archives for the threads Tomcat native library Not found in Solaris 9 and Tomcat 5.5, IPv6, APR, HTTP and HTTPS Lakshmi -Original Message- From: Rainer Jung [mailto:[EMAIL

RE: [NOT SOLVED]Tomcat native library Not found in Solaris 9

2007-08-02 Thread Lakshmi Venkataraman
whenever you use a build system, that respects the CC env variable (e.g. most configure based systems), libgcc should get compiled in statically. Regards, Rainer Lakshmi Venkataraman wrote: Please give me some tips for compiling libtcnative on Solaris 9 without the dynamic dependence on libgcc_s.1.so

RE: [SOLVED]Tomcat native library Not found in Solaris 9

2007-08-16 Thread Lakshmi Venkataraman
. Regards, Rainer Lakshmi Venkataraman wrote: Please give me some tips for compiling libtcnative on Solaris 9 without the dynamic dependence on libgcc_s.1.so. We ship tomcat with our product. On customer installations, we cannot assume that libgcc_s will be found in some standard location

RE: Installing APR on Fedora

2007-08-16 Thread Lakshmi Venkataraman
/usr/local/apr/lib should be in your LD_LIBRARY_PATH. --Lakshmi -Original Message- From: Ole Ersoy [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 2:47 PM To: Tomcat Users List Subject: Re: Installing APR on Fedora Hi Rainer and Filip, Could tcnative.so be called something

Logging.properties not found

2007-08-18 Thread Lakshmi Venkataraman
We use Tomcat 5.5.23 on all platforms (Solaris, Linux and Win XP). On Solaris, I see the following message when Tomcat is shutdown. ./shutdown.sh: -Djava.util.logging.config.file=/export/home/lakshmi/Tomcat/conf/logging .properties: not found Here is an excerpt from the shutdown script:

Tomcat deployment question

2007-04-18 Thread Lakshmi Venkataraman
I have upgraded from Tomcat 3.3 to Tomcat 5.5.23. It is running on WinXP and I am using Java 1.5. Here's my dierctory set up: ${Catalina.Home} -- conf -- Catalina --localhost htdocs.xml -- htdocs index.html

RE: Tomcat deployment question

2007-04-18 Thread Lakshmi Venkataraman
Hi Rashmi, Thanks! I renamed htdocs.xml to ROOT.xml. http://localhost:8080 did not work. However, http://localhost:8080/htdocs/index.html worked which is some progress. I think my organization would prefer only http://localhost:8080 I am confused between the concepts appBase, docBase and

RE: Tomcat deployment question

2007-04-19 Thread Lakshmi Venkataraman
://localhost:8080 which in turn looks up index.html from the htdocs directory Even so, I have some more questions and my understanding is not that clear yet. I will post the questions in my next email. Thanks Lakshmi -Original Message- From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED

RE: Tomcat deployment question

2007-04-19 Thread Lakshmi Venkataraman
Configuration. I will appreciate it if one of you can clarify these concepts. Thanks in advance, Lakshmi -Original Message- From: Lakshmi Venkataraman Sent: Wednesday, April 18, 2007 11:21 PM To: 'Tomcat Users List' Subject: RE: Tomcat deployment question I have finally a working configuration

RE: Tomcat deployment question

2007-04-19 Thread Lakshmi Venkataraman
Thanks Chuck! See my comments inline starting with Lakshmi: -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 12:58 PM To: Tomcat Users List Subject: RE: Tomcat deployment question From: Lakshmi Venkataraman [mailto:[EMAIL

RE: Tomcat deployment question

2007-04-25 Thread Lakshmi Venkataraman
I have upgraded from Tomcat 3.3 to Tomcat 5.5.23. It is running on WinXP and I am using Java 1.5. I asked this question before with a different directory set up in which the myApp directory was under Tomcat heirarchy. As Rashmi Rubdi suggested, by renaming myApp.xml to ROOT.xml, I could

RE: Tomcat deployment question

2007-04-25 Thread Lakshmi Venkataraman
my replies below: Of course you can undo all the changes mentioned below and bring it back to the original state at anytime. On 4/25/07, Lakshmi Venkataraman [EMAIL PROTECTED] wrote: Here's my dierctory set up: TOP_DIR --Tomcat55 {catalina.home} --bin

Tomcat 5.5, IPv6, APR, HTTP and HTTPS

2007-05-02 Thread Lakshmi Venkataraman
My setup: Tomcat 5.5.23, JDK 1.5, WIN XP I am also using tcnative-1.dll and OpenSSL 0.9.8b Client browser: IE6, Firefox 1.5 for IPv4 IE7 for IPv6. I successfully tested Tomcat 5.5.23 by enabling ipV6 without using APR. SUCCESS: If I use tcnative-ipv4.dll (version 1.1.8) I find that I am able

RE: Tomcat 5.5, IPv6, APR, HTTP and HTTPS

2007-05-02 Thread Lakshmi Venkataraman
. Thanks Lakshmi -Original Message- From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 4:57 PM To: Tomcat Users List Subject: Tomcat 5.5, IPv6, APR, HTTP and HTTPS My setup: Tomcat 5.5.23, JDK 1.5, WIN XP I am also using tcnative-1.dll and OpenSSL

RE: Context Descriptors

2007-05-11 Thread Lakshmi Venkataraman
In the one month that I have been in this forum, people ask this question in so many different words under so many different subject headings. My own question, the newbie that I am started out with similar questions. Documentation is NOT CLEAR. I hope somebody who has the authority to change

RE: Tomcat native library Not found in Solaris 9

2007-05-12 Thread Lakshmi Venkataraman
I upgraded Tomcat to Tomcat 5.5.23 on Solaris 9. I also compiled APR-1.2.8, tomcat-native-1.1.8-src and openssl-0.9.8b on Solaris. I have placed the libtcnative-1.so in /export/home/lakshmi/Ivt55/bin. Ivt55 is the application directory and have INCLUDED it in LD_LIBRARY_PATH and PATH. Yet

RE: [SOLVED]Tomcat native library Not found in Solaris 9

2007-05-13 Thread Lakshmi Venkataraman
on solaris 9 libtcnative-1.so depends on libgcc_s.1.so Whereas in Lunux redhat 4 it does NOT do do. Lakshmi -Original Message- From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] Sent: Saturday, May 12, 2007 5:33 PM To: Tomcat Users List Subject: RE: Tomcat native library Not found in Solaris

RE:[SOLVED] Tomcat 5.5, IPv6, APR, HTTP and HTTPS

2007-05-22 Thread Lakshmi Venkataraman
over both IPV4 and IPv6 transport. Regards Lakshmi -Original Message- From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 8:03 PM To: Tomcat Users List Subject: RE: Tomcat 5.5, IPv6, APR, HTTP and HTTPS Corrections: Here is a summary of what works and what

RE: [SOLVED] Tomcat 5.5, IPv6, APR, HTTP and HTTPS

2007-05-22 Thread Lakshmi Venkataraman
Correction to Linux section. -Original Message- From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 8:59 AM To: Tomcat Users List Subject: RE:[SOLVED] Tomcat 5.5, IPv6, APR, HTTP and HTTPS My application has to work on both Unix and Windows over both IPv4

RE: Tomcat Native library on java.library.path ?

2007-05-24 Thread Lakshmi Venkataraman
Recently, I saw a similar problem on Solaris9 with Tomcat 5.5.23. Then ldd tcnative-1.so revealed that a certain library (in this case, libgcc.so) was not in the path. By adding that library to the path, Tomcat stopped complaining about not being able to find the native library. On windows,

RE: Excluding JSP compiler from Tomcat

2007-05-25 Thread Lakshmi Venkataraman
and memory usage (no matter how small) of the production Tomcat install? The part of the JSP spec that I referred to in my original post seemed to indicate that it might be possible depending on your container. As Tomcat is the RI, I'm wondering whether this capability is available. Lakshmi

RE: Tomcat Native Library Breaks SSL

2007-05-28 Thread Lakshmi Venkataraman
Also, use tcnative-1.1.9. I also encountered problems with 1.1.10. --Lakshmi -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Monday, May 28, 2007 7:38 AM To: Tomcat Users List Subject: RE: Tomcat Native Library Breaks SSL From: Mike Grandmaison

RE: Using Javac instead of JDT to compile JSPs

2007-06-08 Thread Lakshmi Venkataraman
I have been successfully using something other than Jasper in my development enviroment. This is what I did: 1) Remove jasper-compiler-jdt.jar from CATALINA_HOME/common/lib 2) Add JDK_HOME/lib/tools.jar in CATALINA_HOME/common/lib 3) Add ant.jar also to CATALINA_HOME/common/lib. The ant.jat that

RE: Using Javac instead of JDT to compile JSPs

2007-06-08 Thread Lakshmi Venkataraman
CORRECTION: In step 5, I mean servlet-mapping and NOT servlet-name. -Original Message- From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] Sent: Friday, June 08, 2007 4:41 PM To: Tomcat Users List Subject: RE: Using Javac instead of JDT to compile JSPs I have been successfully using

RE: ServletContextListener

2007-06-10 Thread Lakshmi Venkataraman
-Original Message- From: lightbulb432 [mailto:[EMAIL PROTECTED] Sent: Saturday, June 09, 2007 10:30 AM To: users@tomcat.apache.org Subject: ServletContextListener Can requests potentially arrive at a servlet before the ServletContextListener's contextInitialized method has completed?

RE: Tomcat 6 jsp compilation

2007-06-12 Thread Lakshmi Venkataraman
One of the things to do is to ensure that you have app specific web.xml placed in an appropriate location. This web.xml must have servlet and servlet-mapping defined for every precompiled jsp file as follows: servlet servlet-nameImageImport/servlet-name

RE: Windows Native lib

2007-06-25 Thread Lakshmi Venkataraman
From my own experience documented in my postings to this group under the subject heading: Tomcat 5.5, IPv6, APR, HTTP,HTTPS, tcnative-1.1.10 does not work properly. Please try tcnative-1.1.8 or tcnative-1.1.9. --Lakshmi -Original Message- From: Clive Webster [mailto:[EMAIL PROTECTED]

RE: Windows Native lib

2007-06-25 Thread Lakshmi Venkataraman
this is the version I actually have tried, not 1.1.10. OK - so you will now say 'try version 1.1.10' - which I've done and it gives exactly the same exception. Aaargh. -Original Message- From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] Sent: 25 June 2007 22:23 To: Tomcat Users List Subject

RE: Windows Native lib

2007-06-25 Thread Lakshmi Venkataraman
in' then great. Sorry - this isn't a rant - and its not aimed at anyone. But how do you install the native stuff on 5.5.23 for Windows - surely someone has done it! Some simple instructions from someone please! C -Original Message- From: Lakshmi Venkataraman [mailto:[EMAIL PROTECTED] Sent: 25 June