- 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
- 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
- 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
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
- 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
> - 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
- 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
- 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.
/
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
- 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
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
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
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
server.
Jim Cobban [EMAIL PROTECTED]
34 Palomino Dr.
Kanata, ON, CANADA
K2M 1M1
+1-613-592-9438
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.
- 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
- 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
- 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
- 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
- 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
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
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
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
- 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
maxRows = 50;
}
} // QueryTag.setMaxRows
Jim Cobban [EMAIL PROTECTED]
34 Palomino Dr.
Kanata, ON, CANADA
K2M 1M1
+1-613-592-9438
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
- 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
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
- 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
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
- 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
>
- 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
- 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
- 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
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
- 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
\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.
37 matches
Mail list logo