Re: Please: How do I get application redeploy to work with Apache front-end to Tomcat?

2003-02-26 Thread Jim Cobban
- Original Message - From: "Mike Jackson" <[EMAIL PROTECTED]> Subject: RE: Please: How do I get application redeploy to work with Apache front-end to Tomcat? > If you change jsp's do the changes take effect? I'd expect servlets and > classes to not be reloaded, but the jsps ought to be.

Re: Please: How do I get application redeploy to work with Apache front-end to Tomcat?

2003-02-26 Thread Jim Cobban
- Original Message - From: "Mike Jackson" <[EMAIL PROTECTED]> Subject: RE: Please: How do I get application redeploy to work with Apache front-end to Tomcat? > By reload the context do you mean stop and start it? I am doing: /manager/remove?path=/Census /manager/install?path=... This ma

Re: Please: How do I get application redeploy to work with Apache front-end to Tomcat?

2003-02-27 Thread Jim Cobban
> - Original Message - > From: "Oscar Carrillo" <[EMAIL PROTECTED]> > Subject: RE: Please: How do I get application redeploy to work with Apache > front-end to Tomcat? > > > > Look at your logs for hints. Is there info about the webapp connector or > > whatever you are using. if you can see

Re: Please: How do I get application redeploy to work with Apache front-end to Tomcat?

2003-03-04 Thread Jim Cobban
- Original Message - From: "Jim Cobban" <[EMAIL PROTECTED]> To: "Tomcat User Maillist" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 5:23 PM Subject: Please: How do I get application redeploy to work with Apache front-end to Tomcat? I am really so

Tomcat application redeploy behind Apache server

2003-03-04 Thread Jim Cobban
I am sorry to keep harping on this, but I still am no closer to solving my problem. I don't even know where to look for a solution. > > - Original Message - > From: "Jim Cobban" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturda

Re: Tomcat application redeploy behind Apache server

2003-03-07 Thread Jim Cobban
- Original Message - From: "Ben Ricker" <[EMAIL PROTECTED]> Subject: Re: Tomcat application redeploy behind Apache server > On Tue, 2003-03-04 at 09:43, Jim Cobban wrote: > > I am sorry to keep harping on this, but I still am no closer to solving my > > pr

Re: Tomcat application redeploy behind Apache server

2003-03-08 Thread Jim Cobban
- Original Message - From: "Ben Ricker" <[EMAIL PROTECTED]> Subject: Re: Tomcat application redeploy behind Apache server > So you are saying that you cannot go to /manager/reload?path/to/webapp? No. The manager application works perfectly. The application is redeployed and I can see t

Re: Tomcat application redeploy behind Apache server

2003-03-12 Thread Jim Cobban
- Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> Subject: Re: Tomcat application redeploy behind Apache server > > I would suggest that you quit using mod_webapp. It is not actively > developed any longer. Use mod_jk or jk2. mod_webapp is probably doing > some funky cachein

Application redeployed by manager app not visible through Apache

2003-02-13 Thread Jim Cobban
server. Jim Cobban [EMAIL PROTECTED] 34 Palomino Dr. Kanata, ON, CANADA K2M 1M1 +1-613-592-9438

Application redeploy does not work!

2003-02-15 Thread Jim Cobban
to restart the connector. How do I configure my Tomcat server so that when I redeploy the context my customers can see the updated behavior? Jim Cobban [EMAIL PROTECTED] 34 Palomino Dr. Kanata, ON, CANADA K2M 1M1 +1-613-592-9438

How to get web server to see updated classes?

2003-02-17 Thread Jim Cobban
the updated classes visible through the Apache web server? Jim Cobban [EMAIL PROTECTED] 34 Palomino Dr. Kanata, ON, CANADA K2M 1M1 +1-613-592-9438

Application redeploy does not work! Please reply.

2003-02-24 Thread Jim Cobban
I can see its conf/server.xml which indicates that mod_jk is being used for the connector. Jim Cobban [EMAIL PROTECTED] 34 Palomino Dr. Kanata, ON, CANADA K2M 1M1 +1-613-592-9438 - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Tomcat doesn't throw exception if client application closses the socket.

2003-02-25 Thread Jim Cobban
- Original Message - From: "Niketan Mourya" <[EMAIL PROTECTED]> Subject: Tomcat doesn't throw exception if client application closses the socket. > Hi All, > I am facing a problem because tomcat doesn't throw exception if > client closes the socket connection. Do any body have a > wo

Please: How do I get application redeploy to work with Apache front-end to Tomcat?

2003-02-25 Thread Jim Cobban
/ WebAppDeploy Ocfa warpConnection /Ocfa/ WebAppDeploy manager warpConnection /manager/ I am just a user of this system, not the administrator of either the Apache or Tomcat servers. At present I have to contact my ISP every time I make a change to my application. Jim Cobban [EMAIL PROTECTED] 34

Unable to find setter method for attribute: maxRows

2002-11-14 Thread Jim Cobban
uerySubDivTag extends QueryTag { ... public void setMaxRows(String repeats) { super.setMaxRows(repeats); } Jim Cobban [EMAIL PROTECTED] 34 Palomino Dr. Kanata, ON, CANADA K2M 1M1 +1-613-592-9438 -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional c

Unable to find setter method

2002-11-16 Thread Jim Cobban
maxRows = 50; } } // QueryTag.setMaxRows Jim Cobban [EMAIL PROTECTED] 34 Palomino Dr. Kanata, ON, CANADA K2M 1M1 +1-613-592-9438

Re: Unable to find setter method

2002-11-17 Thread Jim Cobban
- Original Message - From: "David M. Karr" <[EMAIL PROTECTED]> Subject: Re: Unable to find setter method > > And there are no other overloaded setters for these properties in either of > these two classes? Is the base class a "public" class? Are there any "getter" > methods for either o

Re: Unable to find setter method

2002-11-18 Thread Jim Cobban
resolving this problem? - Original Message - From: "Jim Cobban" <[EMAIL PROTECTED]> To: "Tomcat User Maillist" <[EMAIL PROTECTED]> Sent: Saturday, November 16, 2002 12:02 PM Subject: Unable to find setter method I do not understand why I am getting this err

How to get Tomcat to accept attribute names "lang" and "maxRows"?

2002-11-18 Thread Jim Cobban
only occurrences of the word "lang" is as part of "java.lang.xxx". Therefore I do believe that there is any restriction in the JSP specification that I cannot use these attribute names. Jim Cobban [EMAIL PROTECTED] 34 Palomino Dr. Kanata, ON, CANADA K2M 1M1 +1-613-592-9438

Please respond, I am at a roadblock, Tomcat cannot find setter method

2002-11-19 Thread Jim Cobban
pot in the documentation where it says that I cannot use those attribute name or tell me how do I get Tomcat to recognize these attribute names. Jim Cobban [EMAIL PROTECTED] 34 Palomino Dr. Kanata, ON, CANADA K2M 1M1 +1-613-592-9438

Re: Please respond, I am at a roadblock, Tomcat cannot find setter method

2002-11-19 Thread Jim Cobban
- Original Message - From: "peter lin" <[EMAIL PROTECTED]> Subject: Re: Please respond, I am at a roadblock, Tomcat cannot find setter method > it would help to post actual examples, I have already posted those examples in the posting "Unable to find setter method" which generated no res

Re: Please respond, I am at a roadblock, Tomcat cannot find sette r method

2002-11-19 Thread Jim Cobban
- Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> Subject: RE: Please respond, I am at a roadblock, Tomcat cannot find sette r method > In particular, Craig's reply on 11/14 listed some possible problems and > asked to see the get/set methods in the base class. The fact that t

Re: Please respond, I am at a roadblock, Tomcat cannot find sette r method

2002-11-19 Thread Jim Cobban
- Original Message - From: "Anderson, M. Paul" <[EMAIL PROTECTED]> Subject: RE: Please respond, I am at a roadblock, Tomcat cannot find sette r method > I know I'm a newby but if the names work when changed it seems that in my > little world maxRows could be changed to maximumRows and lan

Re: Please respond, I am at a roadblock, Tomcat cannot find sette r method

2002-11-19 Thread Jim Cobban
- Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> Subject: RE: Please respond, I am at a roadblock, Tomcat cannot find sette r method > Jim wrote: > > Furthermore I have received a reply from another user that he encountered > > the same problem with an attribute "class" which

Re: Please respond, I am at a roadblock, Tomcat cannot find sette r method

2002-11-19 Thread Jim Cobban
- Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> Subject: RE: Please respond, I am at a roadblock, Tomcat cannot find sette r method > Jim wrote: > > Furthermore I have received a reply from another user that he encountered > > the same problem with an attribute "class" which

Re: Please respond, I am at a roadblock, Tomcat cannot find sette r method

2002-11-20 Thread Jim Cobban
Thank you for your assistance. I do not know exactly what Tomcat is looking for, but once I renamed the get methods that returned int values (because that is what the internal logic of my app required) so that all that the compiler saw was the setLang method, it accepted that as the setter method.

Newbie: Servlet under Windows does not run

2002-03-17 Thread Jim Cobban
\Census\CensusQuery.cl ass so why can't Tomcat find the class? Based upon the time stamps I believe that the problem was not detected until I actually tried to access the servlet. I believe my init method was not invoked because it generates log entries which do not appear in the file.

Re: Newbie: Servlet under Windows does not run

2002-03-17 Thread Jim Cobban
- Original Message - From: "Matt Egyhazy" <[EMAIL PROTECTED]> Subject: Re: Newbie: Servlet under Windows does not run > what is the package name in the .java file of your censusquery class? The package name in the .java file is Census, just like the file hierarchy says. -- To unsubscr

Case of paths in JAR created on Windows

2002-03-17 Thread Jim Cobban
strikes me that if I hand that .war file to a copy of TomCat running on UNIX that it will not deploy correctly. Am I worrying about nothing? I am using jar from jdk1.3.1. Jim Cobban [EMAIL PROTECTED] 34 Palomino Dr. Kanata, ON, CANADA K2M 1M1 +1-613-592-9438 -- To unsubscribe: <mailto:[EM

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Chris Pheby" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 10:07 AM Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > Do you have a web.xml??? Yes I previously posted its contents to this mail

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Wagoner, Mark" <[EMAIL PROTECTED]> Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > Did you add a Census context to your server.xml file? No. I looked at the way the examples used that file, and it seemed that it was used only to override

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Wagoner, Mark" <[EMAIL PROTECTED]> Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > What URL are you using to get to the servlet? I have tried a very wide range of URLs. According to all of the documentation the one that should work is ht

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
- Original Message - From: "Wagoner, Mark" <[EMAIL PROTECTED]> Subject: RE: Urgent Re: Newbie: Servlet under Windows does not run > Are you absolutely sure the problem is with CensusQuery and not a referenced > class? It could be that Tomcat can't find another class that is referenced >

Please read Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-18 Thread Jim Cobban
Please read this thread and tell me what the h**l I am doing wrong. I am just trying to write my first servlet. I have to give a demo Tuesday evening and I cannot get TomCat to run my servlet. Tomcat insists that it cannot find the class, even though as far as I can see the servlet has deployed

Re: Urgent Re: Newbie: Servlet under Windows does not run

2002-03-19 Thread Jim Cobban
- Original Message - From: "Jim Cobban" <[EMAIL PROTECTED]> Subject: Re: Urgent Re: Newbie: Servlet under Windows does not run > - Original Message - > From: "Wagoner, Mark" <[EMAIL PROTECTED]> > Subject: RE: Urgent Re: Newbie: Servlet un

How do I unsubscribe?

2002-03-22 Thread Jim Cobban
I keep sending a message to Tomcat-user-unsubscribe, and yet I keep getting the messages. How do I unsubscribe? Jim Cobban [EMAIL PROTECTED] 34 Palomino Dr. Kanata, ON, CANADA K2M 1M1 +1-613-592-9438

Re: How do I unsubscribe?

2002-03-22 Thread Jim Cobban
- Original Message - From: "Leila Lappin" <[EMAIL PROTECTED]> Subject: Re: How do I unsubscribe? > You have to respond to a message that will request a confirmation from you. OK then how do I get that message if sending a message to Tomcat-user-unsubscribe doesn't have any effect? I ha