Your GCC compiler comes with a dynamic library libgcc_s.so.
Unfortunately gcc by default links dynamically against libgcc_s, so the
resulting binary needs this gcc lib on the target system. If it is not
installed in the system default library location, you need to add its
directory to LD_LIBRAR
Thanks Rainer, the compilation was successful. Now I am getting the following
error during the sunone server startup..
[31/Jan/2007:17:06:36] failure ( 5751): Configuration initialization failed:
Error running init function load-modules: dlopen of
/export/home/bc809kv/modjk/tomcat-connectors-1.
I got this :
The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
I already compiled the tcnative, where can i add the path to
java.library.path ?
--
-Andre-
People see things the way they are and say "why ?" I see
Le Phuoc Canh wrote:
> Dear all,
> I don't know does tomcat support comet, if anybody know, please show me how
> to use it in tomcat.
http://tomcat.apache.org/tomcat-6.0-doc/aio.html
-
To start a new topic, e-mail: users@tomcat
Dear all,
I don't know does tomcat support comet, if anybody know, please show me how
to use it in tomcat.
Thanks & Best regard.
Try the following two files to compile. If this will work, we can find
out how to automate them.
common/jk_types.h:
#ifndef JK_TYPES_H
#define JK_TYPES_H
#ifdef __cplusplus
extern "C"
{
#endif /* __cplusplus */
/* jk_uint32_t defines a four byte word */
typedef unsign
SPARC
- Original Message
From: Rainer Jung <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Wednesday, January 31, 2007 6:06:00 PM
Subject: Re: Compiling mod-jk plugin for SunOne on Solaris
Are you trying to build on SPARC or X86 (or AMD64)?
Kamalakar Vuggumudi wrote:
> Rainer,
>
> Tha
Are you trying to build on SPARC or X86 (or AMD64)?
Kamalakar Vuggumudi wrote:
Rainer,
Thank you very much for your response..
When I try to do a make using Makefile.solaris located in native/netscape directory, I got the following error.
gcc -DNET_SSL -DSOLARIS -D_REENTRANT -DXP_UNIX -DMCC
Rainer,
Thank you very much for your response..
When I try to do a make using Makefile.solaris located in native/netscape
directory, I got the following error.
gcc -DNET_SSL -DSOLARIS -D_REENTRANT -DXP_UNIX -DMCC_HTTPD -DSPAPI20 -fPIC
-I../common -I/opt/netscape/server6/plugins/include
-I/op
Christopher Schultz wrote:
This was already pointed out (by me, in fact). Sometimes, you can trick
the browser into keeping the connection open by sending data back little
by little. For instance, I think you might be able to keep the
connection open by sending HTML comments like "" every so ofte
The configure script is only fot the apache module.
Try to use the files in the "netscape" sub directory. They might be
outdated, so let us know, if you needed to make adjustments.
Regards,
Rainer
Kamalakar Vuggumudi wrote:
I am trying to compile mod-jk plugin for SunOne on Solaris platform
I am trying to compile mod-jk plugin for SunOne on Solaris platform from source
tomcat-connectors-1.2.20-src.tar.gz. When I run the configure script, I am
getting the following error..
checking whether to use SO_RCVTIMEO with setsockopt()... no checking whether to
use SO_SNDTIMEO with setsockop
Hi All,
I would like to have my servlet throw an exception when a certain
problem occurs, and use an error-page definition to display an
appropriate error page:
au.com.nti.tns.workbench.error.WebappInternalError
/my_error_page.jsp
This works fine. However I get an ERROR-level log m
I seem to remember I had to upgrade to 1.3 of log4j in order to have the
locator information appear, at least in Chainsaw. I'm not 100% certain of
this. But, if you have a newer log4j*.jar in Eclipse, then that might
explain things.
Tim
> -Original Message-
> From: Eqbal [mailto:[EMAIL
When the request I send to Tomcat go through tcpmon, calls to
httpServletRequest.getServerPort() in my code always return 80. This is
incorrect, as Tomcat is listening in fact to port 8080. I don't have this
problem when request don't do through tcpmon.
I am having this issue with Tomcat 5.5.16,
I have already tried both, deleted the application folder under work
directory and also changed the application context setting
reload="true", none of them seems to resolve the issue, it looks like as
if the tomcat is storing the class files in other remote place, I have
been using tomcat 4 for qui
You should be able to do this via Servlet Filter.
-Tim
Subscriber wrote:
Hi,
I would like to know if it is possible to disable a servlet within a web
application while it is running. My scenario is, that I would like to
turn on/off different features in my webapplication. These features are
Try to delete /tomcat/work/Catalina/localhost/<> folder.
That is the folder where tomcat caches everything. I have almost the same
problem on the jsp's (even if I set the application to reload stuff every time
it detects changes). Also, you might want to configure the application to
reload modif
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bryan,
Bryan Basham wrote:
> Did you know that you have programmatic control over the
> session timeout[?] Simply call the setMaxInactiveInterval method
> on the HttpSession object with a value in seconds.
This is the method the OP is already using,
Did you know that you have programmatic control over the
session timeout. Simply call the setMaxInactiveInterval method
on the HttpSession object with a value in seconds. So if you
know that a given request will take 10 minutes you can say:
session.setMaxInactiveInterval(600); at the beginning o
Hi,
I am running tomcat 5.5.16 on Redhat, tomcat seems to be doing some
kind of caching on servlets, I have deleted a servlet from
WEB-INF/classes and I have restarted the tomcat, still I am able to
access the servlet, I have checked every where on the box for the class
file, couldn't find it. I
Peter Crowther wrote:
A Tomcat-specific solution: Implement a Valve that intercepts all
incoming requests (it has to be a tomcat-specific Valve rather than a
Filter, because Filters are per-webapp). In that Valve, examine the
request URL, determine which servlet it maps to, check whether then
se
Hi,
I am running Tomcat 5.5.20 with JDK 6.0 on Windows XP perfectly fine. I am
running it as service and it works as it suppose it.
Would you provide log file or catalina.out so that we can see what's going on?
Thanks.
Regards,
D
- Original Message
From: Kristian Rink <[EMAIL PROTEC
> From: Subscriber [mailto:[EMAIL PROTECTED]
> I would like to know if it is possible to disable a servlet
> within a web
> application while it is running. My scenario is, that I would like to
> turn on/off different features in my webapplication. These
> features are
> implemented as servle
Hello,
i have a funny problem, maybe someone can bring a bit light into this:
I`m using DataSourceRealm for security and thanks to the list this is working
fine now.
Right now i want to access the principal inside the application with
Principal principal = request.getUserPrincipal();
Hi David,
> -Ursprüngliche Nachricht-
> Von: David Delbecq [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 31. Januar 2007 10:24
> An: Tomcat Users List
> Betreff: Re: AW: Return values in wrong sort order
[...]
> Unfortunately, the oracle thin driver are quite ... cumbersome to use.
> Yo
["Per Johnsson" <[EMAIL PROTECTED]> @ Wed, 31 Jan 2007 14:20:13
+0100]
> Do you run on windows with the Tomcat Service? Did you do a clean
> install of tomcat after installing java 6? I have tried both the
> server and client jvm.dll in both the jre and jdk withouit luck.
Ahh, no, our production
Hi,
I would like to know if it is possible to disable a servlet within a web
application while it is running. My scenario is, that I would like to
turn on/off different features in my webapplication. These features are
implemented as servlets and therefore be able to turn them on and off
with
I'm having problems in deploy time with Visual Web Pack + Hibernate +
MySQL + Tomcat.
I can put the Hibernate and MySQL to work without problem, but wen I
add Visual Web Pack I become with deploy problems even with bundled
Tomcat. I don't know too what is the Visual Web Pack jar dependencies,
and
Hi!
Do you run on windows with the Tomcat Service? Did you do a clean
install of tomcat after installing java 6? I have tried both the server
and client jvm.dll in both the jre and jdk withouit luck.
Then on the other hand we had both jdk5 and jdk6 installed and we did
not reinstalled tomcat. (We
Hi!
Are you sure it's tomcat which fails, in my case it was the Tomcat
Service which hangs, and I have no clue why. I got it working on one
machine but not on all other with the same setup.
I tried updated the Tomcat.exe service files without luck.
Another person on the list said it will work i
[EMAIL PROTECTED] wrote:
> Hello List!
>
> is it possible to run Tomcat with Java6 ? I've just tried Tomcat 5.5.20 and
> it did not start with Java 6.
> Is there a Version that is compatible with Java 6 allready?
5.5.20 works happily for me with Java 6.
Mark
---
[EMAIL PROTECTED] @ Wed, 31 Jan 2007 13:58:05 +0100]
> Hello List!
>
> is it possible to run Tomcat with Java6 ? I've just tried Tomcat
> 5.5.20 and it did not start with Java 6.
Could you be more verbose about the meaning of "it did not start with
Java 6"? I am running several tomcat machines (
Hello List!
is it possible to run Tomcat with Java6 ? I've just tried Tomcat 5.5.20 and
it did not start with Java 6.
Is there a Version that is compatible with Java 6 allready?
Thanks!
-
To start a new topic, e-mail: users@tomc
JkShmSize 256
That solved the problem - Thanks to all who replied!
>>
>> Note that the 16th worker config works fine, if specified as part of
>> the 15.
>
> I don't understand, what you mean by specifying a worker as part of
> another worker.
>
I was just saying that the problem wasn't a speci
James Masson wrote:
Hi,
I'm working on creating a pair of Apache mod_jk load balancers for an
Tomcat web-app farm.
Redhat ES4
Server Version:Apache/2.0.52 (Red Hat)
JK Version:mod_jk/1.2.20
apache-tomcat-5.5.20-1
Everything works fine, until I exceed 15 load balancing workers on
m
Hi James,
I guess, the size of the shared memory is not big enough.
You can increase it using the JkShmSize directive for Apache. The value
is an integer value which is the provided shared memory size in Kilobytes.
During startup with JkLogLevel debug you get messages like:
... do_shm_open::j
Hi,
I'm working on creating a pair of Apache mod_jk load balancers for an Tomcat
web-app farm.
Redhat ES4
Server Version: Apache/2.0.52 (Red Hat)
JK Version: mod_jk/1.2.20
apache-tomcat-5.5.20-1
Everything works fine, until I exceed 15 load balancing workers on mod_jk, then I get a 500-I
That's awesome, cheers to everyone that's helped me on this - problem
resolved!! :]
I added the line "-Djcifs.encoding=US-ASCII" to 'Java Options' under the
'Java' tab in that configuration utility. Works fabulously now.
Hopefully this be of help to others too who encounter similar problems!
Rega
En l'instant précis du 01/30/07 16:00, Sascha Wehnert s'exprimait en ces
termes:
> Hi David,
>
> thanks for your response.
>
>
>> -Ursprüngliche Nachricht-
>> Von: David Delbecq [mailto:[EMAIL PROTECTED]
>> Gesendet: Dienstag, 30. Januar 2007 14:43
>> An: Tomcat Users List
>> Betreff:
Hi Maulik,
the mod-jk.conf contents you cite from the Wiki are for Apache only.
Please have a look at
http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html
for Netscape/Sun Web server settings.
All JK web server plugins (Apache, IIS, Sun) share the same
workers.properties format a
41 matches
Mail list logo