RE: need help on jsp issue under Tomcat 5.5.17

2006-08-18 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: RE: need help on jsp issue under Tomcat 5.5.17 > > make sure rt.jar is on your CLASSPATH Absolutely do not ever, ever do this. Items pointed to by the CLASSPATH variable (or -cp launcher option) are loaded by the system classloader - th

RE: Virtual Local Host on Windows 2000

2006-08-24 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Graham Reeds > Subject: Virtual Local Host on Windows 2000 > > Anyway I copied a test app into webapps/test but selecting > http://test.localhost/ results in FF appending www. to the > front and IE not displaying anything. Do you have test.loc

RE: Tomcat on Windows Server 2003 x64

2006-08-25 Thread Caldarale, Charles R
> From: Seth P. Low [mailto:[EMAIL PROTECTED] > Subject: Tomcat on Windows Server 2003 x64 > > am I missing out on some potential performance gain? No. > It is my understanding that the fact that we have > installed the 64 bit JRE should be sufficient. Your understanding is correct. > However

RE: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Tool for monitoring Tomcat from the client side > > The majority of the tomcat catalina engine is written in C > and C++ for performance reasons Not true - the Tomcat code is pure Java. You can optionally replace some of the comm c

RE: Tool for monitoring Tomcat from the client side

2006-08-30 Thread Caldarale, Charles R
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Subject: Re: Tool for monitoring Tomcat from the client side > > This slightly besser performance, is it achieved by C or by > using epoll? Good question, and I don't know the answer. It would be interesting to see if there's any performance d

RE: Using Tomcat with JSPs on Mac OS X

2006-09-07 Thread Caldarale, Charles R
> From: Rhodri Bowden [mailto:[EMAIL PROTECTED] > Subject: Using Tomcat with JSPs on Mac OS X > > I am currently trying to run a simple JSP example, but get the > following error message: > > No Java compiler was found to compile the generated source > for the JSP. The Tomcat 5.0.x series re

RE: Tomcat Server Administration - Change Path?

2006-09-08 Thread Caldarale, Charles R
> From: Pontius Malmberg [mailto:[EMAIL PROTECTED] > Subject: Tomcat Server Administration - Change Path? > > I would like to change the default path /admin/ for Tomcat > Server Administration for Tomcat 5.5 to be /tomcat-admin/ instead. Change the name of the admin.xml file to tomcat-admin.xml

RE: Where is bootstrap.jar

2006-09-09 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: Where is bootstrap.jar > > We have downloaded Apache Tomcat, V2.2.3 You may be a little confused. The current version of Apache httpd is 2.2.3, but Tomcat is currently at 5.5.17. The httpd product is C-based, and would have to be ported

RE: GUI Administration Tool corrupting server.xml

2006-09-09 Thread Caldarale, Charles R
> From: Kevin Hart [mailto:[EMAIL PROTECTED] > Subject: GUI Administration Tool corrupting server.xml > > Is this happening to anyone else? I use FC5 and Tomcat > 5.5.15. It's an off-the-shelf set up. Given the problems you've already uncovered with the Tomcat RPM that came with FC5, why don'

RE: jsvc + Tomcat vs Apache + Tomcat

2006-09-11 Thread Caldarale, Charles R
> From: Steve R Burrus [mailto:[EMAIL PROTECTED] > Subject: Re: jsvc + Tomcat vs Apache + Tomcat > > I am sorry but I need to know what exactly this jsvc > technolology is?? Google is your friend (you should try it sometime). The first reference returned: http://jakarta.apache.org/commons/daem

RE: moving to linux

2006-09-11 Thread Caldarale, Charles R
> From: iñaki iñaki [mailto:[EMAIL PROTECTED] > Subject: Re: moving to linux > > Hi, why an apache in front doesn´t good? Because you'd be adding path length and complexity, which is hardly a way to improve performance. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE P

RE: moving to linux

2006-09-11 Thread Caldarale, Charles R
> From: iñaki iñaki [mailto:[EMAIL PROTECTED] > Subject: Re: moving to linux > > We have two tomcats with frontend´s in apache on solaris and > at the moment is all right... Do you know more problems? The original question was concerned with one instance of Tomcat, not load balancing two insta

RE: connection pooling question (posted correctly)

2006-09-11 Thread Caldarale, Charles R
> From: Leonel [mailto:[EMAIL PROTECTED] > Subject: Re: connection pooling question (posted correctly) > > And the filename for the ROOT app ( / ) would beROOT.xml ? Yes, if you're putting your descriptors in the conf/localhost/Catalina directory. You can also put them in context.xml

RE: question about PS Old Gen memoy

2006-09-12 Thread Caldarale, Charles R
> From: MW Janssen [mailto:[EMAIL PROTECTED] > Subject: question about PS Old Gen memoy > > How can I avoid (the best solution) that the old gen is > filling until 70% of the total memory allocation by the jvm > and what causes this? Why do you think this is a problem? This is how the HotSpot

RE: question about PS Old Gen memoy

2006-09-12 Thread Caldarale, Charles R
> From: MW Janssen [mailto:[EMAIL PROTECTED] > Subject: RE: question about PS Old Gen memoy > > Because I think the old gen is still filled also the 70% > is reached. So what? Again, that's how it's designed to work. Collecting the young gen is much cheaper than doing the old gen, so there are

RE: question about PS Old Gen memoy

2006-09-12 Thread Caldarale, Charles R
> From: MW Janssen [mailto:[EMAIL PROTECTED] > Subject: RE: question about PS Old Gen memoy > > So no need to do anything and not to worry that I ran out > of memory..thats what you saying..right? > And a full GC is only done by the JVM as its really needed? Correct on both accounts (with all

RE: Where is bootstrap.jar

2006-09-12 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: RE: Where is bootstrap.jar > > I'm running in a JAVA 1.4 environment, and I need the > compatability package, as you noted. > > I'm at the apache site for Tomcat, and I can't find it. > Can you give me a URL to it. It's the one cleverl

RE: web.xml vs context.xml - diff?

2006-09-12 Thread Caldarale, Charles R
> From: Jon Yeargers [mailto:[EMAIL PROTECTED] > Subject: web.xml vs context.xml - diff? > > (tomcat 5.x) > > Why are 'context.xml' and 'web.xml' bits stored in different > files? What is the difference in their scope? The web.xml location and content are defined by the servlet spec (which you

RE: tomcat deployment changes since Tomcat 5.5.12

2006-09-13 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: tomcat deployment changes since Tomcat 5.5.12 > > So, can anybody can say to me if it is a bug or what are the > correct parameters for my needs ? Quoting from the Tomcat doc for the path attribute of : "The value of this field mus

RE: tomcat deployment changes since Tomcat 5.5.12

2006-09-13 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat deployment changes since Tomcat 5.5.12 > > But the result is the same : > - exceptions in Tomcat logs, > - getServletContext().getRealPath(...) is null There's no guarantee that getRealPath() will return anything useful, a

RE: Three hostnames in one instance of tomcat

2006-09-13 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Three hostnames in one instance of tomcat > > Users would hit URL's such as: > > http://host1/ > http://host2/ > http://host3/ What version (exactly) of Tomcat are you using? For versions 5.0 and 5.5, you should not put elements i

RE: Two contexts initialized ...

2006-09-14 Thread Caldarale, Charles R
> From: Velja Radenkovic [mailto:[EMAIL PROTECTED] > Subject: Two contexts initialized ... > > I set the web application directory to be a ROOT > by creating dirname.xml > in the CATLINA_HOME/conf/Catalina/localhost > with content ' docBase="${catalina.home}/webapps/dirname" > debug="0"/>' ...

RE: undeploy doesn't completely remove classes from memory

2006-09-14 Thread Caldarale, Charles R
> From: Gormley, Josh [mailto:[EMAIL PROTECTED] > Subject: RE: undeploy doesn't completely remove classes from memory > > Ideally, I would be able to redeploy individual apps without > affecting any of the other apps. The problem is usually within the application, where it's stored an app object

RE: Help please

2006-09-15 Thread Caldarale, Charles R
> From: Robert Harper [mailto:[EMAIL PROTECTED] > Subject: RE: Help please > > Does anyone have experience with Tomcat on a mainframe? Works fine on ours, as does JBoss. But we're not silly enough to use EBCDIC... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIET

RE: Tomcat + SSL

2006-09-18 Thread Caldarale, Charles R
> From: taylan kuecuek [mailto:[EMAIL PROTECTED] > Subject: Tomcat + SSL > > 1) i need ssl but i don't know how i should configure ssl. Should i > install Apache web server and konfigure apache to provide ssl? Unless you have some other pressing need for Apache httpd (e.g., load balancing acros

RE: java.net.BindException

2006-09-18 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: java.net.BindException > > I'm getting this error in Tomcat running on an IBM mainframe > with z/OS V1R7 as the operating system. Can someone tell me > wat java.net.BIndException means? RTFM. A quick look a the API spec says: "Signal

RE: Tomcat and multiple IP addresses

2006-09-18 Thread Caldarale, Charles R
> From: Ping Yu [mailto:[EMAIL PROTECTED] > Subject: Tomcat and multiple IP addresses > > Are there any ways that I can get to know which IP address > that Tomcat starts with in a single machine? Unless a specific IP address is configured for a connector, Tomcat listens on all IP addresses on th

RE: Any DST issue

2006-09-19 Thread Caldarale, Charles R
> From: David Smith [mailto:[EMAIL PROTECTED] > Subject: Re: Any DST issue > > Somehow I doubt this is an issue with tomcat. Date processing is > handled by the underlying JVM. Correct. See the following article: http://java.sun.com/developer/technicalArticles/Intl/USDST/ - Chuck THIS COM

RE: URL Redirection

2006-09-19 Thread Caldarale, Charles R
> From: Ashirvad Uniyal [mailto:[EMAIL PROTECTED] > Subject: URL Redirection > > the problem is the client has to always type > http://abc.com/Mondrian/index.jsp in the address bar, rather > than typing only > http://abc.com/index.jsp. Rename your application to ROOT (case sensitive). Apps de

RE: additional URL redirect question

2006-09-19 Thread Caldarale, Charles R
> From: Steacy, Christina [mailto:[EMAIL PROTECTED] > Subject: additional URL redirect question > > How can I get http://events.mycompany.com > to bring up the homepage of > my astraweb hompage? 1) Install your astraweb app in webapps/ROOT (or webapps/ROOT.war, i

RE: cannot load jdbc driver??

2006-09-19 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: cannot load jdbc driver?? > > I would advise to not place app jars in common as it is used > by TC Internals No one has suggested putting app jars in common/lib; why did you bring this up? He has to put the JDBC driver jar there in

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Caldarale, Charles R
> From: Darren Hall [mailto:[EMAIL PROTECTED] > Subject: RE: Database connection pooling in Tomcat 5.5 > > Well, yes and no. I've actually hard coded the username and > password into my code when I've tested *not* using connection > pooling, so I know what they are in that case. Have you tried

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Caldarale, Charles R
> From: Darren Hall [mailto:[EMAIL PROTECTED] > Subject: RE: Database connection pooling in Tomcat 5.5 > > > make SURE commons-pooling.jar, commons-dbcp.jar and > > commons-collections.jar are in your ./WEB-INF/lib folder > > None of these jar files are in either my /WEB-INF/lib folder or my >

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Caldarale, Charles R
> From: Darren Hall [mailto:[EMAIL PROTECTED] > Subject: RE: Database connection pooling in Tomcat 5.5 > > I don't know where to go from here. I'm stumped. Which is why I suggested Ethereal to see what was really going over the wire between your Windows box and the DB machine. - Chuck THIS C

RE: INFO: XML validation disabled

2006-09-19 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: INFO: XML validation disabled > > I'm seeing this message from the started task the starts > TOMCAT, is it something to be concerned about? What does it mean? Perfectly normal, which is why it's an INFO message. It's an attribute of th

RE: URL Redirection

2006-09-20 Thread Caldarale, Charles R
> From: Ashirvad Uniyal [mailto:[EMAIL PROTECTED] > Subject: Re: URL Redirection > > I renamed the application to ROOT and everything works fine > except that all the images (gif) have all together vanished How are you referencing the images? Do you have a hard-coded URL in the generated HTML?

RE: Log Independent

2006-09-20 Thread Caldarale, Charles R
> From: "Paulo Cheque" <[EMAIL PROTECTED]> > Subject: Log Independent > > Is possible to configure a log system that log only my > messages, i.e, without Tomcat messages? Have you read the doc and the logging entry in the FAQ? http://tomcat.apache.org/tomcat-5.5-doc/logging.html http://tomcat.a

RE: Understanding of the security-role tag in the web.xml

2006-09-20 Thread Caldarale, Charles R
> From: Mike Keller [mailto:[EMAIL PROTECTED] > Subject: Understanding of the security-role tag in the web.xml > > How does the and tag > work in relation to the and > tag? Do they have any relation? This seems to be explained in section 12 of the servlet spec; have you looked there? http:

RE: Tomcat 5.5.9 not undeploying

2006-09-20 Thread Caldarale, Charles R
> From: Douglas Ferguson [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.9 not undeploying > > What happens is that it leaves behind a jar file in the > WEB-INF/lib dir. What platform? If it's Windows, you might want to experiment with the antiJARLocking and antiResourceLocking attributes of y

RE: Tomcat 5.5.9 not undeploying

2006-09-20 Thread Caldarale, Charles R
> From: Douglas Ferguson [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.9 not undeploying > > Can this be defined globally for all contexts? Should work, but I haven't tried it personally. Add it to the settings in the conf/context.xml file. - Chuck THIS COMMUNICATION MAY CONTAIN CONFI

RE: Understanding of the security-role tag in the web.xml

2006-09-20 Thread Caldarale, Charles R
> From: Mike Keller [mailto:[EMAIL PROTECTED] > Subject: Re: Understanding of the security-role tag in the web.xml > > I have looked at the section 12 specifically 12.3 and 12.4 > but I must be missing something. Really have to read the whole section plus other bits and pieces of the spec to get

RE: Logging application messages to a file instead of to the console

2006-09-20 Thread Caldarale, Charles R
> From: Shiby Maria John [mailto:[EMAIL PROTECTED] > Subject: Logging application messages to a file instead of to > the console > > I have an application deployed in Tomcat 5.0 in Linux OS. > > I want my application messages as well as the JVM logs to log into a > file instead of into the cons

RE: System requirements

2006-09-21 Thread Caldarale, Charles R
> From: Stefan Baramov [mailto:[EMAIL PROTECTED] > Subject: Re: System requirements > > Just get a regular AMD64/Pentium Server with at least 2MB Tough to find one that small these days... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus f

RE: Need Help w. Servlets And The JDBC.

2006-09-21 Thread Caldarale, Charles R
> From: Steve R Burrus [mailto:[EMAIL PROTECTED] > Subject: Re: Need Help w. Servlets And The JDBC. > > I don't suppose that on the Tomcat site there is a Type 4 > database driver , which I have read is the preferred driver > to get because it is pure Java, is there instead of the 1 > which I as

RE: Handling Tomcat Errors in Apache

2006-09-23 Thread Caldarale, Charles R
> From: Edward Quick [mailto:[EMAIL PROTECTED] > Subject: Handling Tomcat Errors in Apache > > > 404 > /cgi-bin/error.cgi > > > I guess the location tag is wrong here as it doesn't work, but I'm > not surewhat else to put. Quoting from the Servlet spec: "The sub-element location elem

RE: Handling Tomcat Errors in Apache

2006-09-23 Thread Caldarale, Charles R
> From: Edward Quick [mailto:[EMAIL PROTECTED] > Subject: RE: Handling Tomcat Errors in Apache > > Can I have one cgi-bin directory, or does there > have to be one in each webapp? By design, webapps are intended to be independent, so error handling is also independent. Don't have any personal

RE: Upload Exception - Time out error

2006-09-24 Thread Caldarale, Charles R
> From: Sandeep Darvekar [mailto:[EMAIL PROTECTED] > Subject: RE: Upload Exception - Time out error > > Thanks for refereeing to this link. However when I looked at > server.xml that I have on my tamcat installation it does not > show any attribute with name maxPostSize. Read the doc, not your

RE: Platform list

2006-09-25 Thread Caldarale, Charles R
> From: David Kerber [mailto:[EMAIL PROTECTED] > Subject: Platform list > > I just looked, but couldn't find the list of supported platforms for > tomcat 5.5.x. I'm specifically looking to see if it will run ok on a > Fedora core 4 server. Tomcat is pure Java; ergo, if your platform supports

RE: Platform list

2006-09-25 Thread Caldarale, Charles R
> From: Eric Haszlakiewicz [mailto:[EMAIL PROTECTED] > Subject: Re: Platform list > > Isn't there some new feature with native APR code being used > for something? The Apache Portable Runtime (APR) is an optional connector mechanism that you can build and install for your platform (pre-built Wi

RE: How set a default context

2006-09-25 Thread Caldarale, Charles R
> From: Gabriel França Campolina [mailto:[EMAIL PROTECTED] > Subject: How set a default context > > but I need set the default context (http://localhost:8080) > that call the /portal context Delete the existing webapps/ROOT directory, and rename your portal app to ROOT in the webapps directory.

RE: How set a default context

2006-09-26 Thread Caldarale, Charles R
> From: Angelov, Rossen [mailto:[EMAIL PROTECTED] > Subject: RE: How set a default context > > - a Context that has an empty PATH attribute will become the > default web application for the virtual host. This definitely > works on Tomcat 5.5 Definitely not true. Read the doc: http://tomcat.apa

RE: java heap size

2006-09-26 Thread Caldarale, Charles R
> From: antarix [mailto:[EMAIL PROTECTED] > Subject: java heap size > > I´ve searching for a solution (change parameters, etc), > but at the moment I can´t find a "how to" or something > like that give me first why or what produce this error > or a clear answer. Tried looking at the FAQ? http:

RE: How set a default context

2006-09-26 Thread Caldarale, Charles R
> From: Angelov, Rossen [mailto:[EMAIL PROTECTED] > Subject: RE: How set a default context > > What I wrote was extracted from the same doc, the URL you > pasted in your response. Yes, but you didn't continue to read the rest of the page, which states how to do it properly in 5.5. - Chuck T

RE: java heap size

2006-09-26 Thread Caldarale, Charles R
> From: John [mailto:[EMAIL PROTECTED] > Subject: RE: java heap size > > By default Java 1.5 defines the maximum heap size to physical > system memory divided by 4. ??? Not sure where you dug that one up, but it's certainly not true for the Sun JVM. The default is 64m for 32-bit environments,

RE: java heap size

2006-09-26 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Subject: RE: java heap size > > The default is 64m for 32-bit environments, 128m for 64-bit. Sorry, the 64-bit Sun JVM default is really 83m, not 128m. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

RE: java heap size

2006-09-26 Thread Caldarale, Charles R
> From: John [mailto:[EMAIL PROTECTED] > Subject: RE: java heap size > > Your figures are indeed how it used to be pre-1.5 I've just dug through the 1.5 code and found that the use of 1/4 of the total physical memory is dependant on several other factors, such as the category of machine and whet

RE: how to use tomcat libraries

2006-09-27 Thread Caldarale, Charles R
> From: Michele Mazzucco [mailto:[EMAIL PROTECTED] > Subject: Re: how to use tomcat libraries > > >how can I use the tomcat libraries (i.e. the ones in > >$CATALINA_HOME/server/lib) without putting them in 'lib' > of my web application? The real question is why do you want to? What's in there tha

RE: Help with Manager Embedded Web Application

2006-09-27 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: Help with Manager Embedded Web Application > > I went back to the apache website and found an > embedded applications download. You really, really shouldn't have done that. The embedded version of Tomcat is only for use within another p

RE: Help with Manager Embedded Web Application

2006-09-27 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: RE: Help with Manager Embedded Web Application > > But I don't have a [CATALINA_HOME]/webapps/manager. Nobody said you did - read what I actually wrote: > > If you look in server/webapps/manager/WEB-INF/web.xml, > > you'll see numerous

RE: wrong version 49.0, should be 48.0 - tried everything

2006-09-28 Thread Caldarale, Charles R
> From: Matthias Adam [mailto:[EMAIL PROTECTED] > Subject: wrong version 49.0, should be 48.0 - tried everything > > I already read all kinds of threads about this topic, but I > still get from Tomcat the error posted below (basically: > "class file has wrong version 49.0, should be 48.0"). Th

RE: Help with Manager Embedded Web Application

2006-09-28 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: RE: Help with Manager Embedded Web Application > > But in the web document I see when I just use > http://sy8d:8080 (which brings up the Apache Tomcat 5.5.17 > home page) and then click on "Tomcat Manager" (which brings > me to the "Tom

RE: Help with Manager Embedded Web Application

2006-09-28 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: RE: Help with Manager Embedded Web Application > > Could you verify the link you sent. I can't get to it. The link works for me and others, and should not be cookie-dependent: http://jcp.org/aboutJava/communityprocess/final/jsr154/index.

RE: manager deploy not working in windows

2006-09-28 Thread Caldarale, Charles R
> From: Blair Cruz [mailto:[EMAIL PROTECTED] > Subject: manager deploy not working in windows > > I'm very confused by this as both machines are clearly running the > same version of Tomcat and of Java. This shouldn't make any difference, but are you by any chance running with APR (tcnative-1.d

RE: manager deploy not working in windows

2006-09-28 Thread Caldarale, Charles R
> From: Blair Cruz [mailto:[EMAIL PROTECTED] > Subject: Re: manager deploy not working in windows > > I don't know much about APR, I just looked at the guide on the Tomcat > website. If it answers your question, I didn't install it. If you used the .exe for the Windows install, you may have g

RE: Shutdown log - deallocating instances

2006-09-28 Thread Caldarale, Charles R
> From: Rizwan Merchant [mailto:[EMAIL PROTECTED] > Subject: Shutdown log - deallocating instances > > Off late, I have been noticing that during a shutdown of the server I > see a message > "Waiting for xx instance(s) to be deallocated" This message is logged up to three times for each servlet

RE: Defining loggers "best" approach?

2006-09-29 Thread Caldarale, Charles R
> From: Mark Shifman [mailto:[EMAIL PROTECTED] > Subject: Defining loggers "best" approach? > > Is there some advantage to defining the logger as private transient? The transient attribute prevents the reference from being included in serialization of the encapsulating object (e.g., session reco

RE: Defining loggers "best" approach?

2006-09-29 Thread Caldarale, Charles R
> From: Darren Clarke [mailto:[EMAIL PROTECTED] > Subject: Re: Defining loggers "best" approach? > > But as Mark's loggers are 'static', don't they have the same > semantics WRT serialization as 'instance transient' ? Yes, except they're now shared by all instances of the class. That may or m

RE: Tomcat User Authentication

2006-09-29 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: Tomcat User Authentication > > We have our own userid authentication process on our IBM > mainframe computers which uses something called RACF. Is > there a way to get Tomcat to use this processs to determine > proper userid and passwo

RE: Tomcat User Authentication

2006-09-29 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: Tomcat User Authentication > > You probably don't want to use tomcat-users.xml at all; > replace it completely with a JAAS-compliant interface to > RACF. I would not be surprised if someone from the WebSphere side of your

RE: Tomcat5.5.17 JNDI configure error

2006-09-29 Thread Caldarale, Charles R
> From: red phoenix [mailto:[EMAIL PROTECTED] > Subject: Tomcat5.5.17 JNDI configure error > > But when I run it,it raise following errors: > > org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load > JDBC driver class 'oracle.jdbc.driver.OracleDriver' Where did you put the jar containin

RE: Help on settings jk 1.2.19, tomcat 5.5.12 with IIS 6.0 (own thread)

2006-10-02 Thread Caldarale, Charles R
> From: Per Johnsson [mailto:[EMAIL PROTECTED] > Subject: Help on settings jk 1.2.19, tomcat 5.5.12 with IIS > 6.0 (own thread) > > We have had some major problems today on our productions > serves with the config below. Want to give us a hint what the problems are? - Chuck THIS COMMUNICAT

RE: tomcat memory usage questions

2006-10-03 Thread Caldarale, Charles R
> From: Robert Harper [mailto:[EMAIL PROTECTED] > Subject: RE: tomcat memory usage questions > > Care in development should be taken with respect to use of objects and > having circular references. You can cause memory leaks with circular > references because you might leave free and object from

RE: Response already committed

2006-10-03 Thread Caldarale, Charles R
> From: Dan Adams [mailto:[EMAIL PROTECTED] > Subject: Response already committed > > I'm getting a problem that appears to occur randomly. If I request the > same page in my webapp over and over most of the time it will come up > fine but sometimes tomcat won't return anything and I'll get a bla

RE: Java heap space

2006-10-07 Thread Caldarale, Charles R
> From: Santosh Puranshettiwar [mailto:[EMAIL PROTECTED] > Subject: Re: Java heap space > > Are you sure there isn't any memory leak? Extremely likely that there's a memory leak in the application. First, read the FAQ: http://tomcat.apache.org/faq/memory.html There are numerous discussions abo

RE: Java heap space

2006-10-07 Thread Caldarale, Charles R
> From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] > Subject: RE: Java heap space > > It's more that I wonder if I should bump the number up to > -Xmx2048m. Too big for 32-bit Windows (or most other 32-bit OS implementations), but is o.k. for 64-bit. > Is there a reason to choose 256m? Not p

RE: Class not found problem with simple jsp

2006-10-09 Thread Caldarale, Charles R
> From: Divick Kishore [mailto:[EMAIL PROTECTED] > Subject: Class not found problem with simple jsp > > I have a directory structure like this : > > webapps/wm/test.jsp > webapps/WEB-INF/web.xml > webapps/WEB-INF/classes/DBTest.class Is that really your structure? Or did you leave out the wm d

RE: Class not found problem with simple jsp

2006-10-09 Thread Caldarale, Charles R
> From: Divick Kishore [mailto:[EMAIL PROTECTED] > Subject: Re: Class not found problem with simple jsp > > I am still wondering why at all should a class without > a package cannot be loaded by tomcat? Because packages are required by the spec. Quoting from JSP.11.2: "As of JSP 2.0, it is il

RE: Please help me to configure TOMCAT with APR connector Thanks

2006-10-09 Thread Caldarale, Charles R
> From: Dhaval Patel [mailto:[EMAIL PROTECTED] > Subject: Re: Please help me to configure TOMCAT with APR > connector Thanks > > (1) Use JDK 1.5 for Tomcat 5.5.x. Not necessary if the 1.4 Compatibility Package is installed (two jars). - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/

RE: Please help me to configure TOMCAT with APR connector Thanks

2006-10-09 Thread Caldarale, Charles R
> From: Alla Winter [mailto:[EMAIL PROTECTED] > Subject: RE: Please help me to configure TOMCAT with APR > connector Thanks > > Are you saying that APR will not work with jdk 1.4? APR works fine with 1.4 - it's native code, not Java. The advice given by Mr. Patel was irrelevant in that regard.

RE: Tomcat 5.5.15. ROOT.war doesn't get deployed

2006-10-09 Thread Caldarale, Charles R
> From: Gregor Schneider [mailto:[EMAIL PROTECTED] > Subject: Tomcat 5.5.15. ROOT.war doesn't get deployed > > I packed everything into ROOT.war, copied it into > $TOMCAT_HOME/webapps, restarted tomcat, but it just > doesn't get deployed. > > Do I miss something here? Perhaps. Did you delete

RE: Switching default index page from xml to xql

2006-10-09 Thread Caldarale, Charles R
> From: Kor Kiley [mailto:[EMAIL PROTECTED] > Subject: Switching default index page from xml to xql > > I want to change the default index for my tomcat welcome > page from an index.xml file to an index.xql file. Do you really mean index.jsp? There is no index.xml in the default ROOT webapp. A

RE: Is There A HowTo?

2006-10-09 Thread Caldarale, Charles R
> From: Eugene Poole [mailto:[EMAIL PROTECTED] > Subject: Is There A HowTo? > > I'm trying to find a good HowTo or Tutorial on what must be done to > configure Apache-2.0 + Tomcat-5.0 + mod_jk all running on my single > Fedora Core 4 box. Unless you have a pressing need to do so, why bother?

RE: JNDI inside a JAAS LoginModule

2006-10-09 Thread Caldarale, Charles R
> From: John McPeek [mailto:[EMAIL PROTECTED] > Subject: Re: JNDI inside a JAAS LoginModule > > Is there a way to see Global resources without > referencing them in every app Context? Try putting the element in conf/context.xml, which is shared by all webapps. - Chuck THIS COMMUNICATION MA

RE: From Tomcat 5.0.28 to 5.5.20

2006-10-10 Thread Caldarale, Charles R
> From: Roel De Nijs [mailto:[EMAIL PROTECTED] > Subject: From Tomcat 5.0.28 to 5.5.20 > > i want to migrate from tomcat 5.0 to tomcat 5.5, but it's not > going very smoothly. > > but i'm very confused with the contexts. > > any tips, hints, suggestions, remarks For a start, read the 5.5

RE: Switching default index page from xml to xql

2006-10-10 Thread Caldarale, Charles R
> From: Kor Kiley [mailto:[EMAIL PROTECTED] > Subject: Re: Switching default index page from xml to xql > > The default eXist welcome page is index.xml. The media > librarian working on the project has created an index.xql > which she would like to be the welcome page. The page > itself works

RE: Switching default index page from xml to xql

2006-10-10 Thread Caldarale, Charles R
> From: Kor Kiley [mailto:[EMAIL PROTECTED] > Subject: Re: Switching default index page from xml to xql > > When I say, "the page itself works fine," I mean, if I type > the address as "http:///exist/index.xql", that > works fine. Post your web.xml for the exist app, please. Have you made any

RE: Betr.: RE: From Tomcat 5.0.28 to 5.5.20

2006-10-10 Thread Caldarale, Charles R
> From: Roel De Nijs [mailto:[EMAIL PROTECTED] > Subject: Betr.: RE: From Tomcat 5.0.28 to 5.5.20 > > OK, i did read it --> conclusion: you don't have to set it. Not that you don't have to set it, you MUST NOT set it. > so i adjusted my web-app.xml by deleting the path-attribute, > resulting

RE: Switching default index page from xml to xql

2006-10-10 Thread Caldarale, Charles R
> From: Kor Kiley [mailto:[EMAIL PROTECTED] > Subject: Re: Switching default index page from xml to xql > > Here's the web.xml for eXist: > > > > Cocoon > / > > > > index.xql > This appears to remap everything to Cocoon rather than Tomcat's def

RE: multilevel context path and auto reload

2006-10-10 Thread Caldarale, Charles R
> From: Christian Surlykke [mailto:[EMAIL PROTECTED] > Subject: multilevel context path and auto reload > > If I put a context file under home>/conf// or inside the the > application's META-INF, the path attribute of the Context > appears to be ignored. Correct. See the doc for the path attr

RE: multilevel context path and auto reload

2006-10-10 Thread Caldarale, Charles R
> From: Len Popp [mailto:[EMAIL PROTECTED] > Subject: Re: multilevel context path and auto reload > > Boy, that page is confusing. For example, it says "Each such Context > MUST have a unique context path, which is defined by the path > attribute." Left over from older levels, unfortunately. Mi

RE: The value for the useBean class attribute... is invalid

2006-10-11 Thread Caldarale, Charles R
> From: Aynalem, Seblewengel (Trawick) > [mailto:[EMAIL PROTECTED] > Subject: RE: The value for the useBean class attribute... is invalid I don't think any of the following will resolve your immediate problem, but there are a couple of odd things in your app deployment and configuration. > WEB-

RE: subdirectories of WEB-INF/lib

2006-10-11 Thread Caldarale, Charles R
> From: Micah Wedemeyer [mailto:[EMAIL PROTECTED] > Subject: subdirectories of WEB-INF/lib > > Is it possible to place .jar files in subdirectories of WEB-INF/lib? Yes. > Honestly, I have searched for this information quite a bit and found > nothing. You could try looking at the spec - it's

RE: subdirectories of WEB-INF/lib

2006-10-11 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Subject: RE: subdirectories of WEB-INF/lib > > > Is it possible to place .jar files in subdirectories of > WEB-INF/lib? > > Yes. Sorry, that's an incomplete answer. Any jars not directly in WEB-INF/lib

RE: v5.5.x default context support outside of server.xml

2006-10-12 Thread Caldarale, Charles R
> From: Jon Wilmoth [mailto:[EMAIL PROTECTED] > Subject: v5.5.x default context support outside of server.xml > > There seems to be some conflict between different sections > of the context config documentation that leads me to believe > it's not possible to specify a default virtual host's conte

RE: Session count in tomcat manager

2006-10-12 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Session count in tomcat manager > > When you shut down Tomcat, I believe the default is to > write session information out to a saved-sessions file. > When you start Tomcat back up, it reads this file so that > any active sessi

RE: jvm thread dump

2006-10-12 Thread Caldarale, Charles R
> From: Rizwan Merchant [mailto:[EMAIL PROTECTED] > Subject: Re: jvm thread dump > > # > # Configure the logger to output info level messages into a rolling log file. > # > #log4j.rootLogger=INFO, R > > # > # To continue using the "catalina.out" file (which grows forever), > # comment out the ab

RE: Problem with HttpSessionListener

2006-10-12 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Problem with HttpSessionListener > > Session information is scoped only to the current web > application (ServletContext), so information stored in one > context will not be directly visible in another. No one was asking for cross

RE: Large File (100MB+) Upload Issue

2006-10-12 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Large File (100MB+) Upload Issue > > go to your server.xml > for your non-SSL HTTP/1.1 Connector on port 8080 connector in > server.xml set > > disableUploadTimeout="false" Doing so forces the connector to use a massaged connectio

RE: Large File (100MB+) Upload Issue

2006-10-12 Thread Caldarale, Charles R
> From: Stryjewski Lindsey [mailto:[EMAIL PROTECTED] > Subject: RE: Large File (100MB+) Upload Issue > > If this were the issue, why would a 22MB file (which I just > tested) work just fine? If the maxPostSize is being exceeded, there should be a log entry indicating such. Have you checked the

RE: Large File (100MB+) Upload Issue

2006-10-12 Thread Caldarale, Charles R
> From: Stryjewski Lindsey [mailto:[EMAIL PROTECTED] > Subject: RE: Large File (100MB+) Upload Issue > > So is the general consensus that this is indeed an issue with Tomcat, > and not Apache or a system setting? I don't think anything's ruled out yet. - Chuck THIS COMMUNICATION MAY CONTAIN

  1   2   3   4   5   6   7   8   9   10   >