my tomcat is running at 172.168.0.15 and internet gateway is at 172.168.0.1
every time i need to change the proxy in browser to access web pages hosted
by tomcat i want that tomcat should keep serving even if the proxy in the
explorer is 172.168.0.1 where as right now it works on 172.168.0.15
tha
Filip
thanks for the help. I am not familiar with how to run route. (sorry
just a small business admin hack)
could you please suggest the command
thanks
Randy
On Feb 5, 2008 2:16 PM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote:
> the broadcast happens on the 228.0.0.9 address. however, if
Hi,
I am using Tomcat 6.0.14 in Windows Environment 2003 R2. Using DBCP for
connection pooling, after 6-8Hrs of usage Tomcat hanges. It's connecting to
Oracle 10g R2 Database. The Application logic is everytime user comes with a
request that entire request is served using a single connection. ( w
The short answer is that you can't.
The longer answer is that if you have a Servlet mapped to /* in the gsafd
app, then Tomcat will send the /gsafd request through unchanged (this
"feature" is mostly to deal with broken WebDav clients). This means that
you can only use prefix matches in your w
Angol!
Vielen Danke
Martin--
- Original Message -
From: "Jureczky, Balint" <[EMAIL PROTECTED]>
To: "Tomcat Users List" ; <[EMAIL PROTECTED]>
Sent: Tuesday, February 05, 2008 4:33 PM
Subject: RE: http traffic logging
Hello Beerka,
Ha jol emlekszem ezt kell uncommentelni a server.xml-ben
Hello Beerka,
Ha jol emlekszem ezt kell uncommentelni a server.xml-ben es lesz valami a logs
konyvtarban:
Balint
-Eredeti üzenet-
Feladó: Kallai Kornel [mailto:[EMAIL PROTECTED]
Küldve: 2008. 02. 05., K 20:14
Címzett: users@tomcat.apache.org
Tárgy: Fwd: http traffic logging
H
Thanks much. I swapped calls 1 & 3, it works just fine.
- Original Message
From: Pid <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Sunday, February 3, 2008 3:33:35 PM
Subject: Re: j_security_check
The second POST should still occur, but it should occur after the
initial GET is recov
you can log almost everything with the AccessLogValve
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html
if you need more, then download wireshark, and sniff the network traffic
directly
Filip
Kallai Kornel wrote:
Hi,
is there any solution to log the full http traffic with standard t
your application probably starts some threads that are non-daemon
threads, and don't stop when tomcat tries to tomcat.
a kill -3 will dump the remaining threads to std out, and you can
see what the threads are that are not wanting to go away :)
Filip
Alexander Ryan wrote:
I am unable to shut
the broadcast happens on the 228.0.0.9 address. however, if you're boxes
have multiple nics, the system will pick one to send out the info.
you should be able to add an entry to your routing table to force it to
send the 228.0.0.9 broadcasts over the nic you designate.
Filip
Randy Paries wrote
Hi folks,
I am learning and run the example in apache-tomcat-5.5.23
http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html
Although I used all jar files from this tutorial. Please help! Thank you
very much:
But I got the following error
Chaohua
---
Feb 5, 20
Chris,
tomcat 6.0.14
java 6
compressableMimeType="text/html,text/xml,text/javascript,text/css,text/javascript,text/plain"
ciphers="TLS_RSA_WITH_AES_256_CBC_SHA"
keystoreFile="conf/keystore"
keystorePass="changeit"
Hi,
is there any solution to log the full http traffic with standard tomcat 5.5?
(I couldnt find any solution for this problem at HTTP Connector config
settings just
allowTrace option but its not enough)
Beerka
-
To start a new
Hi Vitek,
thanks for the info. Will update our docs in the next days.
Regards,
Rainer
Vitek Cvachoucek schrieb:
Hello Rainer
1. /usr/sbin/apxs -q LDFLAGS outputs empty string
2. no there are only *.la and *.a in my /usr/lib (but there some *.so
deeper - e.g. ruby specific under /usr/lib/ruby
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Max,
Max Sevenfold wrote:
| Right now I am using pure Java solution with keystore.
| I am debating to move to APR.
What version of Tomcat are you using? Can you post your
configuration from server.xml? That would be very helpful in diagnosing
your
In Linux you need to put the directory containing these shared libraries
in your LD_LIBRARY_PATH environment variable and export the variable.
These are the directories that the loader searches to dynamically load
modules at runtime.
Thank you,
Barry
-Original Message-
From: puneetjain
Hello Rainer
1. /usr/sbin/apxs -q LDFLAGS outputs empty string
2. no there are only *.la and *.a in my /usr/lib (but there some *.so
deeper - e.g. ruby specific under /usr/lib/ruby)
3. About the linking I am not sure at all. The generated file is
rather large (682k) however the generated *.la con
Hello,
I have posted this problem before , but have made some headway but i
am still having problems.
I will try to describe this a briefly as possible but give enough info
needed to help
Some basic info:
3 Linux boxes
Tomcat 5.5.15
jdk1.5.0_11
Box1 and Box2 are one public Class C
Box3 is on a se
Right now I am using pure Java solution with keystore.
I am debating to move to APR.
Thanks,
Max
On Feb 5, 2008 5:21 PM, Christopher Schultz <[EMAIL PROTECTED]>
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Max,
>
> Max Sevenfold wrote:
> | I would like to disable low grade encry
Hi Vitek,
so it's good, that it works for you. To get a more complete picture of
the situation (especially for our documentation), would you mind telling us:
- what's the output of /usr/sbin/apxs -q LDFLAGS ?
- are there also shared libraries in /usr/lib, like libapr-1.so ?
- do libapr-1 and l
Hi,
Thanks for the response !
I tried the below URL sent by you. I have successfully setup the JSR 223
reference implementation on my Linux, but when I tried to deploy the WAR
fille containing the PHP code, I am getting the errors in the following
environment.
Here are the environment details
Background: Tomcat 5.5.20
I am devolping a web service to provide vocabulary in a library setting.
The service will be located at:
http://tspilot.oclc.org/
One of the vocabularies is named "gsafd"
I need to respond differently to:
http://tspilot.oclc.org/gsafd
vs
http://tspilot.oclc.org/gsafd/
I am unable to shutdown Tomcat 5.5.17.
When I try to shutdown using /bin/shutdown.sh or "./catalina.sh stop" it
just pauses like so .
Feb 4, 2008 4:51:00 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-80
I have to kill the thread every time like so "pk
John Caron wrote:
My application is a scientific data server that transfers large
amounts of binary data. I am looking to make it as fast as possible
and have been experimenting with the NIO FileChannel.transferTo()
method. This appears to be much faster (3-10X) than using an
OutputStream, und
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 5.5.26 stable.
Apache Tomcat 5.5.26 incorporates numerous security updates and bug fixes.
Please refer to the change log for the list of changes:
http://tomcat.apache.org/tomcat-5.5-doc/changelog.html
Downloads:
http://
Hi,
We are using tomcat 5.5 with jdk 1.5.0 on FreeBSD 6.2 and are getting
random complaints about transmission errors. Our users access tomcat
directly using ssl with form based authentication. We are not using
apache with a tomcat connector. This is the first time that we have
deployed an app
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dan,
(While others are handling your primary question, I thought I'd mention
a couple of things)
Dan D. wrote:
| I'm currently working on upgrading our systems from using Tomcat
| 5.0.27 to 6.0.14.
While you're at it, you might want to:
* If you'r
My application is a scientific data server that transfers large amounts of
binary data. I am looking to make it as fast as possible and have been
experimenting with the NIO FileChannel.transferTo() method. This appears to be
much faster (3-10X) than using an OutputStream, under some circumstanc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Max,
Max Sevenfold wrote:
| I would like to disable low grade encryption in Tomcat.
Are you using Tomcat's native APR library?
- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigma
Hello,
I would like to disable low grade encryption in Tomcat.
I have cert that uses 256/1024bit encryption with Apache but same cert
with tomcat uses
128/768bit encryption.
The problem is public key size 768 bit that is no more considered secure
by Opera.
The problem was discussed here.
Thanks Dirk, that was great.
Thanks a lot from a newbie like me.
On 2/5/08, Dirk Weigenand <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> have a look at the following presentation:
>
>
> http://www.eclipse.org/tptp/home/documents/tutorials/viewlets/v4.1/WTP/WTP_TPTP_viewlet_viewlet_swf.html
>
> Be sure y
Hi,
have a look at the following presentation:
http://www.eclipse.org/tptp/home/documents/tutorials/viewlets/v4.1/WTP/WTP_TPTP_viewlet_viewlet_swf.html
Be sure you don't use MyEclipse since they disable certain features in the
original eclipse installation that conflict with their own version s
Ok so I have solved it,
The cookbook to compile mod_jk on Cygwin
* Download source distribution (no Cygwin binaries available)
*
'''http://apache.mirror.superhosting.cz/tomcat/tomcat-connectors/jk/source/'''
* '''tomcat-connectors-1.2.26-src.tar.gz'''
wget
http://apache.mirror.superho
I am talking about tptp. Is not it a fully fledged one?
I just dont know how to profile a web appplication running outside my
eclipse 3.2.
On 2/5/08, Leon Rosenberg <[EMAIL PROTECTED]> wrote:
>
> that depends on what you want to profile and how muc hmoney you want to
> spend.
> some sites to loo
That fixed it - many thanks!
R
On Feb 4, 2008 5:30 PM, Christopher Schultz <[EMAIL PROTECTED]>
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Richard,
>
> Richard Buck wrote:
> | Anyone else seeing this? What changed between 6.0.9 and 6.0.14?
>
> Google is your friend:
> http://www
I have now found a way how to get more information relating failing linkage:
I have modified apache2.0/Makefile passing -no-undefined flag to the linker
{{{
mod_jk.la: mod_jk.lo $(APACHE_OBJECTS)
$(LIBTOOL) --mode=link ${COMPILE} -no-undefined `${APXS} -q LDFLAGS`
-o $@ -module -shared -rp
that depends on what you want to profile and how muc hmoney you want to spend.
some sites to look into
moskito.anotheria.net
www.lambdaprobe.com
www.yourkit.com
http://www.quest.com/jprobe/
regards
Leon
On Feb 5, 2008 7:25 AM, Arun <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am new to profiling. Can a
37 matches
Mail list logo