struts temporarly moved-why?

2011-11-28 Thread Gabor Gyorkei
ut to give it up. I run out of ideas what to try, where to look, I would be really glad if someone can help me out ... Our webapp is huge, the most important things about it: Tomcat6, struts1.1, commons-httpclient-3.1.jar Thanks, Gabor

Re: url prefixes behind proxy

2011-01-06 Thread Gabor Pinter
django >> setup on the server (working just fine). > > Aah, unnecessary complexity: I just love it. The concept is from an Apress django book. Would you live nginx out? Or Apache? Or django? I'm open to any suggestions. Gabor On 2011-01-07 06:23, Christopher Schultz wrote: -

Re: url prefixes behind proxy

2011-01-06 Thread Gabor Pinter
If not, I guess I can hard-code the prefix into my apps (brrr), or set up a nginx --> Apache (mod_jk) --> Tomcat redirect. Or? I am sorry about the 'trivial' label if it was offending. I am new to Tomcat, chances are my questions seem trivial or nonsense... On 2011

Re: url prefixes behind proxy

2011-01-06 Thread gabor
On 1/6/2011 8:14 PM, Pid wrote: On 1/6/11 11:02 AM, Gabor Pinter wrote: Dear list, I have a very trivial problem. My setup: CentOS 5.5 nginx 0.8.53 Tomcat6 You're using the unreleased, but highly experimental and potentially dangerous version 6.3.7!? ;) First, thank you for your

url prefixes behind proxy

2011-01-06 Thread Gabor Pinter
Dear list, I have a very trivial problem. My setup: CentOS 5.5 nginx 0.8.53 Tomcat6 net ---> nginx:80 (proxy_pass) ---> tomcat:8080 Proxy redirect is triggered by prefix "/tom/" myhost:80/tom/ ---> 127.0.0.1:8080/tom/ Now here is my question. How can I let Tomcat know about this "/tom/" pr

Re: Sound

2009-03-12 Thread Gabor Kincses
God, I'm really stupid. Forgot to tell Eclipse, hence it wasn't published. What a bozo. ;-) Cheers, Gabor On Thu, Mar 12, 2009 at 11:42 AM, Gabor Kincses wrote: > Just a plain old 375k mp3 file for a little audio logo. There is another > mp3 file (long version) that's 6

Re: Sound

2009-03-12 Thread Gabor Kincses
Just a plain old 375k mp3 file for a little audio logo. There is another mp3 file (long version) that's 6M. As I said neither shows up in directory listings, either. Really strange. Gabor On Thu, Mar 12, 2009 at 11:40 AM, Gabor Kincses wrote: > Nah. It's just Windows XP with

Re: Sound

2009-03-12 Thread Gabor Kincses
Nah. It's just Windows XP with NTFS. How do I turn on tracing? Gabor On Thu, Mar 12, 2009 at 11:36 AM, David Smith wrote: > Gabor Kincses wrote: > > I'm guilty as well. JRE 1.6-ish. > > > > Gabor > > > > On Wed, Mar 11, 2009 at 8:43 PM,

Re: Sound

2009-03-12 Thread Gabor Kincses
I'm guilty as well. JRE 1.6-ish. Gabor On Wed, Mar 11, 2009 at 8:43 PM, Gabor Kincses wrote: > Hello, > > This should really be pretty simple. I'm trying to serve up an mp3 file > without any action mapping. But upon trying to access the file I'm getting > a 40

Re: Garbage collection problem and Tomcat

2009-03-12 Thread Gabor Kincses
I like your answer. Gentlemanness returned. Opinion reverted. Gabor P.S. I get crabby when vital information is missing in bug reports as much as the next guy. I should have resisted instead of wasting people's time. On Thu, Mar 12, 2009 at 11:12 AM, Caldarale, Charles R < chuc

Re: Garbage collection problem and Tomcat

2009-03-12 Thread Gabor Kincses
I like your attitude. Your bile is spilling out. The word *please* is not in your repertoire. Nice. Gabor P.S. Sorry, I should have resisted. On Thu, Mar 12, 2009 at 10:45 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Ian Long [mailto:ian.l...

Sound

2009-03-11 Thread Gabor Kincses
is on a pretty vanilla 6.0.18 out of the box on Windows. Thanks, Gabor

Re: tomcat restart remotely

2009-02-25 Thread Gabor 'Morc' KORMOS
www.freesshd.com I could recommend as an SSH server for Windows. I used it a few times, it's OK. Then you can use net start and stop to do it. Morc. On 25/02/2009 15:30, Piller Sébastien wrote: "ssh" is the most common way to manage a remote server. But under windows :aie: ;) Laura Ba

Re: Tomcat vs deflate

2009-02-19 Thread Gabor 'Morc' KORMOS
a and passes the rest to the the deflate method. Thanks for everybody who contributed, Morc. On 19/02/2009 16:24, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Morc, On 2/19/2009 7:13 AM, Gabor 'Morc' KORMOS wrote: I checked the code and unfortunat

Re: Tomcat vs deflate

2009-02-19 Thread Gabor 'Morc' KORMOS
tionScript (Adobe Flash/Air) implementation of gzip so we're OK for the moment. Regards, Morc. On 2/18/2009 21:09, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Morc, On 2/17/2009 8:07 AM, Gabor 'Morc' KORMOS wrote: So basically you say code it

Re: Tomcat vs deflate

2009-02-17 Thread Gabor 'Morc' KORMOS
e are much the same - it might be relatively easy. -Tim Gabor 'Morc' KORMOS wrote: Hi Tim, Thanks for the speedy response. Can you point me in the direction of some documentation which describes how to do it? I'm willing to read just did not find what to read :) Thanks,

Re: Tomcat vs deflate

2009-02-17 Thread Gabor 'Morc' KORMOS
t out of the box? Because gzip is there and most people use apache in front of tomcat. -Tim Gabor 'Morc' KORMOS wrote: Hi Guys/Gals, I tried to search for an answer whether Tomcat can support deflate as compression but I found nothing really except that it supports gzip by adding

Tomcat vs deflate

2009-02-17 Thread Gabor 'Morc' KORMOS
e box. Answers like use Apache instead of Tomcat as front-end web server can be spared. Thanks, Gabor 'Morc' Kormos. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: Webdav servlet authentication, authorization

2007-11-14 Thread Gabor Szokoli
On Nov 14, 2007 6:17 PM, Christopher Schultz <[EMAIL PROTECTED]> wrote: > Might I suggest taking a look at securityfilter > (http://securityfilter.sourceforge.net). Looks like a good fit, thank you for the suggestion! G

Re: Webdav servlet authentication, authorization

2007-11-13 Thread Gabor Szokoli
On Nov 13, 2007 10:11 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Gabor Szokoli wrote: > > My vague idea is to use a servlet filter to do the authentication, > > which could doctor the request URL path or parameters to include the > > authorization details. > >

Webdav servlet authentication, authorization

2007-11-13 Thread Gabor Szokoli
. Does this sound reasonable or am I missing something here? Thank you for your time and all the great work: Gabor Szokoli - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: JasperException: Array index out of range

2007-04-20 Thread Gabor Konrad
Hi Rashmi! >> StandardWrapperValve[action]: Servlet.service() for servlet action threw >> exception >> org.apache.jasper.JasperException: Array index out of range: 0 >indicates that there's some code that is accessing the wrong index of >an Array , either the index is less than 0 or greater tha