Dear Ale,
I am interested in solution of issue mentioned, as we are having similar
one. Did the upgrade resolves the issue?
Alessandro Bahgat wrote:
>
> On Wed, Nov 18, 2009 at 3:26 PM, Caldarale, Charles R
> wrote:
>>> From: Alessandro Bahgat [mailto:ale.bah...@gmail.com]
>>> Subject: Tomcat
The changes in web.xml will cause instant restart Only due to TRUE value for
parameter autoDeploy in server.xml.
With best regards,
Nishant Hadole
-Original Message-
From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com]
Sent: Monday, 07 December, 2009 12:31 PM
To: Tomc
Hi
One Quick Hack is Open "Web.xml" make some temp modification (probably the
Description) and save the file
This automatically restarts the Web Application
With regards
Karthik
-Original Message-
From: Abdul Raheem Seyed (NDC IS&T) [mailto:ase...@ndc.ae]
Sent: Monday, December 07,
Hi,
Thanks for looking in to my question.
1) Web hosting provider doesn't have any defined policy as such.
2) No, the context was developed and configured by the provider. We have only
ftp access to the /webapps/mywebsite folder. So, we can not redeploy it.
3) Yes, We can request for a restart
I'd first check your hosting providers policy on webservices etc.
Do you develop the context /webapps/mywebsite? Can you fully redeploy it or
modify it? Can you ask for it to be restarted?
Gerwood Stewart
Senior Programmer/System Administrator
Information Technology Directory
Armidale NSW Au
Hi,
We have requirement to host a webservice in a shared tomcat 5.5 webhosting
environment ( virtual server ). The hosting company doesn't provide access to
tomcat Manager as it's shared web hosting.
Can some one tell how we can deploy a java webservice in tomcat 5.5. We have
access to spe
I seen this at one of apache website.
*[Summary]*
Apache Tomcat is prone to an insecure-password vulnerability in the Windows
installer. The administrative password defaults to a blank password during
the install process.
Attackers may exploit this issue to obtain administrative access to the
ap
Dear Chris,
Tomcat crashes means, the free memory starts declining dramatically to zero,
and server stops responding to new requests. I am sure with little
modifications, this can be handled in code itself, and this is not a concern at
all.
I am more interested in knowing whether there exists
groupalias v wrote:
Hi,
Hope this is not off-topic on this list.
In the principle, it is not.
But what is getting close to off-topic, is being confusing in your
explanations, to the point of making people wonder what exactly you are
trying to achieve.
What exactly is the layout below your
Hi,
Hope this is not off-topic on this list.
I am new to tomcat and have recently set up the bridge between apache
and tomcat. I am able to access the pages if I access them directly.
But when one servlet forwards the request to another I get an error.
For example here is what I have in my http.c
Hi Andre,
please see below input and output of:
protected String encodeToken(String username, String value)
{
StringBuilder sb = new StringBuilder();
sb.append(username);
sb.append(":");
sb.append(value);
return Base64.encodeBytes(sb.toString().getBytes());
}
Inpu
Thanks Juha,
>
> Yes, context root will be served, as will be other folders under
> context root. WEB-INF and its subfolders are safe, from the container
> (Tomcat) point-of-view. Note however, that you as web application
> developer can break this safety mechanism: a servlet can be
> programmed t
R. S. Patil wrote:
Thanks Chuk,
In some discussion i heard that the WEB-INF contents can not be
accessed from Internet at all.
The servlet spec requires that the servlet container (Tomcat) prevent direct
access to WEB-INF.
How far this is true ?
Completely, as far as Tomcat is concerned.
Hi
thanks a lot for your response and valuable inputs.
I want to avoid looking of that classes during server startup, my requirement
is, specified classes/properties should lookup only when my war file deployed.
many thanks,
Kasim
From: Jorge Medina
To:
14 matches
Mail list logo