Hi Johnny,
Th code i used is basically the one you have in your last email...
I have an app running in privileged mode, and it has to add a servlet
definition on the fly to another app...so in my app i call a method and
pass the description of the other application as well as the servlet
definitio
- Original Message -
From: "Johnny Kewl" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, October 05, 2008 5:40 AM
Subject: Re: adding servlet definition to context on the fly :Tomcat 5.5
- Original Message -
From: "Martin Gainty" <[EMAIL PROTECTED]>
To: "Tomcat
- Original Message -
From: "Martin Gainty" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Saturday, October 04, 2008 11:39 PM
Subject: RE: adding servlet definition to context on the fly :Tomcat 5.5
doctor john
to followup with the addChild method and if an exception is thrown a
as mt mentioned in his article
http://people.apache.org/~mturk/docs/article/ftwai.html
non server window products has an upper limit of 10 connections
read the article..and tune the connection_pool_size parameters according to the
parameters your product supports..
Martin
Mturk,
Thanks for your reply.
mturk wrote:
>
> Nope, it won't.
> The reason is that you are using IIS6+ that has worker processes,
>
IIS 5
mturk wrote:
>
> and ISAPI API provides no way of knowing what that number is.
> The entire calculation is up to you, because depending on both
> the
Rainer,
Rainer Jung-3 wrote:
>
> If you like, we are always keen on helpful documentation. Maybe a page
> about sizing connection pool and the relation between connections, web
> server processes, IIS workers and Tomcat threads, measuring your needs
> and the dangers arising from going to far.
doctor john
to followup with the addChild method and if an exception is thrown and you
determine your container doesnt support child containers..what then?
your diagnosis doctor..
Martin
__
Disclaimer and confidentiality note
Everything in this e-
yes if you set scripting-invalid to true as described here (from web.xml)
http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
version="2.4">
*.js
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Saturday, October 04, 2008 5:34 PM
Subject: adding servlet definition to context on the fly :Tomcat 5.5
Hi,
I had written some code to dynamically add a servlet to a context in a
deployed applicaiton in Tomcat 4.1. This code b
Elalmaire wrote:
>
>
> Mark Thomas-18 wrote:
>> Elalmaire wrote:
>>> Hi,
>>> I'm a new tomcat user.
>>> I'm running Apache Tomcat ver 6.0.18 on Windows Vista with JRE 6 (so I've
>>> setted JRE_HOME).
>>> >From docs, I've read that it's possible to use a jre since "Tomcat 6.0
> uses the Eclipse
ic547 wrote:
> I have encountered this in September 2008. Here is what I have found:
>
> 1) There are several variants such as: fexcep OR fexcepkillshell OR
> fexcepshell OR fexcepspshell OR fexception OR fexshell OR fexsshell
>
> 2) It appears to be distributed using an automated scanner that
Hi,
I had written some code to dynamically add a servlet to a context in a
deployed applicaiton in Tomcat 4.1. This code basically uses the catalina
loader to obtain the server->engine->host->and context, and invokes the
addChild method after configuring a StandardWwrapper to represent the
servlet
Hi,
Is there an implementation of JSP that only allows execution of java
code as provided by taglibs and EL? In other words, something that
will not allow declarations or scriptlets.
thanks,
-Rob
-
To start a new topic, e-
> From: André Warnier [mailto:[EMAIL PROTECTED]
> Subject: Re: How to update the tomcat to run newly deployed
> applications withoutrestarting it.
>
> First, in summary, the question may boil down to : if the
> Tomcat/conf/server.xml file is modified (timestamp changed),
> does Tomcat automatically
sharmasgsin wrote:
I am developing an application that do the following--
1) create the subdomain at www.goforthat.com, like i am creating asubdomain
as http://example.goforthatc.com
2)At the same time this aplication is creating an account at other
application that is http://www.mobizme.biz. wit
> From: David Tyler [mailto:[EMAIL PROTECTED]
> Subject: fex* war malware
>
> THE SAFEGUARD AGAINST THIS IS TO CHANGE THE DEFAULT TOMCAT
> MANAGER APP PASSWORD.
That would be tricky, since, by default, there is no manager app password or
even role in conf/tomcat-users.xml; out of the box, the man
David Tyler wrote:
> I have encountered this in September 2008. Here is what I have found:
>
> 1) There are several variants such as: fexcep OR fexcepkillshell OR
> fexcepshell OR fexcepspshell OR fexception OR fexshell OR fexsshell
>
> 2) It appears to be distributed using an automated scann
I am developing an application that do the following--
1) create the subdomain at www.goforthat.com, like i am creating asubdomain
as http://example.goforthatc.com
2)At the same time this aplication is creating an account at other
application that is http://www.mobizme.biz. with all the ftp detail
I have encountered this in September 2008. Here is what I have found:
1) There are several variants such as: fexcep OR fexcepkillshell OR
fexcepshell OR fexcepspshell OR fexception OR fexshell OR fexsshell
2) It appears to be distributed using an automated scanner that looks for the
manager
Sorry, one more note of use:
The manager username / password is set in: tomcat/conf/tomcat-users.xml
--
View this message in context:
http://www.nabble.com/Possible-hack-tool-kit-on-tomcat-6.0.16-tp18928896p19811097.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
I have encountered this in September 2008. Here is what I have found:
1) There are several variants such as: fexcep OR fexcepkillshell OR
fexcepshell OR fexcepspshell OR fexception OR fexshell OR fexsshell
2) It appears to be distributed using an automated scanner that looks for
the manager a
Mark Thomas-18 wrote:
>
> Elalmaire wrote:
>> Hi,
>> I'm a new tomcat user.
>> I'm running Apache Tomcat ver 6.0.18 on Windows Vista with JRE 6 (so I've
>> setted JRE_HOME).
>>>From docs, I've read that it's possible to use a jre since "Tomcat 6.0
uses the Eclipse JDT Java compiler for compi
kill -QUIT produces the thread dump, not the heap dump. That's being
said it works exactly the same way with tomcat as with any other
application, the whole thread dump is dumped out to the standard out
which in this case is catalina.out.
Leon
On Sat, Oct 4, 2008 at 8:57 AM, Mohit Anchlia <[EMAIL
23 matches
Mail list logo