Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
Questions about Apache Portable Runtime on Tomcat 5.5.x

Questions about Apache Portable Runtime on Tomcat 5.5.x

2007-01-15       - By Markus Sch?nhaber

 Back
Reply:     1     2  

Allen Young wrote:

> First, how can I use APR on a windows install version of tomcat 5.5.x. I've
> found several tutorials about setting APR, all of which are about adding
> something in catalina.bat. As you can see, windows install version doesn't
> have that file but do contains a tcnative-1 (See http://ive-1.ora-code.com).dll file in the "bin"
> directory. So how can I use APR on a windows install version? Or it has
> been
> automatically used already?

tcnative-1 (See http://ive-1.ora-code.com).dll in Tomcat's bin directory should be enough to make Tomcat use
it.
If you're not sure whether or not the native DLL is actually loaded, look at
catalina.out. If Tomcat couldn't find the DLL it will log a message similar
to
29.12.2006 16:31:10 org.apache.catalina.core.AprLifecycleListener Source code of org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path: [...]
(if you didn't comment the AprLifecycleListener in server.xml).

Moreover, the class names for the Protocol handlers differ between APR and
non-APR. Without APR loaded you'll see something like

29.12.2006 16:31:10 org.apache.coyote.http11.Http11BaseProtocol Source code of org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080 (See http://ttp-8080.ora-code.com)

in catalina.out. With APR this will look like

23.07.2006 15:34:47 org.apache.coyote.http11.Http11AprProtocol Source code of org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080 (See http://ttp-8080.ora-code.com)

Regards
 mks

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.