RE: [OT] Followup on 32-bit versus 64-bit performance discussion(s)

2011-03-15 Thread Caldarale, Charles R
> From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] > On Behalf Of Peter Crowther > Subject: Re: [OT] Followup on 32-bit versus 64-bit performance discussion(s) > > Also, a Java int, when allocated on the stack, must take up the same number > > of bits as a pointer. >

RE: [OT] Followup on 32-bit versus 64-bit performance discussion(s)

2011-03-15 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: [OT] Followup on 32-bit versus 64-bit performance discussion(s) > A 32-bit process, using 32-bit pointers, will enjoy a 2x speedup for > those types of data. Also, a Java int, when allocated on the stack, must take

RE: [OT] Followup on 32-bit versus 64-bit performance discussion(s)

2011-03-14 Thread Caldarale, Charles R
> From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] > Subject: Re: [OT] Followup on 32-bit versus 64-bit performance discussion(s) > I'm sorry, I probably missed something, but why should 64 bit app on > 64 bit os on 64 bit cpu be slower as 32 bit analog? Because all the data items are bigg

RE: tomcat http connector errors

2011-03-11 Thread Caldarale, Charles R
> From: Ashish Kumar Dash [mailto:dashashishku...@gmail.com] > Subject: Re: tomcat http connector errors > $ kill -3 PID also will print a Thread Dump on your catalina.out As mentioned in the previously posted FAQ reference. > http://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of

RE: Typical setting for

2011-03-11 Thread Caldarale, Charles R
> From: Jason Pringle [mailto:jason.prin...@amdocs.com] > Subject: Typical setting for > What are the advantages or requirements (if any) for using a > value other than localhost, if not using virtual hosts? None whatsoever. The character string "localhost" here has nothing to do with the IP

RE: Fastest way to upgrade from 7.0.10 to 7.0.11?

2011-03-11 Thread Caldarale, Charles R
> From: Brian Braun [mailto:brianbr...@gmail.com] > Subject: Fastest way to upgrade from 7.0.10 to 7.0.11? > I wouldn't like to uninstall the whole software and install 7.0.11 from > scratch. I would like to stop it, replace some files (some JARs, I guess), > and start it again. Wrong approach.

RE: tomcat http connector errors

2011-03-11 Thread Caldarale, Charles R
> From: Kobi Biton [mailto:comns.k...@gmail.com] > Subject: Re: tomcat http connector errors > since I am the Operation guy not sure what you mean by > thread dump ? jstack it is ? or other method? jstack will work. http://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_running

RE: JSP class size increase in Tomcat 7

2011-03-10 Thread Caldarale, Charles R
> From: Jess Holle [mailto:je...@ptc.com] > Subject: Re: JSP class size increase in Tomcat 7 > Yes, both Java 6 Update 24. Just to verify, are both instances Tomcat running in the same JVM mode (-client or -server)? (That shouldn't affect the .class file size, but just checking...) - Chuck

RE: tools.jar dependency with Tomcat 7.0.10?

2011-03-10 Thread Caldarale, Charles R
> From: Mathew Samuel [mailto:mathew.sam...@entrust.com] > Subject: RE: tools.jar dependency with Tomcat 7.0.10? > Here is the full stack trace: Nothing terribly exciting there. Can you tell us how you start Tomcat? If you're using the startup.sh, it should display the classpath, which is of

RE: Options for setting context path

2011-03-10 Thread Caldarale, Charles R
> From: Ari King [mailto:ari.brandeis.k...@gmail.com] > Subject: Options for setting context path > What options do I have for setting the context path, aside > from naming the war file, i.e. "context-path-name.war", and > modifying the server.xml file? Keep the .war file *outside* of Tomcat's

RE: session fixation bug fix - questions

2011-03-10 Thread Caldarale, Charles R
> From: bradford [mailto:fingerm...@gmail.com] > Subject: Re: session fixation bug fix - questions > What type of authentication are you referring to? Any container-managed authentication. If your webapp is doing its own, then you're in control. > Are you talking about the first time they acc

RE: tomcat server

2011-03-10 Thread Caldarale, Charles R
> From: ken dias [mailto:kend...@hotmail.com] > Subject: tomcat server > I started the Tomcat webserver. When I keyin "localhost:8080", > I get the apache-tomcat webpage and can run the examples. > however, when i keyin "localhost" only, i get error. As you should. Do you have a question? -

RE: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-09 Thread Caldarale, Charles R
> From: Dharamshila Khandelwal [mailto:dharmshil...@gmail.com] > Subject: Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6 > I was able to make it work. Enable Invoker Servlet Mapping > in conf/web.xml. That is a really, really, really bad idea - bordering on criminal. Do it

RE: JSP pages are not loaded. Only HTML source code

2011-03-09 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: JSP pages are not loaded. Only HTML source code > > XYtest.xml is now: > > > > > > > Try removing all the "/servlet" references from your configurations > and URLs (except for your docBase: that needs to stay) an

RE: console with when running as service

2011-03-09 Thread Caldarale, Charles R
> From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] > Subject: RE: console with when running as service > Im sorry to keep asking the same question becase we have > services that have console windows! > For example Domino server does that by default : > - install it as service > - start the

RE: console with when running as service

2011-03-09 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: console with when running as service > You can have the startup.bat registered as a service and > redirect output to a text file. Somewhat pointless, since that's exactly what the Tomcat service does by defau

RE: console with when running as service

2011-03-09 Thread Caldarale, Charles R
> From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] > Subject: console with when running as service > is it possible to setup Tomcat service in a way that it will display > console window after service start, same as when started using bat file? > I mean window to which standart outputs and e

RE: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6

2011-03-08 Thread Caldarale, Charles R
> From: Dharamshila Khandelwal [mailto:dharmshil...@gmail.com] > Subject: Re: Servlet mapping doesn't work after upgrading from Tomcat 5 to 6 > I tried putting the servlet-mapping inside servlet tag > but it didn't work. Good, since that's not syntactically correct. > I am attaching web.xml th

RE: Tomcat & Windows service & console window

2011-03-08 Thread Caldarale, Charles R
> From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] > Subject: Tomcat & Windows service & console window > can anyone point me how to set it so console window > appears when service started? Windows services do not use console windows - that's one of the major points of running something a

RE: localhost

2011-03-06 Thread Caldarale, Charles R
> From: ken dias [mailto:kend...@hotmail.com] > Subject: RE: localhost > status: listening, pid 1908 And what program is pid 1908? (Hint: use Task Manager.) > could not key in the symbol for "|" (not on keyboard) I'd suggest you obtain a real keyboard... they're under $10. Even my iPhone h

RE: Running Tomcat as service - is it possible to make "tomcat7.exe" run a batch file each time it starts?

2011-03-06 Thread Caldarale, Charles R
> From: Evgeny Goldin [mailto:evge...@gmail.com] > Subject: RE: Running Tomcat as service - is it possible to make "tomcat7.exe" > run a batch file each time it starts? > You mean making service start the batch instead of > "tomcat7.exe" will not work? No, that is what I was suggesting you do

RE: Running Tomcat as service - is it possible to make "tomcat7.exe" run a batch file each time it starts?

2011-03-06 Thread Caldarale, Charles R
> From: Evgeny Goldin [mailto:evge...@gmail.com] > Subject: Running Tomcat as service - is it possible to make "tomcat7.exe" run > a batch file each time it starts? > Are there any options to make Tomcat run our batch file > somehow before it is started by the service? No; Windows services can

RE: Confused by url-pattern in Contatner Managed Auth

2011-03-05 Thread Caldarale, Charles R
> From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan > Rosenberg > Subject: Confused by url-pattern in Contatner Managed Auth > I thought this would require auth for the url > /Adoption/application/list, but there is no > challenge when I test. Need more information: unde

RE: Tomcat failing to process JAR's within web app

2011-03-04 Thread Caldarale, Charles R
> From: McGibbney, Lewis John [mailto:lewis.mcgibb...@gcu.ac.uk] > Subject: RE: Tomcat failing to process JAR's within web app > I removed WAR file from CATALINA_HOME/webapps Did you remove the expanded directory of the same name as well? > is there a possibility that this something specific wi

RE: Tomcat as Windows service

2011-03-04 Thread Caldarale, Charles R
> From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] > Subject: Tomcat as Windows service > I installed Tomcat as service Be specific: exactly what did you do? > when I start it console is displayed. Be specific: exactly how are you starting it? If you run tomcat7w.exe and look at the Logo

RE: Auto-deploying WAR file with arbitrary filename, defining the URL context in meta file

2011-03-04 Thread Caldarale, Charles R
> From: Andreas Sommer [mailto:andreas.somme...@googlemail.com] > Subject: Auto-deploying WAR file with arbitrary filename, defining the URL > context in meta file > My problem is that I'd like to auto-deploy a WAR file with a fixed > filename "specialfilename.war" (because it includes a special

RE: Tomcat JMX Monitoring - Busy Threads?

2011-03-03 Thread Caldarale, Charles R
> From: Sean Laurent [mailto:s...@studyblue.com] > Subject: Tomcat JMX Monitoring - Busy Threads? > Catalina:type=ThreadPool,name=http-8080 > examining the currentThreadsBusy attribute. Unfortunately, I only > ever seem to get -1 as a value. Seems to work for me. Are you using an , by any chan

RE: Getting http connection status

2011-03-03 Thread Caldarale, Charles R
> From: David kerber [mailto:dcker...@verizon.net] > Subject: Getting http connection status > How do I get a status on the http connection threads in tc > 5.5.somethingLate? JMX is your friend... You could use jConsole or VisualVM; those will let you poke around individual threads to see whe

RE: [SECURITY] Tomcat 7 ignores @ServletSecurity annotations

2011-03-02 Thread Caldarale, Charles R
> From: Michael McCutcheon [mailto:michael.mccutch...@att.net] > Subject: Re: [SECURITY] Tomcat 7 ignores @ServletSecurity annotations > On 3/2/2011 8:49 AM, Mark Thomas wrote: > > If code changes are required to address this, they will be included in > > the next release of Tomcat 7, 7.0.10. The

RE: [OT] IIS7/isapi/tomcat performance

2011-03-02 Thread Caldarale, Charles R
> From: Tony Anecito [mailto:adanec...@yahoo.com] > Subject: Re: [OT] IIS7/isapi/tomcat performance > On page 4 of the following port guide: > http://public.dhe.ibm.com/software/dw/jdk/64bitporting/64BitJavaPortingGuide.pdf > It states:For Windows, on 32-bit systems, integers, longs and > point

RE: weird memory

2011-03-02 Thread Caldarale, Charles R
> From: Rodrigo Asensio [mailto:rasen...@gmail.com] > Subject: Re: weird memory > Now... what do you recommend to start tomcat in port 80 > in linux and what if I have to do a cluster deployment > of tomcat+myapps. You've got multiple, unrelated questions in there, that you shouldn't be asking

RE: How to setup webapp specific parameter for virtual host in Tomcat?

2011-03-02 Thread Caldarale, Charles R
> From: jo...@centrum.cz [mailto:jo...@centrum.cz] > Subject: How to setup webapp specific parameter for virtual host in Tomcat? >unpackWARs="true" autoDeploy="true"> > > > > The docBase is incorrect, and the path is missing. However, you really shouldn't be putting elements in se

RE: Tomcat and SSL

2011-03-02 Thread Caldarale, Charles R
> From: jvr [mailto:jvr...@gmail.com] > Subject: RE: Tomcat and SSL > Then I don't have to configure tomcat with SSL > Configuration HOW-TO as stand-alone web server If you're intending to have Tomcat service SSL requests, then you do have to configure it to for such. Note that the configurat

RE: How to setup webapp specific parameter for virtual host in Tomcat?

2011-03-02 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: How to setup webapp specific parameter for virtual host in > Tomcat? > docBase > The value of this field must NOT be set when the Context is > configured using a META-INF/context.xml file > as it will be inferred by the a

RE: weird memory

2011-03-01 Thread Caldarale, Charles R
> From: Rodrigo Asensio [mailto:rasen...@gmail.com] > Subject: Re: weird memory > I replaced for my desired amount, restarted everything.. but nothing > changed. Any clue about other file being involved on this ? One of the problems with these 3rd-party repackaged versions of Tomcat is that nob

RE: System.out anf tomcat 6

2011-03-01 Thread Caldarale, Charles R
> From: jason johnson [mailto:jasonjohnson1...@yahoo.com] > Subject: System.out anf tomcat 6 > I am using tomcat 6.0.16 and windows xp. Time to upgrade - that's over three years old (and we won't say anything about your OS...). > Now that I am using tomcat 6, I can't find the stdout.log > fil

RE: [OT] IIS7/isapi/tomcat performance

2011-03-01 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: [OT] IIS7/isapi/tomcat performance > The question I have is how does the bus controller know > that there are multiple 32-bit values coming down the line, > and that it can send them simultaneously down the bus? A

RE: [OT] IIS7/isapi/tomcat performance

2011-03-01 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: [OT] IIS7/isapi/tomcat performance > I don't understand why communicating a 64-bit value over a > 64-bit bus would take longer than communicating a 32-bit > value over a 64-bit bus: Because you get *two* 32-bit va

RE: [OT] IIS7/isapi/tomcat performance

2011-03-01 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: [OT] IIS7/isapi/tomcat performance > Are you saying that a 32-bit JVM running on a 64-bit machine > somehow utilizes the 64-bit bus? Malarkey. I wouldn't bet on that. Intel goes to great pains to insure all of th

RE: Vetoing the start of a webapp

2011-03-01 Thread Caldarale, Charles R
> From: Olivier Lefevre [mailto:lefev...@yahoo.com] > Subject: Re: Vetoing the start of a webapp > Sorry, can you give me the actual section: are you > referring to §11.6? In the 3.0 spec, it's in section 11.6 (was 10.6 in the 2.5 version). The key statements are: "The container may respond t

RE: Put URL in context.xml

2011-03-01 Thread Caldarale, Charles R
> From: Gehrny [mailto:a1095...@jnxjn.com] > Subject: Put URL in context.xml > I would like to store the URL and the port of the remote > site in the context.xml. > So far I have added the following to the context.xml: > type="java.net.HttpURLConnection;" > url="http://remotehost:8080"/> The

RE: Vetoing the start of a webapp

2011-03-01 Thread Caldarale, Charles R
> From: Olivier Lefevre [mailto:lefev...@yahoo.com] > Subject: Re: Vetoing the start of a webapp > is this Tomcat-specific or is it spelled out in the > servlet spec somewhere? It's in the servlet spec. > Yes but that does not make ServletContext a stand-in > for webapps: Actually, it does; t

RE: Getting the Tomcat shutdown port

2011-03-01 Thread Caldarale, Charles R
> From: Olivier Lefevre [mailto:lefev...@yahoo.com] > Subject: Re: Getting the Tomcat shutdown port > Just to be 100% clear, this is a Tomcat thing, not a servlet > spec thing, right? Just wondering whether it's portable. Anything using an org.apache class is Tomcat-specific, and therefore not

RE: Vetoing the start of a webapp

2011-03-01 Thread Caldarale, Charles R
> From: Olivier Lefevre [mailto:lefev...@yahoo.com] > Subject: Vetoing the start of a webapp > But what if the webapp has several servlets and you > want to abort (or undo) the loading of the whole > collection if any of the members fail to load: is > there already an accepted best practice for t

RE: IIS7/isapi/tomcat performance

2011-02-28 Thread Caldarale, Charles R
> From: Bruce Pease [mailto:bpe...@wth.com] > Subject: IIS7/isapi/tomcat performance > In performance tests I have found the configuration runs > dramatically slower than it's corresponding server in 32 > bit Windows on 2000 Server and Tomcat 6. Until you quantify "dramatically", better describe

RE: Getting the Tomcat shutdown port

2011-02-28 Thread Caldarale, Charles R
> From: Olivier Lefevre [mailto:lefev...@yahoo.com] > Subject: Re: Getting the Tomcat shutdown port > > Your application may be on a shared Tomcat instance someday > > and System.exit is really bad in that case. > So let's kill the servlet instead. The servlet, or the webapp? > But it's still

RE: [OT] Memory Leak in Tomcat

2011-02-28 Thread Caldarale, Charles R
> From: הילה [mailto:hilavalen...@gmail.com] > Subject: Re: [OT] Memory Leak in Tomcat > How can I encrypt the password inside the xml file? Short answer: pointless exercise. Long answer: search the archives. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY

RE: Question on Realm Configuration

2011-02-26 Thread Caldarale, Charles R
> From: Josh Gooding [mailto:josh.good...@gmail.com] > Subject: Question on Realm Configuration > I'm running 6.0.29 and I have setup a realm in my context.xml > file as follows: Exactly which context.xml file? Where is it located? If it's in the webapp's META-INF/context.xml file, and you'r

RE: Sudden change in Tomcat 7.0.6 behaviour

2011-02-25 Thread Caldarale, Charles R
> From: McGibbney, Lewis John [mailto:lewis.mcgibb...@gcu.ac.uk] > Subject: Sudden change in Tomcat 7.0.6 behaviour > debug="0" crossContext="true" > While fixing the procedural problems that Chris and Konstantin pointed out, also remove the debug attribute from your element - that hasn't bee

RE: When will SingleThreadModel be removed?

2011-02-24 Thread Caldarale, Charles R
> From: Tony Anecito [mailto:adanec...@yahoo.com] > Subject: Re: When will SingleThreadModel be removed? > Either way when Oracle removes it it will be like > Y2K all over again. My guess is that it will never be removed - just as all the other deprecated classes and APIs deprecated over ten y

RE: When will SingleThreadModel be removed?

2011-02-24 Thread Caldarale, Charles R
> From: Tony Anecito [mailto:adanec...@yahoo.com] > Subject: When will SingleThreadModel be removed? > When do you think SingleThreadModel will go from > deprecated to being gone? Not soon enough. > I noticed with Tomcat 7 it is still present so I am assuming > Servlet 3.0 api still has it pr

RE: a problem about my jsf-tomcat application on opening

2011-02-24 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: a problem about my jsf-tomcat application on opening > unless you're running behind a proxy. Enable the AccessLogValve in your server.xml file to see if you are getting requests via a proxy. - Chuck THIS COMMUNICATION MAY CONTAI

RE: a problem about my jsf-tomcat application on opening

2011-02-24 Thread Caldarale, Charles R
> From: ahmet temiz [mailto:ahmettemi...@gmail.com] > Subject: Re: a problem about my jsf-tomcat application on opening > Could you tell me how you got these results ? http://www.fiddler2.com/fiddler2/ Coupled with the knowledge that Tomcat doesn't do anything like what you're seeing - unless

RE: how to set auto redirection in tomcat

2011-02-23 Thread Caldarale, Charles R
> From: James Godrej [mailto:jamesgod...@yahoo.in] > Subject: how to set auto redirection in tomcat > I am using mod_ajp as a front end Why? What purpose is it serving? If it's not doing anything useful (e.g., handling PHP), you should simplify your life and remove it. > How ever I have an

RE: loading an xsl file in javascript

2011-02-23 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: loading an xsl file in javascript > Localhost_access_log has this > 127.0.0.1 - - [23/Feb/2011:10:24:15 -0500] "GET > /Reporting/reportwriter/xsl/treesort.xsl HTTP/1.1" 200 564 Oops - missed that one. Instal

RE: server running website

2011-02-23 Thread Caldarale, Charles R
> From: Joel [mailto:felixtheratr...@gmail.com] > Subject: Re: server running website > So yeah it might be the later problem, where there is a > hardcoded directory. Is there a quick way to fix this? Since you're running on a very unsupported version of Tomcat, you're pretty much on your own

RE: loading an xsl file in javascript

2011-02-23 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: RE: loading an xsl file in javascript > Platform is Windows 7 32bit > Using CATALINA_BASE: "C:\Downloads\tomcat-7\apache-tomcat-7.0.6" > Using JRE_HOME:"C:\Development\Java\jdk1.6.0_18\jre" Thank you. >

RE: loading an xsl file in javascript

2011-02-23 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: loading an xsl file in javascript > Via javascript I am loading xsl's from tomcat to client. Tomcat version? JVM version? Platform? Tomcat logs? AccessLogValve enabled? Fiddler2 shows what? - Chuck THIS

RE: a problem about my jsf-tomcat application on opening

2011-02-23 Thread Caldarale, Charles R
> From: ahmet temiz [mailto:ahmettemi...@gmail.com] > Subject: a problem about my jsf-tomcat application on opening > How can I enable its opening in first try. Fix your webapp. It's returning a 302 (redirect) in response to the URL you posted, with a hard-coded target of localhost: HTTP/1.1

RE: Issue with oralce drive under tomcat 7

2011-02-22 Thread Caldarale, Charles R
> From: robert.jen...@surecomp.com [mailto:robert.jen...@surecomp.com] > Subject: Issue with oralce drive under tomcat 7 > Caused by: java.lang.ClassCastException: > oracle.jdbc.driver.OracleResultSetMetaData > cannot be cast to oracle.jdbc.OracleResultSetMetaData This is frequently caused by h

RE: Updating Tomcate Windows Service

2011-02-22 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Updating Tomcate Windows Service > 'diff' is your friend. Some kind souls have ported it to win32: > http://www.google.com/search?q=diff%20win32 For Windows, I prefer these: http://www.grigsoft.com/ - Chuck THIS

RE: web application automatically goes to localhost

2011-02-22 Thread Caldarale, Charles R
> From: ahmet temiz [mailto:ahmettemi...@gmail.com] > Subject: web application automatically goes to localhost > My JSF web application automatically goes to localhost. I'll bite: what does the above sentence actually mean? http://www.catb.org/~esr/faqs/smart-questions.html - Chuck THIS COM

RE: related to bad url encoding?...

2011-02-22 Thread Caldarale, Charles R
> From: alex [mailto:alex.alex.alex.9...@gmail.com] > Subject: Re: related to bad url encoding?... > shouldn't it be 404 error if tomcat can't map "this call"? Tomcat 7 has introduced revised handling for situations where there is no ROOT webapp; you might want to try that. Regardless, you sti

RE: server running website

2011-02-22 Thread Caldarale, Charles R
> From: Joel [mailto:felixtheratr...@gmail.com] > Subject: server running website > But when I try to go to the page "localhost:8080" or "localhost:80" > Safari says: > "Safari can't open the page "http://function2.basiceng.umr.edu/view"; because > Safari can't find the server "function2.basiceng

RE: Tomcat won't serve newly created files

2011-02-21 Thread Caldarale, Charles R
> From: angelicos [mailto:angeli...@gmail.com] > Subject: Re: Tomcat won't serve newly created files > the reason I know that tomcat is serving the wrong app > version is because the login page for the updated app is > different to the one tomcat is serving along with several > other pages serve

RE: Tomcat won't serve newly created files

2011-02-21 Thread Caldarale, Charles R
> From: angelicos [mailto:angeli...@gmail.com] > Subject: Re: Tomcat won't serve newly created files > The problem is, it undeploys the new war file, but it's > not using it. What's the "it" in the above sentence? Why would a new war file be undeployed? > It seems to have an old copy of the a

RE: 400 Errors while trying to deploy manager app.

2011-02-21 Thread Caldarale, Charles R
> From: Dave Shevett [mailto:shev...@homeport.org] > Subject: Re: 400 Errors while trying to deploy manager app. > it looks like it's installed as part of hte debian package install. Unfortunate, since that muddies the water a good bit. > Here it is: http://pastebin.stonekeep.com/11570 Don't

RE: Tomcat won't serve newly created files

2011-02-21 Thread Caldarale, Charles R
> From: Lanre Abiwon [mailto:angeli...@gmail.com] > Subject: Re: Tomcat won't serve newly created files > I always load with Tomcat stopped. And do you manually clean out the work and temp directories? (You should.) Also note that there may be a ROOT.xml in conf/Catalina/[host] which will ov

RE: 400 Errors while trying to deploy manager app.

2011-02-21 Thread Caldarale, Charles R
> From: Dave Shevett [mailto:shev...@homeport.org] > Subject: Re: 400 Errors while trying to deploy manager app. > 2) Tomcat 5.5, Apache 2.2.9 Tomcat 5.5.what? Also, is this a real Tomcat, or a 3rd-party repackaged version? > Within that directory is 'manager.xml', which looks > like this no

RE: Remote debugging options set into tomcat5w.exe take no effect.

2011-02-21 Thread Caldarale, Charles R
> From: Kannan J [mailto:kannan_jayapraka...@yahoo.co.in] > Subject: Remote debugging options set into tomcat5w.exe take no effect. > one is tomcat5w.exe's path to executable (it is set to > another unused tomcat on c:\program files(x64)\Apache > Software Foundation\tomcat5.5\bin\tomcat5.exe (n

RE: Remote debugging options set into tomcat5w.exe take no effect.

2011-02-21 Thread Caldarale, Charles R
> From: Kannan J [mailto:kannan_jayapraka...@yahoo.co.in] > Subject: Remote debugging options set into tomcat5w.exe take no effect. > I have specified the jvm debuggin options in tomcat5w.exe > -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n > for remote debugging tomcat. T

RE: 400 Errors while trying to deploy manager app.

2011-02-21 Thread Caldarale, Charles R
> From: Dave Shevett [mailto:shev...@homeport.org] > Subject: 400 Errors while trying to deploy manager app. Better to tell us the Tomcat version you're using right up front, rather than forcing people to dig through the entire message. Also tell us the JVM and the platform. > The tomcat inst

RE: cannot see examples

2011-02-21 Thread Caldarale, Charles R
> From: ken dias [mailto:kend...@hotmail.com] > Subject: cannot see examples > I d'loaded tomcat 6.0.032 >From where? What JVM? What platform? > Then clicked on servlet and JSP examples but got 404 on > both occasions. If you installed Tomcat from a 3rd-party rather than downloading a real

RE: cannot see examples

2011-02-21 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: cannot see examples > if you want a webapp to be deployed then you will need > to deploy that webapp ..options for deploying webapps for > tomcat are available at: > http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html Mor

RE: connecting jsp with mysql

2011-02-21 Thread Caldarale, Charles R
> From: Anup Niroula [mailto:anup.niro...@gmail.com] > Subject: connecting jsp with mysql > I downloaded jdbc driver "mysql-connector-java-5.1.15-bin.jar" > and placed it in two locations: >- CATALINE_HOME\lib >- C:\Program Files\Apache Software Foundation\Tomcat >7.0\webapps\lsc\WEB

RE: A web application with multiple context name - optimal way?

2011-02-20 Thread Caldarale, Charles R
> From: Shailesh Nandwana [mailto:sn5...@yahoo.com] > Subject: A web application with multiple context name - optimal way? > I assumed to use context path targeting to same docbase but doesnt > look the optimal way as may hamper the performance. Mostly the impact is multiple deployments, which

RE: datasource & persistenceUnit configuration

2011-02-20 Thread Caldarale, Charles R
> From: Martin Mucha [mailto:alfon...@gmail.com] > Subject: datasource & persistenceUnit configuration > I got here WebApp, using JPA. I need to configure Tomcat > somehow, to be able to get EntityManager. Tomcat itself does not supply an EntityManager, as it is only a servlet container, not a

RE: Tomcat configuration.

2011-02-19 Thread Caldarale, Charles R
> From: Henry Loke [mailto:fsl...@yahoo.com] > Subject: Tomcat configuration. > How to figure out that I running 32 bit or 64 bit JVM? Enter the command java -version. > When the system down, I ps aux | grep tomcat root 6393 9.3 33.0 3997772 2697592 ? Sl 09:28 8:23 /usr/java/jdk1.6.0_

RE: Tomcat 6.0 and 7.0 Class Loaders

2011-02-19 Thread Caldarale, Charles R
> From: Duncan MacRae [mailto:dcmac...@hotmail.com] > Subject: RE: Tomcat 6.0 and 7.0 Class Loaders > I have installed the JAXWS JAR files at > ${catalina.home}/jaxws/*.jar for Tomcat 6.0.20. Might want to upgrade your Tomcat version - that one's almost two years old. > This catalina.properti

RE: Unable to start tomcat

2011-02-19 Thread Caldarale, Charles R
> From: Lanre Abiwon [mailto:angeli...@gmail.com] > Subject: Unable to start tomcat > I'm running tomcat 5.5.23 on CentOS 5.5. Is this a real Tomcat from tomcat.apache.org, or a 3rd-party repackaged version? If the latter, you'll need to get support from your supplier, since we have no idea w

RE: Tomcat 6.0 and 7.0 Class Loaders

2011-02-18 Thread Caldarale, Charles R
> From: Duncan MacRae [mailto:dcmac...@hotmail.com] > Subject: Tomcat 6.0 and 7.0 Class Loaders > There is no longer a shared class loader in Tomcat, so why does > the catalina.properties still contain the shared.loader property? You can still configure a shared loader if you wish - even the se

RE: Updating Tomcate Windows Service

2011-02-17 Thread Caldarale, Charles R
> From: spr...@gmx.eu [mailto:spr...@gmx.eu] > Subject: RE: Updating Tomcate Windows Service > I will save my conf dir and wars, reinstall tomcat and then copy the > conf and wars back to tomcat (and pray that server.xml & Co are still > compatible :)). Bad idea. Go through the configs and merg

RE: requests die with a stack overflow

2011-02-17 Thread Caldarale, Charles R
> From: Denis Laroche [mailto:dlaroc...@gmail.com] > Subject: Re: requests die with a stack overflow > I have no such thing as filters in my configuration. No, but you have struts rules configured that are effectively the same thing. Something in your struts config keeps forwarding to itself.

RE: Configuration of tomcat to use 64 bit jvm on 64 bit solaris

2011-02-17 Thread Caldarale, Charles R
> From: Amol Puglia [mailto:amolcpug...@yahoo.com] > Subject: Re: Configuration of tomcat to use 64 bit jvm on 64 bit solaris > The jvm is already installed but when i checked what bit jvm is > using from the application, it is giving me following information. > sun.arch.data.model 32 > Let me

RE: Configuration of tomcat to use 64 bit jvm on 64 bit solaris

2011-02-17 Thread Caldarale, Charles R
> From: Amol Puglia [mailto:amolcpug...@yahoo.com] > Subject: Configuration of tomcat to use 64 bit jvm on 64 bit solaris > Kindly let me know how to configure tomcat to use 64 > bit jvm on 64 bit solaris machine. 1) Download. 2) Unpack. 3) Run. Seriously, that's all you have to do. Do you

RE: Tomcat Secuirty Problem

2011-02-16 Thread Caldarale, Charles R
> From: jamana ramesh [mailto:ramesh.jam...@gmail.com] > Subject: Re: Tomcat Secuirty Problem > I am new to Tomcat server. And unaware of basic etiquette: 1) Don't cross-post. 2) Always provide the exact Tomcat version, JVM level, and OS you're running on. > This application has to decrypt so

RE: hi

2011-02-16 Thread Caldarale, Charles R
> From: Anup Niroula [mailto:anup.niro...@gmail.com] > Subject: Re: hi > Hi, could you please explain me in detail. How can i provide a > domain name for my website like using tomcat 7 to be accessed in the network. This has nothing to do with Tomcat. Contact your network administrator. -

RE: hi

2011-02-16 Thread Caldarale, Charles R
> From: Anup Niroula [mailto:anup.niro...@gmail.com] > Subject: hi > How can i configure my localhost:8080 tomcat so that the site could be > accessible through ip address by other computers in the network. Assuming there are no firewalls in the way, you already have. The other computers would

RE: [OT] OutOfMemoryError: GC overhead limit exceeded

2011-02-16 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: [OT] OutOfMemoryError: GC overhead limit exceeded > Here's what jmap reports this morning: > PS Old Generation >capacity = 134217728 (128.0MB) >used = 61911720 (59.043617248535156MB) >free = 7230

RE: [OT] OutOfMemoryError: GC overhead limit exceeded

2011-02-15 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: [OT] OutOfMemoryError: GC overhead limit exceeded > This error occurred /once/ at 16:39 EDT and it's 17:39 EDT now > Is it likely that this was something acute and that my server is okay? > PS Old Generation >capac

RE: Struts application used as a web service (large number of sessions)

2011-02-15 Thread Caldarale, Charles R
> From: denis.laro...@pwc.ca [mailto:denis.laro...@pwc.ca] > Subject: Struts application used as a web service (large number of sessions) > I wrote a Struts application deployed on a Tomcat server > that is used as a web service. Exact Tomcat version? > I guess this is because there's no JSESS

RE: Tomcat 7 - does unpackWars=false work

2011-02-15 Thread Caldarale, Charles R
> From: afk...@gmail.com [mailto:afk...@gmail.com] On Behalf Of Afkham Azeez > Subject: Tomcat 7 - does unpackWars=false work > In my server.xml file, I have set unpackWars to false as follows: > unpackWARs="false" autoDeploy="true"> > However, my WAR files are still being unpacked in

RE: Tomcat 6 Memory Heap Limit

2011-02-15 Thread Caldarale, Charles R
> From: Johnson, Rob E [mailto:rob.john...@onrr.gov] > Subject: RE: Tomcat 6 Memory Heap Limit > It is a stand alone 32 bit server Then you're stuck. To get large heap sizes, you'll need a 64-bit OS and a 64-bit JVM. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROP

RE: Embedding Tomcat 7

2011-02-15 Thread Caldarale, Charles R
> From: Afkham Azeez [mailto:afk...@gmail.com] > Subject: Embedding Tomcat 7 > We need our webapps to be visible through > multiple connectors. How can this be done? Connectors belong to the Service, so you can attach new ones with this: Tomcat.getService().addConnector() - Chuck THIS CO

RE: Hanged threads

2011-02-15 Thread Caldarale, Charles R
> From: Luca Gervasi [mailto:tom...@ashetic.net] > Subject: Hanged threads > The Thread dump reveals many threads hanged with: >java.lang.Thread.State: WAITING on > org.apache.tomcat.util.net.JIoEndpoint$Worker@b446f9 at > java.lang.Object.wait(Native Method) at > java.lang.Ob

RE: Grails tomcat deployment problem

2011-02-12 Thread Caldarale, Charles R
> From: Gavin Yue [mailto:yue.yuany...@gmail.com] > Subject: Grails tomcat deployment problem > The two Wars generated in two ways have hundred bytes difference. I wonder if you're doing something during the transfer that is treating the file as text instead of binary - so that what might be in

RE: Monitor session count & request time.

2011-02-11 Thread Caldarale, Charles R
> From: Stijn Vanhoorelbeke [mailto:stijn.vanhoorelb...@gmail.com] > Subject: Monitor session count & request time. > is there a way to measure the respons time, needed to satisfy > a request? Take a look at this: http://moskito.anotheria.net/ Measures more than you can possibly think of...

RE: Tomcat won't serve newly created files

2011-02-11 Thread Caldarale, Charles R
> From: angelicos [mailto:angeli...@gmail.com] > Subject: Re: Tomcat won't serve newly created files > I've looked through the logs also. Nothing about the 404 error. Turn on the AccessLogValve in server.xml to get some more information. > Regarding where the files are stored, I'm afriad it's i

RE: Tomcat won't serve newly created files

2011-02-11 Thread Caldarale, Charles R
> From: angelicos [mailto:angeli...@gmail.com] > Subject: Tomcat won't serve newly created files > We use Tomcat (Standalone) 5.5.29 on CentOS 5.4 > and 5.5 virtual servers. Are you using a real Tomcat, or a 3rd-party repackaged one? If the latter, the configuration may enable the security ma

RE: IPv6 Issue with Tomcat

2011-02-11 Thread Caldarale, Charles R
> From: Martin Dubuc [mailto:martind1...@gmail.com] > Subject: IPv6 Issue with Tomcat > I am wondering if there is configuration within Tomcat > to force the driver not to use IPv6. Not within Tomcat, but possibly for the JVM you're using. Try setting -Djava.net.preferIPv4Stack=true as a JVM

<    8   9   10   11   12   13   14   15   16   17   >