Re: tomcat6 lookup for remote EJB on glassfish

2012-05-09 Thread tomaz
Dne 9.5.2012 15:48, piše Pid *: > On 9 May 2012, at 09:12, tomaz wrote: > >> I'm struggling to get remote EJB from lookup, but with no success, is it >> posible to this in Apache Tomcat/6.0.18? >> >> When I'm using standalone client I get it but inside web application I can't >> get it work. >>

Re: tomcat6 & ProgrammaticLogin

2012-05-09 Thread tomaz
Dne 9.5.2012 15:46, piše Pid *: > On 9 May 2012, at 13:47, tomaz wrote: > >> ProgrammaticLogin > > Is it a library or framework? > I've never heard of it. > > > p > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apach

Re: how

2012-05-09 Thread Tim Watts
On Wed, 2012-05-09 at 20:29 -0500, Reissner Pabón wrote: > how can i conect apache toncat 7 to oracle 10 g or oracle 11 g an adobe > flex? to make a ria? > tnaks > Your question is too broad, as is your subject line. Please read this: http://catb.org/~esr/faqs/smart-questions.html Also

Enabling compression in embedded tomcat 7

2012-05-09 Thread Adam Gordon
I see XML options for enabling compression but am not seeing how this is done programmatically with an embedded tomcat instance. thanks. --adam - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional command

Re: tomcat pausing and process killed

2012-05-09 Thread Miguel González Castaños
On 09/05/2012 21:47, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 5/9/12 11:29 AM, Miguel Gonzalez wrote: I will check it, however I don't see in the access logs something relevant. Any string I can check Anything with %-codes that are invalid. You'll ha

Re: Tomcat from remote subnet

2012-05-09 Thread Jose María Zaragoza
2012/5/9 Charles Shreve : > I enabled logging and was able to find that the log comes back with code 200 > which is my understanding that everything connects properly.  I have found > that I am able to open any size html file, and jpeg files under 31k from the > remote subnet off of the tomcat s

RE: Tomcat from remote subnet

2012-05-09 Thread Charles Shreve
I enabled logging and was able to find that the log comes back with code 200 which is my understanding that everything connects properly. I have found that I am able to open any size html file, and jpeg files under 31k from the remote subnet off of the tomcat server. Anything else from the tom

Re: tomcat pausing and process killed

2012-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 5/9/12 11:29 AM, Miguel Gonzalez wrote: > I will check it, however I don't see in the access logs something > relevant. Any string I can check Anything with %-codes that are invalid. You'll have to write your own regular parser or regex t

Re: Slow downloads through mod_jk on Windows XP

2012-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy, On 5/8/12 6:41 PM, Andy Wang wrote: > Initial benchmarks seem to show that the behavior between tomcats > is not an issue. Do you mean that Tomcat performance appears to be the same regardless of version? That's both good and bad... I thought t

[OT] Calling all date API nerds

2012-05-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Stephen Colebourne (author of Jodatime and head of JSR-310/date API) recently sent out a call-to-action on the JSR-310 mailing list, and ask that the link be distributed "far and wide". He wants to know how the wider Java community feels about m

Re: Problem moving application to Tomcat 7.0.27

2012-05-09 Thread Pid
On 08/05/2012 00:26, Mark Eggers wrote: > - Original Message - > >> From: Frank Serkland >> To: users@tomcat.apache.org >> Cc: >> Sent: Monday, May 7, 2012 3:33 PM >> Subject: Problem moving application to Tomcat 7.0.27 >> >> I am having a problem moving an application from Tomcat 6 to T

Re: Slow downloads through mod_jk on Windows XP

2012-05-09 Thread Pid
On 08/05/2012 22:13, Caldarale, Charles R wrote: >> From: Andy Wang [mailto:aw...@ptc.com] >> Subject: Re: Slow downloads through mod_jk on Windows XP > >> Downloading a large file through mod_jk to tomcat looks like this: >> 2012-05-08 16:01:22 (15.0 MB/s) - "sol-11--text-x86.iso.8" saved >

Re: tomcat pausing and process killed

2012-05-09 Thread Miguel Gonzalez
>Maybe an attacker is trying a series of URLs in a row, and finally they manage one that finds a weakness in your very very old Tomcat. >> I really don't know what to enable to get to know what is causing Tomcat to >> crash >> >Enabling the AccessLog Valve may enable you to see the bad reque

Re: tomcat pausing and process killed

2012-05-09 Thread André Warnier
Hi. Miguel Gonzalez wrote: Dear all, I have tomcat 5.5.27 and jdk 1.5.0_17 That's all quite old,and you should probably upgrade. As someone suggested to the list I enabled HeapDumpOnOutOfMemoryError. I have javamelody running to monitor tomcat. The only thing that I see is that memory

tomcat pausing and process killed

2012-05-09 Thread Miguel Gonzalez
Dear all,   I have tomcat 5.5.27 and jdk 1.5.0_17   As someone suggested to the list I enabled HeapDumpOnOutOfMemoryError. I have javamelody running to monitor tomcat. The only thing that I see is that memory use increases just before the system crashed.   The system has crashed only showing

Re: tomcat6 lookup for remote EJB on glassfish

2012-05-09 Thread Pid *
On 9 May 2012, at 09:12, tomaz wrote: > I'm struggling to get remote EJB from lookup, but with no success, is it > posible to this in Apache Tomcat/6.0.18? > > When I'm using standalone client I get it but inside web application I can't > get it work. > > My web code: > > >

Re: tomcat6 & ProgrammaticLogin

2012-05-09 Thread Pid *
On 9 May 2012, at 13:47, tomaz wrote: > ProgrammaticLogin Is it a library or framework? I've never heard of it. p - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomca

tomcat6 & ProgrammaticLogin

2012-05-09 Thread tomaz
Is there any known issue about ProgrammaticLogin in Tomcat6? When I used ProgrammaticLogin in stand alone application for lookup remote EJB on glassfish 3.1 I have successes, but when I'm using it inside servlet on Tomcat6 I get org.omg.CORBA.NO_PERMISSION. Regards, Tomaz

tomcat6 lookup for remote EJB on glassfish

2012-05-09 Thread tomaz
I'm struggling to get remote EJB from lookup, but with no success, is it posible to this in Apache Tomcat/6.0.18? When I'm using standalone client I get it but inside web application I can't get it work. My web code: Properties props = new Properties(); props.setProperty("

Re: tomcat7:run with multi maven modules changes

2012-05-09 Thread Albert Kam
Aha, now the warning is gone. The cause was the old snapshot repository and pluginRepository i was still using. Thank you ! On Wed, May 9, 2012 at 1:33 PM, Olivier Lamy wrote: > 2012/5/9 Albert Kam : >> After the advices, i took a peek on the the eclipse maven run >> configuration that i use to l