Yogesh
"with a page response time of 5 seconds"
is it current response time or acceptable await time?
if it is current response time, when was it measured, during max load, or
during min load ? how many concurrent requests where sent ?
why so long ? processor is busy, or communication with exte
-jca.html
other question, especially concerning tomcat are still valid
On Mon, Apr 29, 2013 at 9:21 AM, Jakub 1983 wrote:
> I have read
>
> http://tomcat.apache.org/tomcat-7.0-doc/jndi-datasource-examples-howto.html
> http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html
>
&
I have read
http://tomcat.apache.org/tomcat-7.0-doc/jndi-datasource-examples-howto.html
http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html
1)I would like to ask about essence of jndi
a) jndi as a whole and
b) jndi in tomcat
In all known to me cases jndi in tomcat and in jboss is u
James,
try to set tomcat port to 1443 and check, and write us if it starts than,
try to start knock knock server with default port, than change it to
443 port -
http://docs.oracle.com/javase/tutorial/networking/sockets/examples/KnockKnockServer.java
(link and explanation is here
http://docs.
try to comment out RemoteAddrValve,
and check if the error still exists
have you added into users.xml ?
add and try with web page, what is the error
?
have you tried with bare
- without sha ?
for me, starting with pure downloaded latest tomcat 7, following
configuration enables html
Mark,
thx for investigation,
apart from users@tomcat.apache.org I have also sent previous post with
attachments to ma...@apache.org
regards
Jakub
On Tue, Apr 23, 2013 at 1:04 PM, Mark Thomas wrote:
> On 21/04/2013 13:57, Jakub 1983 wrote:
> > Mark,
> > sorry I didn't r
http://www.mulesoft.com/tomcat-connector states:
Using the current arrangement, both Connectors will pass all requests to
the same Engine, which will in turn pass all these requests to both of its
contained web applications. This means that each request will potentially
generate two responses, on
s
Jakub
On Fri, Apr 19, 2013 at 12:34 AM, Mark Thomas wrote:
> On 17/04/2013 23:46, Jakub 1983 wrote:
> > I call ant task
> >
> >
> >
> >
> > application is called jdbc.war, and I create jdbc.xml in
> > conf/Catalina/localhost/ after
Mark,
thank you very much for your clarification,
regards
Jakub
ps
anybody else interested in this topic can see here:
http://docs.oracle.com/javaee/5/tutorial/doc/bncav.html
http://docs.oracle.com/javaee/5/tutorial/doc/bncba.html#bncbb
On Fri, Apr 19, 2013 at 11:30 PM, Mark Thomas wrote:
>
Please confirm or deny my image/idea:
mod_cluster is configured by
it has nothing to do with session replication,
session replication cannot be configured in tag,
if we want session replication with ModClusterListener, we must add into
- it
gives us session replication in mod_cluster
(in ad
my tomcat users:
following code fails:
Sample Application
Require users to authenticate
*.jsp
POST
GET
adminLocal
NONE
adminLocal
admin
adminLocal
if I change security-ro
Konstantin,
thx for your reply.
Do you know name of such a tool and application server which offers
configuration of database connection on basis of web.xml.resource-ref ?
regards
Jakub
On Thu, Apr 18, 2013 at 11:05 AM, Konstantin Kolinko wrote:
> 2013/4/18 Jakub 1983 :
> > I h
connection.
On Thu, Apr 18, 2013 at 4:58 AM, Howard W. Smith, Jr. <
smithh032...@gmail.com> wrote:
> On Wed, Apr 17, 2013 at 10:38 PM, Leo Donahue - RDSA IT <
> leodona...@mail.maricopa.gov> wrote:
>
> >
> > ____
> > From: Ja
_____
> From: Jakub 1983 [jjaku...@gmail.com]
> Sent: Wednesday, April 17, 2013 7:26 PM
> To: Tomcat Users List
> Subject: explanation of resource-ref in web.xml
>
> What the hell is in web.xml used for ?
>
>
> I use it in a c
What the hell is in web.xml used for ?
My imagination is as follows, please confirm or deny it.
is part of servlet spec, not tomcat spec.
context.xml and it's resource declaration is private concept of tomcat, not
described by any external specificatin, jsr, etc.
says, that in your webapp y
can I define database connection only in web.xml, without using context.xml
files ?
can I pass database url, login and password into ?
when I define database conn in context.xml, resource-ref is not needed at
all, so what is it actually for ?
regards
Jakub
:35, Jakub 1983 wrote:
> > when I copy new version of myWebApp.war into webapps directory my context
> > from
> > conf/Catalina/localhost/ disappears (this context was manually created by
> > me),
>
> What, exactly, are you doing? For example, copy and overwrite has ver
such scenario works fine for me:
jdbc.xml in C:\test\catalina_base\conf\Catalina\localhost
web.xml:
jdbc/Test
javax.sql.DataSource
Container
but fails when I changeResource name="jdbc/Test" in jbc.xml to Resource
name="jdbc/TestChanged"
w
Andre, thx for you reply.
My war has no /META-INF/context.xml, here is piece of server.xml:
even with deployXML="false" my jdbc.context if removed from
C:\test\catalina_base\conf\Catalina\localhost
Regards
Jakub
On Wed, Apr 17, 2013 at 2:14 PM, André Warnier wrote:
&g
when I copy new version of myWebApp.war into webapps directory my context
from
conf/Catalina/localhost/ disappears (this context was manually created by
me),
maybe tomcat first deletes war, and also delete corresponding context file,
is there any way to prevent it ?
how should such update be done
When is it useful to define context.xml in some other place than at
/META-INF/context.xml inside the application files ?
When do you usually do it ?
Is it frequently used ?
I am not asking about theoretical possibilities, but how are they used in
practical scenarios.
Most common case I encounter
under the
Host<http://tomcat.apache.org/tomcat-7.0-doc/config/host.html>'s
appBase" which was true in my case, but somehow I missed unfulfilled
precondition.
Thx once again, regards ,
Jakub
On Mon, Apr 15, 2013 at 1:28 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com&
tomcat is started by script:
set "CATALINA_HOME=C:\test\apache-tomcat-7.0.39"
set "CATALINA_BASE=C:\test\catalina_base"
call C:\test\apache-tomcat-7.0.39\bin\catalina.bat start
in file *someConf*.xml under directory
C:\test\catalina_base\conf\Catalina\localhost
I define path:
but application is
re-iterating what
> everything is, here. See below.
>
> On 4/9/13 11:03 AM, Jakub 1983 wrote:
> > 2) what does "native connectors" mean here ?
>
> A "native connector" is the native (i.e. non-Java) component that
> actually runs in the web server. This
yes, it was very helpful,
great thanks.
On Tue, Apr 9, 2013 at 6:20 PM, André Warnier wrote:
> Oh my..
>
> Jakub 1983 wrote:
>
>> )
>> http://tomcat.apache.org/**tomcat-7.0-doc/config/ajp.html<http://tomcat.apache.org/tomcat-7.0-doc/config/ajp.html>states:
>
)
http://tomcat.apache.org/tomcat-7.0-doc/config/ajp.html states:
The *AJP Connector* element represents a *Connector* component that
communicates with a web connector via the AJP protocol. This is used for
cases where you wish to invisibly integrate Tomcat into an existing (or
new) Apache install
if you want to connect to
> > >>> remote
> > >>> Tomcat instance, "you have to provide" JMX connection details, and
> > that's
> > >>> what we often do.
> > >>>
> > >>> The above sett
omizations should be contained there.
>
> Hope that helps. Cheers!
> On Apr 7, 2013 5:59 AM, "Jakub 1983" wrote:
>
> > why do I have to enable jmx with command
> >
> > *set CATALINA_OPTS=-Dcom.sun.management.jmx
why do I have to enable jmx with command
*set CATALINA_OPTS=-Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.port=%my.jmx.port% \
-Dcom.sun.management.jmxremote.ssl=false \
-Dcom.sun.management.jmxremote.authenticate=false*
http://tomcat.apache.org/tomcat-7.0-doc/monit
29 matches
Mail list logo