unified doXXX()

2010-02-27 Thread Aryeh M. Friedman
I am refactoring a servlet we have used successfully for several years now to accommodate input that does not amen itself to HttpServletRequest.getParameter()... The only way it seems to be to handle our particular input (the nature/format of the input is covered by an NDA so I can not discuss

possible memory leak tomcat 6?

2010-02-27 Thread Sander de Boer
Hi, My tomcat server gives often a out of mem. When dumping the heap I found much instances of these objects: Class InstanceCount TotalSize class org.apache.tomcat.util.buf.ByteChunk 439493 20656171 class org.apache.tomcat.util.buf.CharChunk 432383 16862937 class org.apache.tomcat.util.buf.Messa

SV: ROOT.war - how to access web.xml

2010-02-27 Thread Søren Blidorf
By the way. I also have info as init-param in my struts servlet configured in the web.xml So I guess I should just loose the getServlet.getInitParameter and just use getServletContext().getInitParameter??? By the way I don’t have access to the conf. I guess I have access to ROOT or webapps. Can

SV: ROOT.war - how to access web.xml

2010-02-27 Thread Søren Blidorf
Great. I'll try that. Thanks alot -Oprindelig meddelelse- Fra: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sendt: 27. februar 2010 19:21 Til: Tomcat Users List Emne: RE: ROOT.war - how to access web.xml > From: Søren Blidorf [mailto:so...@nolas.dk] > Subject: ROOT.war - how

RE: ROOT.war - how to access web.xml

2010-02-27 Thread Caldarale, Charles R
> From: Søren Blidorf [mailto:so...@nolas.dk] > Subject: ROOT.war - how to access web.xml > > I have deployed my ROOT.war file. Is there any way to access > the web.xml. > > I save db login info in it and I would like to be able to > deploy the same ROOT.war file on different sites and only > c

Re: ROOT.war - how to access web.xml

2010-02-27 Thread Hassan Schroeder
2010/2/27 Søren Blidorf : > When it is deployed the only thing I see when I FTP the site is the ROOT.war > file. If the war isn't being expanded your options to change it are limited. But it's rare (in my experience) for apps to be run from a packed war; you might want to look around a bit. Thoug

SV: ROOT.war - how to access web.xml

2010-02-27 Thread Søren Blidorf
When it is deployed the only thing I see when I FTP the site is the ROOT.war file. -Oprindelig meddelelse- Fra: Hassan Schroeder [mailto:hassan.schroe...@gmail.com] Sendt: 27. februar 2010 19:10 Til: Tomcat Users List Emne: Re: ROOT.war - how to access web.xml 2010/2/27 Søren Blidorf :

Re: ROOT.war - how to access web.xml

2010-02-27 Thread Hassan Schroeder
2010/2/27 Søren Blidorf : > Thanks, but I dont know what you mean. Assuming your war is being expanded, log in and edit the file. Or is that an incorrect assumption? -- Hassan Schroeder hassan.schroe...@gmail.com twitter: @hassan --

SV: ROOT.war - how to access web.xml

2010-02-27 Thread Søren Blidorf
Hi. Thanks, but I dont know what you mean. Kind of newbie in .war -Oprindelig meddelelse- Fra: Hassan Schroeder [mailto:hassan.schroe...@gmail.com] Sendt: 27. februar 2010 19:04 Til: Tomcat Users List Emne: Re: ROOT.war - how to access web.xml 2010/2/27 Søren Blidorf : > I have deploye

Re: ROOT.war - how to access web.xml

2010-02-27 Thread Hassan Schroeder
2010/2/27 Søren Blidorf : > I have deployed my ROOT.war file. Is there any way to access the web.xml. > > I save db login info in it and I would like to be able to deploy the same > ROOT.war file on different sites and only change the web.xml after. ssh + vi should do it, eh? -- Hassan Schroeder

ROOT.war - how to access web.xml

2010-02-27 Thread Søren Blidorf
I have deployed my ROOT.war file. Is there any way to access the web.xml. I save db login info in it and I would like to be able to deploy the same ROOT.war file on different sites and only change the web.xml after. Soren

Re: SV: When I link to a *.do I get "Page not found"

2010-02-27 Thread David Smith
No log information to me implies: 1. The log information is being caught and written to a log file before it get's to stdout/stderr. Find the log file and you'll see your messages. 2. You may not be hitting the resource you think you are hitting. Double check your URL 3. Maybe your webapp has to

SV: When I link to a *.do I get "Page not found"

2010-02-27 Thread Søren Blidorf
I dont have full acces to logs, but no error comes in stdout or stderr. Same tomcat version. But not sure about the jvm - I'll start there. Thanks. -Oprindelig meddelelse- Fra: David Smith [mailto:d...@cornell.edu] Sendt: 27. februar 2010 15:17 Til: Tomcat Users List Emne: Re: When I li

Re: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread Mladen Turk
On 02/27/2010 03:53 PM, David Bolsover wrote: Mladen Brilliant - thanks for this; the release candidate fixes the problem I had encountered. Cool. I'll check out the full release version when available. Should be the same binary We just copy dev/ to dist/ once when voted as a release.

RE: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread David Bolsover
Jordan Thanks for the suggestion - but have solved my particular problem using the 1.2.30 rc connector. DB -Original Message- From: Jordan Michaels [mailto:jor...@viviotech.net] Sent: 27 February 2010 06:25 To: Tomcat Users List Subject: Re: IIS7 + ISAPI Redirector on 64Bit Server Platfo

RE: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread David Bolsover
Thanks, just tried the 1.2.30 rc - solves my problem :-) -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 27 February 2010 10:42 To: Tomcat Users List Subject: Re: IIS7 + ISAPI Redirector on 64Bit Server Platform On 27/02/2010 01:00, David Bolsover wrote: > Environment: > Ser

RE: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread David Bolsover
Mladen Brilliant - thanks for this; the release candidate fixes the problem I had encountered. I'll check out the full release version when available. DB -Original Message- From: Mladen Turk [mailto:mt...@apache.org] Sent: 27 February 2010 11:18 To: Tomcat Users List Subject: Re: IIS

Re: When I link to a *.do I get "Page not found"

2010-02-27 Thread David Smith
On 2/27/2010 8:31 AM, Søren Blidorf wrote: > I have made a struts application and it works just fine on my testserver. > > > > I have now uploaded it to my hosted webserver and struts does not work. > > > > When I link to a *.do I get “Page not found” > > > > Could it be a Tomcat config probl

When I link to a *.do I get "Page not found"

2010-02-27 Thread Søren Blidorf
I have made a struts application and it works just fine on my testserver. I have now uploaded it to my hosted webserver and struts does not work. When I link to a *.do I get “Page not found” Could it be a Tomcat config problem. Placing the jars and classes ect. Struts 1.2 // Tomcat

RE: DB connection error -Tomcat 6 config

2010-02-27 Thread Felix Schumacher
Hi, Am Donnerstag, den 25.02.2010, 14:45 -0600 schrieb Propes, Barry L : > Sorry for the delay - supplying both my META-INF/context.xml and > webapps/WEB-INF/web.xml contents. just to be sure, the dirs META-INF and WEB-INF are both located inside your webapplication, right? Have you checked, tha

Re: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread Mladen Turk
On 02/27/2010 11:42 AM, Pid wrote: On 27/02/2010 01:00, David Bolsover wrote: At my wits end - same application performs flawlessly when run on Windows 7 IIS7 using 32bit redirector. Seeking inspiration on how to debug / solve this problem. 1.2.30 will be released fairly rapidly, as a bug ha

Re: IIS7 + ISAPI Redirector on 64Bit Server Platform

2010-02-27 Thread Pid
On 27/02/2010 01:00, David Bolsover wrote: Environment: Server Hardware: Dell T110 : Intel Xeon X3430, 4Gb RAM. OS: Windows Small Business Server 2008 fully patched. SQL Server standard 2008 IIS: 7.0.6000.16386 Java version "1.6.0_18" Java(TM) SE Runtime Environment (build 1.6.0_18-b07) Java HotS