Re: FAIL - Deploy Upload Failed, Exception: Error invoking method check

2013-07-22 Thread Jonathan Rosenberg
happened. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Mon, Jul 22, 2013 at 2:05 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 7/19/13 1:44 PM

FAIL - Deploy Upload Failed, Exception: Error invoking method check

2013-07-19 Thread Jonathan Rosenberg
. Where do I start looking to solve the problem? On the setup that worked, there are more apps (thought different ones) . Also I see the JVM version is different. Any pointers appreciated. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org

Re: Confused: IllegalStateException

2012-11-03 Thread Jonathan Rosenberg
Dan, Thanks for the reply. See comment embedded below. On Fri, Nov 2, 2012 at 4:26 PM, Daniel Mikusa dmik...@vmware.com wrote: On Nov 2, 2012, at 3:10 PM, Jonathan Rosenberg wrote: On Fri, Nov 2, 2012 at 3:03 PM, Daniel Mikusa dmik...@vmware.com wrote: On Nov 2, 2012, at 2:36 PM, Jonathan

Confused: IllegalStateException

2012-11-02 Thread Jonathan Rosenberg
? Or is it just a warning I can ignore safely? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Confused: IllegalStateException

2012-11-02 Thread Jonathan Rosenberg
On Fri, Nov 2, 2012 at 3:03 PM, Daniel Mikusa dmik...@vmware.com wrote: On Nov 2, 2012, at 2:36 PM, Jonathan Rosenberg wrote: Basics: Apache Tomcat/7.0.22 1.6.0_22-b04 I have a Grails app that I'm deploying to this Tomcat. How are you deploying the application? What are the exact steps

Re: Class not Found, but it's in WEB-INF/classes

2012-09-01 Thread Jonathan Rosenberg
Thanks. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Mon, Aug 27, 2012 at 8:16 AM, Daniel Mikusa dmik...@vmware.com wrote: On Aug 25, 2012, at 3:52 PM, Jonathan Rosenberg wrote: On Sat, Aug 25, 2012 at 3:40 PM, Konstantin

Class not Found, but it's in WEB-INF/classes

2012-08-25 Thread Jonathan Rosenberg
\classes\org\tabbysplace\catalog. I have tried cleaning the project, deleting the contents of the classes dir, clean Tomcat work directort, etc., to no avail. Strangely, it seems to find the class every so often, for no apparent reason. Where do I look next? -- Jonathan Rosenberg Founder Executive

Re: Class not Found, but it's in WEB-INF/classes

2012-08-25 Thread Jonathan Rosenberg
On Sat, Aug 25, 2012 at 2:45 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/8/25 Jonathan Rosenberg j...@tabbysplace.org: I'm learning Spring by working on a very small Sporing Hello World app in Eclipse. I know this isn;t a Spring list, but I don;t think this is a Spring problem

Re: Class not Found, but it's in WEB-INF/classes

2012-08-25 Thread Jonathan Rosenberg
BTW: it's Tomcat 7.0.12 -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Sat, Aug 25, 2012 at 2:53 PM, Jonathan Rosenberg j...@tabbysplace.org wrote: On Sat, Aug 25, 2012 at 2:45 PM, Konstantin Kolinko knst.koli...@gmail.com

Re: Class not Found, but it's in WEB-INF/classes

2012-08-25 Thread Jonathan Rosenberg
On Sat, Aug 25, 2012 at 3:40 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/8/25 Jonathan Rosenberg j...@tabbysplace.org: BTW: it's Tomcat 7.0.12 When Tomcat starts, its prints its version number, e.g. INFO: Starting Servlet Engine: Apache Tomcat/7.0.30-dev I see

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-09 Thread Jonathan Rosenberg
wish I had more problems with Tomcat than my other systems :-) -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Thu, Feb 9, 2012 at 4:46 AM, Pid p...@pidster.com wrote: On 09/02/2012 00:19, Jonathan Rosenberg wrote: Thanks to all who

Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
the (theorized) connection between Tomcat auth failure my app's failures. I'm gonna start digging into this theory but was hoping for some ideas pointers. TIA, -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
On Wed, Feb 8, 2012 at 1:08 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/2/8 Jonathan Rosenberg j...@tabbysplace.org: Vital statistics:    Apache Tomcat/7.0.22        1.6.0_22-b04    Sun Microsystems Inc.   Linux 1) Using org.apache.catalina.realm.UserDatabaseRealm

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
On Wed, Feb 8, 2012 at 1:41 PM, Mark Thomas ma...@apache.org wrote: On 08/02/2012 18:23, Jonathan Rosenberg wrote: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 58,153,867 milliseconds ago.  The last packet sent

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
? Is there any easy way to tturn on logging for Tomcat's authentication? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ - To unsubscribe, e-mail: users-unsubscr

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
See below On Wed, Feb 8, 2012 at 2:59 PM, Mark Thomas ma...@apache.org wrote: On 08/02/2012 19:52, Jonathan Rosenberg wrote: Mark, Thanks for the reply. I don't understand why Tomcat is involved in the authentication  (the exception happens in org.apache.catalina.realm.JDBCRealm

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
On Wed, Feb 8, 2012 at 5:05 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan Rosenberg Subject: Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication

Re: Why am I Getting org.apache.catalina.realm.JDBCRealm getPassword SEVERE: Exception performing authentication?

2012-02-08 Thread Jonathan Rosenberg
Thanks to all who are trying to help. See info below. On Wed, Feb 8, 2012 at 6:10 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan Rosenberg Subject: Re: Why am I Getting org.apache.catalina.realm.JDBCRealm

Re: Catching Exception in Application

2012-01-28 Thread Jonathan Rosenberg
On Fri, Jan 27, 2012 at 6:46 PM, Terence M. Bandoian tere...@tmbsw.com wrote:  On 1:59 PM, Pid wrote: On 27/01/2012 18:53, Jonathan Rosenberg wrote: On Fri, Jan 27, 2012 at 1:45 PM, Pidp...@pidster.com  wrote: On 27/01/2012 18:38, Jonathan Rosenberg wrote: That is in the original CAS

Catching Exception in Application

2012-01-27 Thread Jonathan Rosenberg
to Tomcat am not sure where to start looking. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: Catching Exception in Application

2012-01-27 Thread Jonathan Rosenberg
That is in the original CAS server web.xml. I left it untouched. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Fri, Jan 27, 2012 at 1:35 PM, Pid p...@pidster.com wrote: On 27/01/2012 18:00, Jonathan Rosenberg wrote: Vital

Re: Catching Exception in Application

2012-01-27 Thread Jonathan Rosenberg
On Fri, Jan 27, 2012 at 1:45 PM, Pid p...@pidster.com wrote: On 27/01/2012 18:38, Jonathan Rosenberg wrote: That is in the original CAS server web.xml.  I left it untouched. For the rest of the day, as an experiment I will bottom-post to any thread containing a reply via top-post. On Fri

Apache HTTPD - Tomcat, Passing Errors

2011-12-05 Thread Jonathan Rosenberg
digging through docs, etc can;t find an answer. Any help appreciated. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ - To unsubscribe, e-mail: users-unsubscr

Re: Apache HTTPD - Tomcat, Passing Errors

2011-12-05 Thread Jonathan Rosenberg
Thanks for the additional info. I fell asleep at the wheel re: top posting hit reply (instead of reply to all) by accident. Repetently yours, -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Mon, Dec 5, 2011 at 4:18 PM, Mark

Re: Erratic Response Types When Tomcat Fronted by Apache httpd

2011-11-28 Thread Jonathan Rosenberg
, this caused some hard-to-track down errors. I couldn;t find any pattern to the errors. The same objects could be returned correctly after a reload (or not). In case it helps someone else ... -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org

Erratic Response Types When Tomcat Fronted by Apache httpd

2011-11-18 Thread Jonathan Rosenberg
have not run into this before. Before I start digging into all kinds of weird possibilities, I was hoping this description might trigger something in one of you that would help me. Thanks in advance for any guidance/pointers. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat

Upgrading Tomcat in Place on Linux

2011-11-18 Thread Jonathan Rosenberg
I started a new thread for this, though it';s in response to my earlier message Daniel Mikusa said: You might want to give an updated version of Tomcat 7 a try. 7.0.22 is the latest. What is a good way to upgrade Tomcat in place on a Linux box? -- Jonathan Rosenberg Founder Executive

Re: Parallel Deployment Sessions: What am I Missing?

2011-08-12 Thread Jonathan Rosenberg
? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Fri, Aug 12, 2011 at 4:08 AM, Pid p...@pidster.com wrote: On 12/08/2011 04:01, Jonathan Rosenberg wrote: Trying to fall asleep and just had a thought on my problem: are context

Re: Parallel Deployment Sessions: What am I Missing?

2011-08-12 Thread Jonathan Rosenberg
is o simple. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Fri, Aug 12, 2011 at 2:10 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, On 8/12/2011 11:02 AM

Re: Parallel Deployment Sessions: What am I Missing?

2011-08-12 Thread Jonathan Rosenberg
I just reverified that session info is being sent (i.e., JSESSIONID). Yes, that's the client cookie. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Fri, Aug 12, 2011 at 2:32 PM, Christopher Schultz ch...@christopherschultz.net

Re: Parallel Deployment Sessions: What am I Missing?

2011-08-12 Thread Jonathan Rosenberg
this rogue cookie all apears to be working as expected. Lots of moving parts ... -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ - To unsubscribe, e-mail: users

Parallel Deployment Sessions: What am I Missing?

2011-08-11 Thread Jonathan Rosenberg
it shows 1 session associated with Catalog##0002 and none with Catalog##~~~, as expected. Am I confused as to what should be happening? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org

Re: Parallel Deployment Sessions: What am I Missing?

2011-08-11 Thread Jonathan Rosenberg
Great idea. I just retested aith Firebug the JSESSIONIDs are identical. Ideas, anyone? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Thu, Aug 11, 2011 at 5:01 PM, Mark Thomas ma...@apache.org wrote: On 11/08/2011 21:56

Re: Parallel Deployment Sessions: What am I Missing?

2011-08-11 Thread Jonathan Rosenberg
BTW: I'm using Apache Tomcat/7.0.6 JDK 1.6.0_22-b04 on Linux. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Thu, Aug 11, 2011 at 6:00 PM, Jonathan Rosenberg j...@tabbysplace.org wrote: Great idea.  I just retested aith

Re: Parallel Deployment Sessions: What am I Missing?

2011-08-11 Thread Jonathan Rosenberg
Trying to fall asleep and just had a thought on my problem: are context-param values shared across different context versions (as implemented in parallel deployment)? -- JR On Aug 11, 2011 6:10 PM, Jonathan Rosenberg j...@tabbysplace.org wrote: BTW: I'm using Apache Tomcat/7.0.6 JDK 1.6.0_22

Parallel Deployment: Get Context Version #

2011-08-10 Thread Jonathan Rosenberg
I'm using Tomcat 7+. How can I get the context version #? I.e., if app Is being run as app##124, I want 124. -- JR

Re: Parallel Deployment: Get Context Version #

2011-08-10 Thread Jonathan Rosenberg
Looking at some of my session ids doing some searching online did not turn up any useful info on format of session id ( where context version is). Can you point me at something? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Wed

Re: Parallel Deployment: Get Context Version #

2011-08-10 Thread Jonathan Rosenberg
to accomplish temp outage. QED -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Wed, Aug 10, 2011 at 2:48 PM, Mark Thomas ma...@apache.org wrote: On 10/08/2011 19:41, Jonathan Rosenberg wrote: Looking at some of my session ids doing some

Re: Parallel Deployment: Get Context Version #

2011-08-10 Thread Jonathan Rosenberg
I suspect I can do it like this: If session information is present in the request, check the session manager of each version for a matching session and if one is found, use that version. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org

Re: Parallel Deployment: Get Context Version #

2011-08-10 Thread Jonathan Rosenberg
can it compare its own version to other versions of the app? Huh? App only needs to see its own version. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Wed, Aug 10, 2011 at 4:00 PM, Pid p...@pidster.com wrote: On 10/08/2011 19

Re: Parallel Deployment: Get Context Version #

2011-08-10 Thread Jonathan Rosenberg
upgrades. 2) Allos existing sessions to complete. Chris -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: PHP Webapp on Tomcat Server

2011-05-31 Thread Jonathan Rosenberg
Check out this http://php-java-bridge.sourceforge.net/pjb/ I did a quick install test of this a few months ago it worked right out of the box. I did not dig into it in detail, however. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary On Tue, May 31

Re: PHP Webapp on Tomcat Server

2011-05-31 Thread Jonathan Rosenberg
No, I'm missing something: a brain. You're correct. I hadn't read the OP description carefully. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary On Tue, May 31, 2011 at 12:07 PM, André Warnier a...@ice-sa.com wrote: Looking just at the schema on the project

Pointers for Filter to Deny New Sessions

2011-05-23 Thread Jonathan Rosenberg
with Tomcat filters, so am looking for some useful pointers for this. TIA. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: localhost:8080

2011-04-09 Thread Jonathan Rosenberg
By default, Tomcat listens on port 8080. When you type just localhost, the browser tries port 80. Did Tomcat just get reinstalled, by chance? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary On Sat, Apr 9, 2011 at 3:14 PM, ken dias kend...@hotmail.com wrote

Re: PUT Data Available in App?

2011-04-03 Thread Jonathan Rosenberg
to raw request body. On Apr 3, 2011 3:39 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/4/3 Jonathan Rosenberg shmol...@gmail.com: My question was sloppy. I have a Grails app. If I use POST it sees data. If I use PUT in same situation data does not show up in Grails App. Spying

Enabling DELETE

2011-04-02 Thread Jonathan Rosenberg
mean that Tomcat is itself denying the DELETE? If so, how can I enable? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Fwd: Enabling DELETE

2011-04-02 Thread Jonathan Rosenberg
also work.  Does this response mean that Tomcat is itself denying the DELETE?  If so, how can I enable? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary - To unsubscribe, e-mail: users-unsubscr

Re: Enabling DELETE

2011-04-02 Thread Jonathan Rosenberg
Thanks for the response sorry for the paucity of detail. Turns out the problem was in my Grails app. I did not configure it correctly to respond to the DELETE request. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary

PUT Data Available in App?

2011-04-02 Thread Jonathan Rosenberg
I've been experimenting with a REST service using Grails on Tomcat. Some experimentation searching online leads to believe that Tomcat does not normally pass PUT data through to app. Is this correct? I am using v7. -- JR

Re: PUT Data Available in App?

2011-04-02 Thread Jonathan Rosenberg
...@gmail.com wrote: 2011/4/3 Jonathan Rosenberg shmol...@gmail.com: I've been experimenting with a REST service using Grails on Tomcat. Some experimentation searching online leads to believe that Tomcat does not normally pass PUT data through to app. Is this correct? I am using v7

Global Default Error Page

2011-03-22 Thread Jonathan Rosenberg
How can I create a custom 404 error page for the case where the URL maps to a non-existent webapp? I know how to do this for an individual webapp, but can't figure put where the global default error page comes from. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary

Re: Global Default Error Page

2011-03-22 Thread Jonathan Rosenberg
Excellent. Thanks. I configured this error page in conf/web.xml. Seemed like this made the most sense. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary On Tue, Mar 22, 2011 at 11:10 AM, Mark Thomas ma...@apache.org wrote: On 22/03/2011 15:07, Caldarale

Re: tomcat server

2011-03-10 Thread Jonathan Rosenberg
When you enter localhost:8080 the browser treis to speak to a server on port 8080, where Tomcat runs by default. When you just enter localhost, the browser uses the default HTTP port of 80. Presumably, you do not have a server listening to that port. Make sense? -- Jonathan Rosenberg Founder

Re: Confused by url-pattern in Contatner Managed Auth

2011-03-07 Thread Jonathan Rosenberg
My bet is that the webapp is deployed under /Adoption and therefore the url-pattern should not have /Adoption prepended to it. This was indeed the problem. Took me awhile to figure that out. Next time I'll provide more info up front. Thanks. -- Jonathan Rosenberg Founder Executive Director

Confused by url-pattern in Contatner Managed Auth

2011-03-05 Thread Jonathan Rosenberg
fooled with the url-pattern but the only pattern I can get to work is '/Adoption/*'. I have tried '/Adoption', '/Adoption/application/list/*', but none of them cause a challenge. What am I missing? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http

Container-managed Auth Confusion

2011-03-05 Thread Jonathan Rosenberg
[Sorry if this appears twice, my maill UI hiccuped.] I thought I understood how contained-managed auth worked, but obviously I'm missing something. Hers' what I have right now security-constraint web-resource-collection

Re: Tomcat on Windows XP: WAR file not fully unpacked

2011-02-03 Thread Jonathan Rosenberg
Thanks to all for the help,. The problem has gone away since I set antiJARLocking='true' -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Tue, Feb 1, 2011 at 1:00 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From

Re: Shared context.xml on WIndows XP

2011-02-01 Thread Jonathan Rosenberg
Thanks to all for their help. After some more investigation, I realized I really didn't want Tomcatto follow the sym links. I solved my problem by defining some Contexts in server.xml so that, for eample, /images looked for a specific folder (not under Tomcat's control) -- Jonathan Rosenberg

Tomcat on Windows XP: WAR file not fully unpacked

2011-02-01 Thread Jonathan Rosenberg
WAR file by hand, it is fine I can load it myself into the app dir. Then all is good. Anyone seen this kind of behavior? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org

Re: Shared context.xml on WIndows XP

2011-02-01 Thread Jonathan Rosenberg
Hmmm ... what about if I put them in conf/Catalina/[host]/context.xml Will that work? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Tue, Feb 1, 2011 at 12:57 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote

Re: Shared context.xml on WIndows XP

2011-02-01 Thread Jonathan Rosenberg
Makes sense, I think. For example, I removed the Context path='/images' ... from server.xml, created conf/Catalina/[host]/images.xml put the Context element in there, without the path attribute. Seems to be working fine, so I think I did it right? -- Jonathan Rosenberg Founder Executive

Shared context.xml on WIndows XP

2011-01-31 Thread Jonathan Rosenberg
' /Context I restarted Tomcat, but it doesn't appear to be following my symlinks. It then occurred to me that maybe a shortcut is not the same as a symlink. Can anyone shed some light on this? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org

Re: Shared context.xml on WIndows XP

2011-01-31 Thread Jonathan Rosenberg
1) I (think I) understand about the case-insensitivity issue. But I thought that was only a security concern this machine does not face the public net. 2) Does this mean I can;t do what I want this way on Windows? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary

RE: 7.02 on Windows XP: An instance of Tomcat7 is already running

2010-08-31 Thread Jonathan Rosenberg
Is something else listening on the port Tomcat wants to use (8080?)? -- Jonathan Rosenberg Founder Executive Director, Tabby's Place http://www.tabbysplace.org/ -Original Message- From: Steven Woody [mailto:narkewo...@gmail.com] Sent: Tuesday, August 31, 2010 11:43 AM To: users