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 pa

RE: Tomcat deployment question

2007-04-18 Thread Lakshmi Venkataraman
le to type http://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:[

RE: Tomcat deployment question

2007-04-19 Thread Lakshmi Venkataraman
get to the current working 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

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:[EM

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 acce

RE: Tomcat deployment question

2007-04-25 Thread Lakshmi Venkataraman
t:8080/ Please find 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: > > >--Tomcat55

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 to

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: Tomcat deployment question

2007-05-04 Thread Lakshmi Venkataraman
Andras, Please refer to the directory structure posted earlier in this thread. The only way I could get my application to work is to have a ROOT.xml inside ${catalina.home}/conf/localhost. docBase="C:\/app". This is outside the default appBase="webapps" specified in ${catalina.home}/conf/server

RE: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Lakshmi Venkataraman
I posted a similar email asking abour Connection Refuesed question under a different thread. I have also summarised my findings. Can you take a look? The subject is "Tomcat 5.5, IPv6, APR, HTTP and HTTPS" --Thanks Lakshmi -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED]

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 the

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 Tomca

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

2007-05-12 Thread Lakshmi Venkataraman
hy 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 So

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

2007-05-22 Thread Lakshmi Venkataraman
ive-1.1.8.so. Again both HTTP and HTTPS worked 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 Corr

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, d

RE: Excluding JSP compiler from Tomcat

2007-05-25 Thread Lakshmi Venkataraman
In our development environment we compile JSPs on the fly. In our production environment we have precompiled JSP classes. In the PRODUCTION environment, webapps/WEB-INF/web.xml have and defined for every JSP page. For example: MyAppJsp1 jsp.myAppJsp1 MyAppJsp1

RE: Excluding JSP compiler from Tomcat

2007-05-25 Thread Lakshmi Venkataraman
oes the JSP compilation, to decrease the size 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 whe

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 [mailto

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 /common/lib 2) Add /lib/tools.jar in /common/lib 3) Add ant.jar also to /common/lib. The ant.jat that was compatible with Tomcat5.5.23 was apache-

RE: Using Javac instead of JDT to compile JSPs

2007-06-08 Thread Lakshmi Venkataraman
CORRECTION: In step 5, I mean and NOT . -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 something other than Jasper

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 and defined for every precompiled jsp file as follows: ImageImport jsp.imageupload ImageImport /jsp/imageupload.jsp --Lakshmi ---

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
is actually Version 1.1.9 - and so 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 PROTECT

RE: Windows Native lib

2007-06-25 Thread Lakshmi Venkataraman
x27;m just trying to deploy a WAR file. So if you, or anyone else, can advise the exact details of how to make this 'plug-in' actually 'plug 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

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:[EMAI

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

2007-08-01 Thread Lakshmi Venkataraman
ays find it anoying, that gcc put's a dependency on its own runtime lib into the compiled code. You could prevent it doing so, by changing its specs file (tehreby compiling in its convenience routines statically). Regards, Rainer Lakshmi Venkataraman wrote: > > I attached a

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

2007-08-02 Thread Lakshmi Venkataraman
cc_eh Now 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 depend

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

2007-08-16 Thread Lakshmi Venkataraman
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. We ship tomcat with > our product. On customer installations, we cannot assume that > libg

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 e

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: -