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:
-
/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
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
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
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
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
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
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
>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]
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
---
-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?
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
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-
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
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
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
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
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
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
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
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
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
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]
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
.
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
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
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
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
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
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
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:[
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
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
--
33 matches
Mail list logo