RE: Error Building Tomct 5.0.28 with JDK 1.5

2004-10-18 Thread Shapira, Yoav
mpat package to run on JDK 1.4 as the various installation docs suggest. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: QM [mailto:[EMAIL PROTECTED] >Sent: Sunday, October 17, 2004 2:16 PM >To: Tomcat Users List >Subject: Re: Error Building Tomct 5.0.28

RE: Class loading in tomcat 5.0

2004-10-18 Thread Shapira, Yoav
the same container) may implement a different loading order. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addres

RE: disable "Restart Persistence" using the standard Manager implementation

2004-10-18 Thread Shapira, Yoav
Hi, Thanks ;) Glad to help. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Sun House [mailto:[EMAIL PROTECTED] >Sent: Sunday, October 17, 2004 9:52 AM >To: Tomcat Users List >Subject: RE: disable "Restart Persistence" using the standar

RE: Tomcat 5.0.28 + Ant deploy/undeploy task

2004-10-15 Thread Shapira, Yoav
eploy twice, and that's why you're getting the "path already used" error. Turn off autoDeploy. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e

RE: Tomcat 5.0.28 + Ant deploy/undeploy task

2004-10-15 Thread Shapira, Yoav
Hi, Looks like you already have an app deployed at the "" context path. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Phillip Qin [mailto:[EMAIL PROTECTED] >Sent: Friday, October 15, 2004 3:46 PM >To: '[EMAIL PROTECTED]' >

RE: JspC on Tomcat5 vs Tomcat4 - Java Source Generation

2004-10-15 Thread Shapira, Yoav
t-jasper/jasper2/src/sha re/org/apache/jasper/JspC.java?rev=1.84&view=markup), compile is set to false by default. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: news [mailto:[EMAIL PROTECTED] On Behalf Of Lukas Bradley >Sent: Friday, October 15, 2004 3:23 P

RE: Customizing Tomcat error page

2004-10-15 Thread Shapira, Yoav
age forward there You could, and then you can use whatever rules (regex, etc.) to decide on the error page. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail

RE: null array in FileDirContext?

2004-10-15 Thread Shapira, Yoav
Hi, Hmm, well, I'm glad you found a workaround. I don't spend much time on the Windows Service, but I know it has some intricacies (as do Windows services in general) with respect to what account they run under. Yoav Shapira http://www.yoavshapira.com >-Original Message-

RE: null array in FileDirContext?

2004-10-15 Thread Shapira, Yoav
Hi, We shouldn't crash with an NPE, regardless, but out of curiosity, are there actually any files in your docBase? Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: James Clark [mailto:[EMAIL PROTECTED] >Sent: Friday, October 15, 2004 1:51 PM >To:

RE: org.apache.catalina.Realm

2004-10-15 Thread Shapira, Yoav
Hi, Or follow any of the links that say "CVS Repositories" on the apache.org pages, which will take you here: http://cvs.apache.org/viewcvs.cgi/. Then go to jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm. Yoav Shapira http://www.yoavshapira.com >-Ori

RE: using the Standard jdk 1.4 logging with Tomcat 5

2004-10-15 Thread Shapira, Yoav
Hi, If you file this as a bug, please make sure to include all relevant files, ideally in one WAR which we can just deploy to our local servers to reproduce your problem. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Paul Taylor [mailto:[EMAIL PROTECTED]

RE: Context crossContext

2004-10-15 Thread Shapira, Yoav
Hi, It makes ServletContext#getContext("/myotherapp") return a non-null ServletContext object. That's some good book you have, that explains nothing ;) Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: e-Denton Subscriber [mailto:[EMAIL PRO

RE: Unterminated <@ page tag Issue

2004-10-15 Thread Shapira, Yoav
Hi, Does 5.0.28 show the same issue? Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Xeth Waxman [mailto:[EMAIL PROTECTED] >Sent: Friday, October 15, 2004 10:28 AM >To: [EMAIL PROTECTED] >Subject: Unterminated <@ page tag Issue > >Greetings al

RE: Tomcat smtp SSL transport?

2004-10-15 Thread Shapira, Yoav
Hi, I personally don't know, as I haven't tried it. But it's more of a JavaMail question than a Tomcat question. All Tomcat does is provide a Bean factory for the normal JavaMail Session objects. Tomcat doesn't provide customized mail Session objects or anything like that

RE: Tomcat smtp SSL transport?

2004-10-15 Thread Shapira, Yoav
cat's JNDI resource. Or you could use the library directory from your webapp without going through Tomcat and its JNDI resources. There are numerous providers of S/MIME support for JavaMail listed on the JavaMail java.sun.com site. Yoav Shapira http://www.yoavshapira.com >-Ori

RE: Sun J2SE JVM + tomcat + Debian??

2004-10-15 Thread Shapira, Yoav
n the java.lang.Thread JavaDocs, and has been discussed on this list numerous times in the past. Find out what those threads are, make sure they shut down properly. Don't simply switch to jsvc just for this cause, although I'm glad it's worked for you so far. Yoav This e-mail

RE: Customizing Tomcat error page

2004-10-15 Thread Shapira, Yoav
b.xml editor out there that can help you. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Rick Wong [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 8:43 PM >To: Tomcat Users List >Subject: Customizing Tomcat error page > >Hi, > >I

RE: bad syntax - ignore or throw exception?

2004-10-15 Thread Shapira, Yoav
Hi, Tomcat will complain if it finds errors it can't deal with. We encourage people to use an independent tool, such as XMLSpy or one of the free online variants, to validate any all XML configuration files. That applies to web.xml as well. Yoav Shapira http://www.yoavshapir

RE: Multiple Xalan version in sigle Tomcat instance

2004-10-15 Thread Shapira, Yoav
to modify your apps (which you'll have to do down the road anyways, because your situation is not maintainable for the long term) so that they use the same Xalan version. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Matteo Turra [mailto:[EMAIL PROTECTED]

RE: mandatory packages for beans in Tomcat 5.0?

2004-10-14 Thread Shapira, Yoav
Hola, http://jakarta.apache.org/tomcat/faq/classnotfound.html Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Jonathan Wilson [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 4:27 PM >To: Tomcat Users List >Subject: mandatory packages for

RE: Servlet caching?

2004-10-14 Thread Shapira, Yoav
example, if the library you're using the find the list of printers is in common/lib or shared/lib, your thought above is false. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privi

RE: Tomcat 5 pause (free gmail account for fix :-)

2004-10-14 Thread Shapira, Yoav
Hi, Excellent post, that one from Matt Dale -- good advice. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Dale, Matt [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 4:04 PM >To: Tomcat Users List; Sam Gallant >Subject: RE: Tomcat 5 pa

RE: Problem with web.xml not invoking servlet filter

2004-10-14 Thread Shapira, Yoav
Hi, Ahh, good. We spent a ton of time on this issue a while ago, when 2.4 was finalized and it wasn't exactly clear how these should be implemented. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Rick Wong [mailto:[EMAIL PROTECTED] >Sent: Thursday, Oc

RE: disable "Restart Persistence" using the standard Manager implementation

2004-10-14 Thread Shapira, Yoav
Hi, Case is significant. It's not . As to whether a Manager is included by default or not: I'll amend my previous statement to say *most* (not all) Tomcat versions in the past did include one in server.xml by default. Yoav Shapira http://www.yoavshapira.com >-Original Messa

RE: server can't compile some jsp.

2004-10-14 Thread Shapira, Yoav
Hi, Make sure the user running the Tomcat server has write permissions on the $CATALINA_HOME/work directory. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Andrey Rogov [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 12:19 PM >To: Tomcat us

RE: disable "Restart Persistence" using the standard Manager implementation

2004-10-14 Thread Shapira, Yoav
.catalina.session.StandardManager >distributable="false" /> > Maybe if you're more careful about your quoting ;) But yes, that's pretty close. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is

RE: disable "Restart Persistence" using the standard Manager implementation

2004-10-14 Thread Shapira, Yoav
Hi, Try setting pathname="" in the Manager declaration in server.xml. You could also try setting an invalid pathname. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Sun House [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 12:32 PM &g

RE: MySQL driver randomly not found?

2004-10-14 Thread Shapira, Yoav
Hi, It might not, but it's always a question, because it's part of the KISS principle. The simpler the environment, the easier it is for the OP to test and for others to reproduce the OP's test results. The less moving pieces, the less chance for error. Yoav Shapira http://www.

RE: MySQL driver randomly not found?

2004-10-14 Thread Shapira, Yoav
Hi, Does it happen without the connectors/Apache in front? Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Larry Meadors [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 12:13 PM >To: [EMAIL PROTECTED] >Subject: Re: MySQL driver randomly not

RE: Class loading in tomcat 5.0

2004-10-14 Thread Shapira, Yoav
ontrol loading order. For what repositories are available to you and their priority from the webapp's perspective, RTFM on the Classloader How-To. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential,

RE: administration webapp

2004-10-14 Thread Shapira, Yoav
andalone, especially for basic issues like this. >b) which file can I look in to check $CATALINA_HOME? It's a variable setting, it's not in a file. Check your environment variables to see if it's set specifically. If it's not set, Tomcat will deduce it as the parent direc

RE: tomcat 5.0.29 service start problem (JNI)

2004-10-14 Thread Shapira, Yoav
Hi, I bet your -Xmx parameter is too big for your physical hardware. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: shyam [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 9:41 AM >To: 'Tomcat Users List' >Subject: tomcat 5.0.29 s

RE: Servlet caching?

2004-10-14 Thread Shapira, Yoav
g for the printer services list. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Carlos [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 9:43 AM >To: Tomcat-User ([EMAIL PROTECTED]) >Subject: Servlet caching? > >Do servlets in Tomcat (1.4)

RE: administration webapp

2004-10-14 Thread Shapira, Yoav
t, I don't know what else to check, this is a trivial thing usually ;) Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s)

RE: Resin slower than Tomcat, fails the AppFuse Test

2004-10-14 Thread Shapira, Yoav
Hi, Cool. Thanks for posting the link. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Andy Hutchinson [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 14, 2004 4:19 AM >To: [EMAIL PROTECTED] >Subject: Resin slower than Tomcat, fails the AppFuse Tes

RE: pointing subdomains to different web applications??

2004-10-14 Thread Shapira, Yoav
Hi, One way to do to this is declare a separate host Host for containers.mydomain.com than the one for www.mydomain.com in server.xml. The two Hosts would each have their own appBase directory, and you can put whatever (different) webapps you want in those directories. Yoav Shapira http

RE: Problem with web.xml not invoking servlet filter

2004-10-14 Thread Shapira, Yoav
Hi, I think this is according to the spec. It took us a while to sort this out, and several consultations with the JSP Spec leads. It's related to those new filter mapping types defined in Spec version 2.4. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From

RE: live disable realm

2004-10-14 Thread Shapira, Yoav
lm Y) - Et voila... But as I said, the code is Tomcat-specific. It also has to reside in common/lib or common/classes, not WEB-INF/lib or WEB-INF/classes. And it might be that you need to set privileged="true" in your Context declaration for this to work. Yoav This e-mail, incl

RE: Tomcat email system or analogs for it

2004-10-14 Thread Shapira, Yoav
Hi, We're not legally allowed to distribute the JavaMail (and its dependency Java Activation Framework) APIs. So we don't ;) But we provide support for them as explained in the Mail Sessions section at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-resources-howto.htm l. Yo

RE: administration webapp

2004-10-14 Thread Shapira, Yoav
Hi, >This is the code from tomcat_users.xml : > > > > > > > > > So the express user has the admin and manager roles, but those roles are not defined. Add two lines to the file, Restart Tomcat, and try again. Yoav This e-mail, including any

RE: DBCP doesn't see .jar in context ???

2004-10-14 Thread Shapira, Yoav
DB driver jar should be in the same classloader repository. >Is there a way to change the classpath dynamically? Only if you write your own custom classloader and plug it into Tomcat. But that's more trouble than it's worth usually. Yoav This e-mail, including any attachments, i

RE: Locked jar during Ant undeploy on Tomcat 5.5.3

2004-10-13 Thread Shapira, Yoav
Hola, Do you have the antiJARLocking attribute enabled for your Context? If not, does turning it on make a difference? Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: news [mailto:[EMAIL PROTECTED] On Behalf Of Derek Mahar >Sent: Wednesday, October 13, 200

RE: Classloader / oracle JDBC

2004-10-13 Thread Shapira, Yoav
ies/2003/08/08/installingTheBc4jToy StoreOnApacheTomcat4124.html http://www.exzilla.net/node/view/9?PHPSESSID=c923a9f76ddb761f003df7bd8de a2f5c#_NLS There are many others that also look promising. Hopefully the above will be helpful. Yoav This e-mail, including any attachments, is a confidential business

RE: Classloader / oracle JDBC

2004-10-13 Thread Shapira, Yoav
ne: there are a number of good Oracle configuration references. Chances are you're missing a simple configuration step somewhere along the way. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Michal Kwiatek [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October

RE: ServletException not wrapping cause correctly

2004-10-13 Thread Shapira, Yoav
Hi, >Sorry Yoav, but I'm not clear on why JSR154 is the place - I'd be grateful >if you could explain a little more please :) Are you saying that the >problem is that the spec is wrong, rather than that there is a bug in >implementing it? Or maybe that the code for Servl

RE: Connection Pooling using JNDI DataSource

2004-10-13 Thread Shapira, Yoav
Hi, Yeah, it works. Note that your choice of words is a bit misleading: you don't configure anything in web.xml, you only declare a resource reference there. The declaration and configuration of the resource itself is all in server.xml. Yoav Shapira http://www.yoavshapira.com >-

RE: ServletException not wrapping cause correctly

2004-10-13 Thread Shapira, Yoav
Hi, Well, the chances of it being changed on this list are nil ;) The chances of it being changed by the JSR154 team are better: contact them at http://www.jcp.org/en/jsr/detail?id=154. If/when the Spec changes, it will be reflected in our CVS repositories. Yoav Shapira http

RE: DataSourceRealm vs. Administration Tool - A bug?

2004-10-13 Thread Shapira, Yoav
ou with the actual problem (because I don't know the answer and I don't have time to waste on 4.1, but thankfully you've solved it yourself by now). Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confident

RE: Issue getting Context inside a servlet

2004-10-13 Thread Shapira, Yoav
iple lines and add null checks, e.g. if myFile.prop or myData.ser are not there, the getResourceAsStream call will return null. These approaches are safe, portable, efficient, and clean. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Robin Curts [mailto:[EMAI

RE: Issue getting Context inside a servlet

2004-10-13 Thread Shapira, Yoav
you. Don't make your solution container-specific unless you really have to. Stick to the letter and the spirit of the Servlet Spec, and you'll end up with a portable webapp. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Robin Curts [mailto:[EMAIL P

RE: Listeners

2004-10-13 Thread Shapira, Yoav
nd have "package com.mbresearch.foo;" as its top line. It should also be readable to the server user. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e

RE: Manager application in TC 4.1

2004-10-13 Thread Shapira, Yoav
Hi, Note the /manager is still valid, it's just not the HTML version. That's at /manager/html. The two are both "the manager webapp" and both valid. So you might not need to change anything. Yoav Shapira http://www.yoavshapira.com >-Original Message- >F

RE: Unable to verify

2004-10-13 Thread Shapira, Yoav
Hi, The MD5 file you can download from another mirror if you're concerned that it was messed up along with the distro. As for not finding my key (I signed these distros) -- let me check up on that and make sure my key is up on the pgpkeys.mit.edu server, and get back to you. Yoav Shapira

RE: Tomcat 5.5.3 and JRE 1.5.0 on linux

2004-10-13 Thread Shapira, Yoav
Hi, Good reminder for us ;) If you feel like, feel free to submit a Bugzilla issue with your experience. Thanks, Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Marc Logemann [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 12, 2004 3:48 PM >To: Tomca

RE: Error on Tomcat startup

2004-10-13 Thread Shapira, Yoav
omcat) validate your web.xml file using a tool like XMLSpy or one of the free online alternatives. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Aziz Yacoub [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 13, 2004 8:17 AM >To: [EMAIL PROTECTED] >Su

RE: Catalina.out errors

2004-10-13 Thread Shapira, Yoav
cat server classpath? Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Ciaran Hanley [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 12, 2004 3:42 PM >To: 'Tomcat Users List' >Subject: RE: Catalina.out errors > >I am running it from the

RE: DataSourceRealm vs. Administration Tool - A bug?

2004-10-13 Thread Shapira, Yoav
Hi, If you get few responses to this question, I suggest trying 5.0.28 to see if the problem is still around in that version. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Andoni [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 13, 2004 8:30 AM >To:

RE: Catalina.out errors

2004-10-12 Thread Shapira, Yoav
Hi, Usually the full stack trace will be available. We didn't remove that, as it's an extremely useful feature. Are you running Tomcat as a service or from the command-line? Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Ciaran Hanley [mailto:

RE: multiple tomcat instance and log4j

2004-10-12 Thread Shapira, Yoav
Hi, If you really think you need such a merge tool, go write it ;) I don't have suggestions off the back of my hand, but then again I don't see much need for such a tool anyways ;) Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Simon Zeng [mailto:

RE: multiple tomcat instance and log4j

2004-10-12 Thread Shapira, Yoav
uestions you had. My take on it is to always keep everything separate. It's easier to manage, deploy, and inspect only the relevant logs when an error occurs. Disk space is virtually free not only for big companies anymore, but for nearly anyone, so the cost of having N copies of the

RE: Anti file locking features.

2004-10-12 Thread Shapira, Yoav
Hi, Read http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 12, 2004 12:51 PM >To: Tomcat Users List >Subject: An

RE: how to bind the shutdown port to one single IP address

2004-10-12 Thread Shapira, Yoav
will have a configurable shutdown address. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Sascha Vital [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 12, 2004 11:07 AM >To: [EMAIL PROTECTED] >Subject: how to bind the shutdown port to one single IP addres

RE: RE: Check for deployed applications

2004-10-12 Thread Shapira, Yoav
Hi, That's a decent solution. JMeter does something similar with the status servlet's XML output. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: kax [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 12, 2004 10:23 AM >To: Tomcat Users List &

RE: Undefined hosts being directed to localhost

2004-10-12 Thread Shapira, Yoav
Hi, The RemoteAddr/RemoteHost filter valves may be useful for you in this scenario as well, especially as they can be configured at the Engine level to cover all your Hosts. See the Valve configuration documentation page for details. Yoav Shapira <http://www.yoavshapira.

RE: versions 2.3 and 2.4 of web.xml

2004-10-12 Thread Shapira, Yoav
Hi, Seems like a solid report. Post it in Bugzilla (probably to the Jasper component). I notice you said 5.0.27: does 5.0.28 work? Yoav Shapira <http://www.yoavshapira.com/> >-Original Message- >From: Steve Kirk [mailto:[EMAIL PROTECTED] >Sent: Monday, October 1

RE: Tomcat5 Install problem

2004-10-12 Thread Shapira, Yoav
don't disappear. Yoav Shapira <http://www.yoavshapira.com/> >-Original Message- >From: Cord Awtry [mailto:[EMAIL PROTECTED] >Sent: Sunday, October 10, 2004 2:02 PM >To: [EMAIL PROTECTED] >Subject: Tomcat5 Install problem > >Hey all, > >

RE: Tomcat + NFS

2004-10-12 Thread Shapira, Yoav
Hi, Definitely not a Tomcat issue: it's an NFS issue, contact your sysadmin. Tomcat (and Java apps in general) don't want, need, or can mess with your NFS mount setup. Yoav Shapira <http://www.yoavshapira.com/> >-Original Message- >From: Amin Abbaspour [m

RE: Realm for Admin tool?

2004-10-12 Thread Shapira, Yoav
Hi, The default Realm for Admin and Manager is a Memory realm using conf/tomcat-users.xml that's declared in the GlobalNamingResources section of the default server.xml file. Yoav Shapira <http://www.yoavshapira.com/> >-Original Message- >From: Andoni [mailto

RE: euro sign tomcat 4 -> 5

2004-10-12 Thread Shapira, Yoav
Hi, No problem: thank you for posting your solution. Tomcat 5 in general is much stricter in each charset handling. It follows the servlet and JSP specifications rigidly. Yoav Shapira <http://www.yoavshapira.com/> >-Original Message- >From: Xavier Frisaye [m

RE: Performance issue

2004-10-12 Thread Shapira, Yoav
t's GC'ing too much? That it's not handling enough concurrent clients? Those connection reset messages that were in your log? Do you have defined performance goals are you simply trying to make it "not sluggish" ? Yoav Shapira <http://www.yoavshapira.com/>

RE: Name jdbc is not bound in this Context

2004-10-12 Thread Shapira, Yoav
Hi, I bet it's just your webapp code that's looking for "jdbc" instead of "jdbc/myapp" ;) Your config (original: you don't need to do the GlobalResources stuff, your original config is better) looks fine. Yoav Shapira >-Original Message

RE: Check for deployed applications

2004-10-12 Thread Shapira, Yoav
Hi, You can use the Manager webapp's HTML interface: http://localhost:8080/manager/list in your browser. Yoav Shapira >-Original Message- >From: kax [mailto:[EMAIL PROTECTED] >Sent: Monday, October 11, 2004 3:04 AM >To: [EMAIL PROTECTED] >Subject

RE: Javascript and cookie

2004-10-12 Thread Shapira, Yoav
ks to do this, because your apps should work fine with or without these services, at least according to the spirit of the Servlet Spec. Yoav Shapira >-Original Message- >From: Carlos Bracho [mailto:[EMAIL PROTECTED] >Sent: Saturday, October 09, 2004 8:25 PM >To: Tomcat Use

RE: Intalling Tomcat 5.0 on AIX

2004-10-12 Thread Shapira, Yoav
Hi, Hmm... I have Tomcat 5 running nicely on AIX, but standalone (no Apache in front, as we have no need for it) and therefore no connectors. So I can't help much on this one, sorry ;( Yoav Shapira >-Original Message- >From: Kyle Boyd [mailto:[EMAIL PROTECTED] &g

RE: How to make Tomcat write its server config to server.xml ...

2004-10-12 Thread Shapira, Yoav
Hi, Well, if you put myapp.xml in the conf directory, Tomcat will remember it ;) Otherwise, the answer to your question is no. Yoav Shapira >-Original Message- >From: Krist van Besien [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 12, 2004 5:21 AM >To: [EMA

RE: [OT] Re: AW: DefaultServlet

2004-10-12 Thread Shapira, Yoav
#x27;t break anything. Alternatively, with your patch send a Tomcat build output showing all the tester tests pass with your patch applied. But best of all, see my other message, where I suggest you instead start by looking at any of the open Tomcat bugs in Bugzilla and address those. Yoav This

RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Shapira, Yoav
Hi, Is the JDK properly installed on your HPUX machine? Yoav Shapira Millennium Research Informatics >-Original Message- >From: Renan Galang [mailto:[EMAIL PROTECTED] >Sent: Friday, October 08, 2004 2:56 PM >To: Tomcat Users List >Subject: Re: Apache Tomcat/4.0.4 - HTTP

RE: Apache Tomcat/4.0.4 - HTTP 505 - Internal Server Error

2004-10-08 Thread Shapira, Yoav
Hi, Because 4.0.4 is an ancient release that was never stable, you will get limited (if any) support for it. As a first step towards resolving your problem, I suggest updating to a more recent and stable tomcat release (5.0.28 is the best at the moment). Yoav Shapira Millennium Research

RE: XSLT parser alternatives

2004-10-08 Thread Shapira, Yoav
Hi, If you haven't read this already, I suggest http://xml.apache.org/xalan-j/xsltc/xsltc_performance.html. And http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXPXSLT3.html. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Robert Koberg [ma

RE: Tomcat directory browsing

2004-10-08 Thread Shapira, Yoav
Hi, The docs are your friend(s): http://jakarta.apache.org/tomcat/tomcat-5.0-doc/default-servlet.html ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Robert Harper [mailto:[EMAIL PROTECTED] >Sent: Friday, October 08, 2004 10:45 AM >To: Tomcat Us

RE: RE: File retrieving

2004-10-08 Thread Shapira, Yoav
at do return jndi:/localhost URLs. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and m

RE: [OT] Re: AW: DefaultServlet

2004-10-08 Thread Shapira, Yoav
Hi, Actually, I like these kind of patches and would be happy to evaluate/commit them ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Tim Funk [mailto:[EMAIL PROTECTED] >Sent: Friday, October 08, 2004 10:16 AM >To: Tomcat Users List >Subje

RE: DefaultServlet

2004-10-08 Thread Shapira, Yoav
> ... >} There is a critical functional difference between the above two approaches: one keep running if a single go within the loop fails, the other one quits on the first failure. There are use-cases for both, but they're by no means identical in functionality, and so you ca

RE: DefaultServlet

2004-10-08 Thread Shapira, Yoav
ver bits of code you think are dead, build your custom Tomcat, test the code affects by your removals, and if you think it works fine, post a Bugzilla enhancement issue with .diff patches of the relevant files. Thanks ;) Yoav Shapira Millennium Research Informatics >-Original Message- >

RE: File retrieving

2004-10-08 Thread Shapira, Yoav
ithin the JVM. Yoav Shapira Millennium Research Informatics >-Original Message- >From: QM [mailto:[EMAIL PROTECTED] >Sent: Friday, October 08, 2004 9:14 AM >To: Tomcat Users List >Subject: Re: File retrieving > >On Fri, Oct 08, 2004 at 03:07:01PM +0200, Giuseppe B

RE: Weird Red Hat Enterprise Startup

2004-10-08 Thread Shapira, Yoav
he installation instructions from Sun (available on the JDK download page). Yoav Shapira Millennium Research Informatics >-Original Message- >From: Mike Cherichetti (Renegade Internet) >[mailto:[EMAIL PROTECTED] >Sent: Thursday, October 07, 2004 6:33 PM >To: Tomcat Users Li

RE: Using Digested Passwords and DIGEST Authentication at the sam e time.

2004-10-08 Thread Shapira, Yoav
Hi, Thank you for posting this fine explanation and solution so that others may learn. It always makes my day when people figure out good solutions! Now if the Red Sox win, this will truly be a great day! ;) But a good weekend to all, regardless... Yoav Shapira Millennium Research Informatics

RE: TOMCAT not Starting up

2004-10-08 Thread Shapira, Yoav
ou can use catalina.bat run (instead of catalina.bat start) to keep the DOS console window open. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Kumar Singh Rathour, Raj (Vedam) [mailto:[EMAIL PROTECTED] >Sent: Friday, October 08, 2004 8:11 AM >To: Tom

RE: Mail connections in Tomcat 5.0.25

2004-10-08 Thread Shapira, Yoav
Hi, As posted to this list at the time, the 5.0.25 build is missing the mail session resource factory (due to my own faulty build configuration for that release). Accordingly, and always, use the latest stable version (5.0.28 at the time of this writing). Yoav Shapira Millennium Research

[ANN] Tomcat 5.5.3 Hotfix available

2004-10-07 Thread Shapira, Yoav
, so users of those releases should just ignore this message ;) Thanks, Yoav Shapira Millennium Research Informatics This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-m

RE: Age Old Question of Wildcards

2004-10-07 Thread Shapira, Yoav
Hi, >I certainly do mean the directive within . OK. What behavior would you like to see for wildcards in the alias directive? Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and

RE: versions 2.3 and 2.4 of web.xml

2004-10-07 Thread Shapira, Yoav
k at this now, there are more important issues around, but maybe eventually... ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Steve Kirk [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 07, 2004 11:27 AM >To: 'Tomcat Users List' >

RE: [ANN] Apache Jakarta Tomcat 5.5.3-alpha Released

2004-10-07 Thread Shapira, Yoav
ct in spirit). So I guess hold on for 5.5.4 is the message anyhow ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Shapira, Yoav >Sent: Thursday, October 07, 2004 8:27 AM >To: Tomcat Users List >Subject: RE: [ANN] Apache Jakarta Tomcat 5.5.3-alpha Relea

RE: [ANN] Apache Jakarta Tomcat 5.5.3-alpha Released

2004-10-07 Thread Shapira, Yoav
much, overall we've made great progress in this area. We also hope to make it easier for new users by not including a ton of stuff they don't necessarily need. Regardless, 5.5.4 will be coming fairly soon, and even sooner (most likely today) will come a one-class, non-essential hotfix to

RE: Capturing HTML using Tomcat 4

2004-10-07 Thread Shapira, Yoav
Hi, Look at any of the freely-available servlet response caching filters out there. They all capture the response output completely anyhow. You'd have to make minimal modifications (if any) to fit your use-case. Yoav Shapira Millennium Research Informatics >-Original Message---

RE: Age Old Question of Wildcards

2004-10-07 Thread Shapira, Yoav
he Alias directive on the Host, which is documented at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Host%20 Name%20Aliases. If you're talking about another field or attribute, which one(s)? Yoav This e-mail, including any attachments, is a confidential business communic

RE: Drops and Spikes in Tomcat responses

2004-10-06 Thread Shapira, Yoav
in ability, although at least for now the $$$ ones seem worth the money. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Kaleb Pederson [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 06, 2004 2:47 PM >To: Tomcat Users List >Subject: Re: D

RE: Tomcat 5.5, Resource, and ResourceParams

2004-10-06 Thread Shapira, Yoav
Hi, All attributes, as the examples in the URL your quoted show. Yoav Shapira Millennium Research Informatics >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 06, 2004 1:19 PM >To: [EMAIL PROTECTED] >Subject: Tomcat

RE: How to know the list of the active sessions

2004-10-06 Thread Shapira, Yoav
hen it's passivated. At least that will be the initial version of your listener. Test and tweak as needed for whatever your requirements are. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, propriet

[ANN] Apache Jakarta Tomcat 5.0.29-beta Released

2004-10-06 Thread Shapira, Yoav
The Apache Jakarta Tomcat team is proud to announce the immediate availability of Tomcat 5.0.29-beta. The release contains a significant number of bug fixes, and we expect it to be ratified as a Stable release when the vote takes place next week as usual. Release notes: http://jakarta.apache.org/

<    2   3   4   5   6   7   8   9   10   11   >