Re: tomcat 3.3 question

2008-06-18 Thread Robert Welz
Am 18.06.2008 um 15:33 schrieb Caldarale, Charles R: From: Robert Welz [mailto:[EMAIL PROTECTED] Subject: Re: tomcat 3.3 question is configured am I right in the assumption that the logfile is in / jakarta/logs/ ? Your version of Tomcat is so ridiculously old that very few - if any

mod_jk not connecting

2008-07-17 Thread Robert Koberg
Hi, I am trying to get httpd and tomcat to work together and not having much luck. Redhat ES 5 jdk1.6.0_07 tomcat 6.0.16 tomcat-connectors-1.2.26-src (built on the machine) tomcat-native-1.1.14-src (built on the machine) If I put mod_jk directives inside a (httpd.conf) virtual host I can't seem

Re: mod_jk not connecting

2008-07-17 Thread Robert Koberg
n't do anything with SetHandler. I should have responded earlier. It turns out I needed: NameVirtualHost *:80 and then adding directives to virtual hosts worked fine. And I could use JkMount and did not need SetHandler, etc. Now on to SSL for one of them... thanks, -Rob > >

mod_jk: docBase and appBase -- 'ROOT' taken out

2008-07-17 Thread Robert Koberg
Hi, Redhat ES 5 jdk1.6.0_07 tomcat 6.0.16 tomcat-connectors-1.2.26-src (built on the machine) tomcat-native-1.1.14-src (built on the machine) After getting the connector working for httpd without SSL I am trying to get it working with SSL. A strange warning occurs followed by the severe error. O

Re: mod_jk: docBase and appBase -- 'ROOT' taken out

2008-07-17 Thread Robert Koberg
On Thu, 2008-07-17 at 22:47 -0500, Charles Caldarale wrote: > On Jul 17, 2008, at 21:56, Robert Koberg <[EMAIL PROTECTED]> wrote: > > > > > The problem: even though I specifiy > > 'docBase="/home/app/wwwapps/ROOT/members"' > > Which is comp

Re: Embedding custom metadata in a jsp page; access generated Class via reflection?

2008-07-29 Thread Robert Koberg
Since you have a well-formed (XML) jsp and well-formed XML metadata, you could run an (pre-runtime) XSL transformation that combines the two however you need. In other words, instead of combining known metadata at runtime, pre-generate the JSPX in some prior stage. With JSP 2.0, EL and the standard

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: enabling/disabling a servlet filter conditionally

2008-08-01 Thread Robert Koberg
Hola Juan, Have a great vacation! On Fri, 2008-08-01 at 22:54 +0200, [EMAIL PROTECTED] wrote: > Hola, > > Estaré ausente de la oficina por vacaciones hasta el 20 de agosto. > > Para cualquier tema urgente por favor enviar el correo a la dirección [EMAIL > PROTECTED] > > Muchas gracias, > >

Creating a new Service

2008-08-03 Thread Robert Drescher
applications? I'd be very happy to recieve some advice on this and maybe even example configuration files *wink* Robert

where to place context configuration

2008-08-14 Thread Robert Dietrick
Hi, I just noticed that I had a definition in both $CATALINA_HOME/conf/Catalina/localhost/mywebapp.xml and in $CATALINA_HOME/webapps/mywebapp.war/META-INF/context.xml. In both of these context definitions, I define a JNDI database connection pool with the same name and identical parameters. Thi

Re: where to place context configuration

2008-08-14 Thread Robert Dietrick
er? It doesn't seem to make a difference either way. -rob On Thu, Aug 14, 2008 at 11:00 AM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Robert Dietrick wrote: >> Hi, >> >> I just noticed that I had a definition in both >> $CATALINA_HOME/conf/Catalina/localhost

Re: where to place context configuration

2008-08-14 Thread Robert Dietrick
a production server makes me VERY > nervous. > > --Angus Mezick > > -Original Message- > From: Robert Dietrick [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 14, 2008 2:22 PM > To: Tomcat Users List > Subject: Re: where to place context configuration > >

Re: where to place context configuration

2008-08-14 Thread Robert Dietrick
On Thu, Aug 14, 2008 at 11:52 AM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> From: Robert Dietrick [mailto:[EMAIL PROTECTED] >> Subject: Re: where to place context configuration >> >> I would very much prefer to use only the one in >> mywebapp/META-INF/

Re: Using tabbed browsers causes session sharing

2008-08-15 Thread Robert Dietrick
This is normal behavior. Sessions are tied to cookies bound to an entire domain. Why would you want the same person logged in twice with different accounts? On 8/15/08, murthy gandikota <[EMAIL PROTECTED]> wrote: > Hello All > While using tabbed browsers (e.g. IE 7) I am facing a login problem. S

Re: Using tabbed browsers causes session sharing

2008-08-15 Thread Robert Dietrick
der one account, then you should implement some notion of roles. On 8/15/08, Bill Davidson <[EMAIL PROTECTED]> wrote: > Robert Dietrick wrote: >> Why would you want the same person logged in twice >> with different accounts? >> > > As a developer of a web app that ha

Re: Why GlassFish

2008-08-28 Thread Robert Koberg
On Aug 28, 2008, at 9:31 AM, sam wun wrote: Hi, Just a quick question, I found that Tomcat is quite capable with servlet application, but lack of EJB support. Is GlassFish designed to fill the gaps to support EJB application only? As Pythagoras said, just say no to beans. Than

Re: [ANN] Apache Tomcat 5.5.27 released

2008-09-08 Thread Robert Koberg
Hi, Regarding: https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 Have things like the follwoing been tested: < input value="${"boo" foo's}" /> < input value='${"boo"}' /> < input value='${"boo"} "foo"' /> I guess I am more concerned about version 6x. Has this fix been applied to v6x?

Re: [ANN] Apache Tomcat 5.5.27 released

2008-09-08 Thread Robert Koberg
On Sep 8, 2008, at 1:59 PM, Mark Thomas wrote: Robert Koberg wrote: Hi, Regarding: https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 Have things like the follwoing been tested: < input value="${"boo" foo's}" /> < input value='${"boo"

RE: Suppress "Connection reset by peer: socket write error".

2005-10-13 Thread Robert Graf-Waczenski
nd/or Tomcat may change the exception message texts and/or the structure of the stack trace. But currently (JDK 1.5 / Tomcat 5.5) this approach does what was intended. Robert > -Original Message- > From: Dola Woolfe [mailto:[EMAIL PROTECTED] > Sent: Friday, October 14, 2005 3:17

RE: Suppress "Connection reset by peer: socket write error".

2005-10-13 Thread Robert Graf-Waczenski
vlet class, too. Robert > -Original Message- > From: Dola Woolfe [mailto:[EMAIL PROTECTED] > Sent: Friday, October 14, 2005 8:43 AM > To: Tomcat Users List > Subject: RE: Suppress "Connection reset by peer: socket write error". > > > Hi Robert, > >

RE: Character Encoding -ISo-8859-1 Vs UTF-8 Vs GBK

2005-10-18 Thread Robert Graf-Waczenski
characters, you need to do so here: String s = new String(bytes, "GB2312"); // no garbage if file was encoded with GB2312 IIRC, the GB2312 encoding indeed is a superset of ISO-1 but it still is different byte-wise from UTF, which is why you get garbage. HTH, Robert > -Original Me

RE: Debugging Tomcat hangs

2005-10-18 Thread Robert Graf-Waczenski
you, but if we have to start explaining Java synchronization and deadlocks, this would very probably be way off this list and i'm far too lazy/busy to dig this deep...) Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Debugging Tomcat hangs

2005-10-18 Thread Robert Graf-Waczenski
OK. Well, feel free to attach your stack dump then. Some curious soul (including myself if i had the time) may either see the problem immediately or use your own stack trace to guide you through it. Robert > -Original Message- > From: David Boyer [mailto:[EMAIL PROTECTED] > Sent

RE: Suppress "Connection reset by peer: socket write error".

2005-10-19 Thread Robert Graf-Waczenski
ly no point in thinking of an error page here. The client will never see an error because the client has cancelled the communication prematurely. Sounds weird but if you think more of it, it is quite simple. Robert > > Thanks > > Pavel > > --- Robert Graf-Waczenski <[EMAIL P

RE: classloader during tomcat startup

2005-10-19 Thread Robert Graf-Waczenski
each of them several such listener classes, tomcat calls the listener methods of the correct (i.e. those belonging to the context) classes when the context is started or shut down. Your web.xml can remain unchanged for this. Robert > -Original Message- > From: David Delbecq [mailto:

RE: classloader during tomcat startup

2005-10-19 Thread Robert Graf-Waczenski
et() method and is therefore supposed to serve web requests, which is not needed in an init class. (Agreed, this is not a major problem, but i like to keep things as small and simple as possible, and a class that *can* serve web requests should also actually be used for this purpose.) Robert > R

RE: Accessing resource from another context.. ..

2005-10-20 Thread Robert Graf-Waczenski
there, otherwise all calls to getContext() with whatever cross-context path will return null. Robert > -Original Message- > From: Archana Mathur [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 20, 2005 5:03 PM > To: Subject: Accessing resource from another context.. .. >

RE: Problem getting custom 404 error working on 4.1.31

2005-10-24 Thread Robert Graf-Waczenski
value (around 500 bytes total response size IIRC). Comments are fine for this, it is important that the server response size is big enough. Robert > -----Original Message- > From: Robert Baruch [mailto:[EMAIL PROTECTED] > Sent: Monday, October 24, 2005 4:13 PM > To: users@tomcat.apache

Dynamically Determining the Web App

2006-08-09 Thread Kohn, Robert M.
corresponding web app? Thank you very much! - Robert Kohn

CGIServlet

2007-06-29 Thread Robert J. Carr
I'd like to use some basic CGI in my webapp but I don't want to rely on server admins to set it up per the directions of the how to (found at http://tomcat.apache.org/tomcat-5.5-doc/cgi-howto.html). When I follow those directions, everything works fine, however I'd like to put the CGIServlet defi

WebdavServlet

2007-06-29 Thread Robert J. Carr
I'd like to add the webdav servlet to my own web application. I can do this and it works, but it treats the root of my webapp as the root of the dav share. I would like to have my webapp do more than webdav, so I was hoping I could specify that only a portion of my webapp is visible to dav. I i

Re: CGIServlet

2007-06-30 Thread Robert J. Carr
ever, the WebdavServlet runs in a stand-alone webapp and it is also located in /server/lib. So, in summary, you're saying the only way I can get CGIServlet defined in a single webapp is to leave servlets-cgi.jar in /server/lib and require an administrator to rename it? On 6/30/07, Mark Tho

Re: WebdavServlet

2007-06-30 Thread Robert J. Carr
p/edit/*. Not following what a system admin has to do with anything. The 'edit' folder would just be implied ... both "normal users" and "system admin" would still be exposed to the whole of the webapp, right? On 6/30/07, Mark Thomas <[EMAIL PROTECTED]> wrote

Re: CGIServlet

2007-07-02 Thread Robert J. Carr
Both. You've made the incorrect assumption that "made visible" means "made visible to web applications", which is incorrect. A classloader makes classes and resources visible to whoever has access to the classloader; webapps do not have access to the Catalina classloader. ... Tomcat is the o

Using HSQLDB for Authentication

2007-08-02 Thread Robert J Emmons
userRoleTable="USER_ROLE" roleNameCol="ROLENAME" /> Can someone tell me where to put the database files so Tomcat can find them? I am using Tomcat 5.5. -- Robert Emmons, P.E., Aurigen Inc. [EMAIL PROTECT

WebDAV, DefaultServlet, and Permissions

2007-08-09 Thread Robert J. Carr
I'm using the WebDAV servlet in tomcat 5.5.22 and I'm having some issues that I was hoping I could get sorted out. First of all, I'm seeing reams and reams of these in the logs: Aug 8, 2007 5:15:30 PM org.apache.catalina.core.ApplicationContext log INFO: webdav: DefaultServlet.doPut: couldn't del

Tomcat clustering broken - Unable to send message through cluster sender

2006-12-18 Thread Spurlock, Robert J
All, We've had Tomcat clustering working in test and production for months. We run on HP UX 11.11. We recently upgraded the OS and I think Tomcat clustering quit working at that point. I'm not sure of the OS connection but the session data is not being replicated throughout the cluster. We are run

DefaultServlet, WebDAV, and Permissions

2007-08-15 Thread Robert J. Carr
I sent this out last week and didn't get any responses ... just wanted to make sure it hit the list and didn't get dropped somewhere. Any help is appreciated! I'm using the WebDAV servlet in tomcat 5.5.22 and I'm having some issues that I was hoping I could get sorted out. First of all, I'

IIS connector issue?

2008-09-01 Thread Jamie Robert Thompson
Hi, I'm currently stuck at the last hurdle of a task which involves integrating JavaHelp into an ASP.net application. I know little about Java, even less about JSP, but my boss likes server-side JavaHelp *sigh*. I chose Tomcat 6.0.18 and the connector (1.2.26) as my path to integrating it with our

Re: IIS connector issue?

2008-09-02 Thread Jamie Robert Thompson
2008/9/1 Jamie Robert Thompson <[EMAIL PROTECTED]> > Hi, I'm currently stuck at the last hurdle of a task which involves > integrating JavaHelp into an ASP.net application. I know little about Java, > even less about JSP, but my boss likes server-side JavaHelp *sigh*. I chose

Tomcat 6 (Unable to find servlet or load servlet jar from a client jar)

2008-09-03 Thread Robert K. Vanderhoek
.0.18/webapps/belknap/WEB-INF/lib/beindxServlet1.jar (servlet) Unpacked beindxServlet1.jar - /beindxservlet/beindxServlet1.class - /META-INF/ Thank you, Robert

Re: Tomcat 6 (Unable to find servlet or load servlet jar from a client jar)

2008-09-03 Thread Robert K. Vanderhoek
e any advice on changes i should make to it in order to get it to work, thank you. Robert Pid wrote: Robert K. Vanderhoek wrote: Unable to find servlet or load servlet jar from a client jar, can this be done with the default conf files? Do i have to create a web.xml file for each w

Re: Tomcat 6 (Unable to find servlet or load servlet jar from a client jar)

2008-09-05 Thread Robert K. Vanderhoek
Thank you all for the help that was the file i needed to find the servlet. I'm just surprised it isn't stressed more to use a web.xml file for each webapp since it is so vital. Thanks again -Robert Martin Gainty wrote: sample web.xml http://java.sun.com/dtd/web-app_2_3.dtd&quo

Re: Tomcat 6 (Unable to find servlet or load servlet jar from a clientjar)

2008-09-05 Thread Robert K. Vanderhoek
thanks again Caldarale, Charles R wrote: From: Robert K. Vanderhoek [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 (Unable to find servlet or load servlet jar from a clientjar) I'm just surprised it isn't stressed more to use a web.xml file for each webapp since it is so vital.

Re: Can you help me to figure out what is "ia64"?

2008-09-08 Thread Robert K. Vanderhoek
nk you, Regards Nareg Garabedian -- Robert K. Vanderhoek (603) 772-2305 Computer Technician IT Department Connor & Connor 16 Kingston Rd Unit #5 Exeter, NH 03833

Re: The requested resource (/manager/) is not available.

2008-09-09 Thread Robert K. Vanderhoek
ands, e-mail: [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] . -- Robert K. Vanderhoek (603) 772-2305 Co

rewrite.properties - AJP1.3 connector (isapi_redirect.dll) from IIS 6 to tomcat 5.5

2008-08-06 Thread Saltzman, Robert B (GE, Research)
I have installed tomcat 5.5.26 and JK 1.2.26 on a Windows 2003 Standard Server running IIS 6. isapi_redirect.properties, workers.properties, uriworkermap.properties, server.xml are all configured, and IIS to tomcat jvm AJP connection is working fine. However I need to do URL rewriting (may also b

<    1   2   3