.
Anyway, I closed the discussion from my side! If you are really feeling bad now
because of receiving such email from me, please unsubscribe the list.
Cheers.
Gurkan
On Wednesday, November 13, 2013 5:23 PM, Tim Watts wrote:
On Wed, 2013-11-13 at 06:53 -0800, Gurkan Erdogdu wrote:
> Hello
o discuss!
If you received such email from my email address, and not interested please
unsubscribe from the list and you will never get a such email again.
Best
Gurkan
On Wednesday, November 13, 2013 4:24 PM, Tim Watts wrote:
On Wed, 2013-11-13 at 14:56 +0100, Leon Rosenberg wrote:
> I got it
reateSpace Independent Publishing Platform; 1 edition (August 21,
2013)
Language: English
ISBN-10: 1492201448
ISBN-13: 978-1492201441
Product Dimensions: 11 x 8.5 x 0.4 inchesĀ
Amazon Page: Amazon book page
Best Regards.
Gurkan
ender.C.MaxFileSize=10MB
log4j.appender.C.MaxBackupIndex=10
log4j.appender.C.layout=org.apache.log4j.PatternLayout
log4j.appender.C.layout.ConversionPattern=%p %t %c - %m%n
This will creates a root logger --> INFO and logs message to tomcat.log.
Each web application can override ROOT like I did for mana
Then you have to use
InitialContext # lookup("java:/comp/env/_Resource_Id_In_your_web_Xml").
As we said, if you want to inject dependencies to your classes, those classes
must be known by the container.
--Gurkan
From: marble4u
To: users@tomcat.
Chris;
This example is not mean that put your database architecture on top of this :)
Just shows that container injects the resource if you use container aware class.
Otherwise stick with JPA :)
Thanks;
--Gurkan
From: Christopher Schultz
To: Tomcat Users
up scripts
($CATALINA_HOME/bin/catalina.sh or %CATALINA_HOME%\bin\catalina.bat) totally
ignore the
contents of the CLASSPATH environment variable itself, and
instead build the System class loader from the following repositories:
I think that documentation is correct,
tConstruct(){
//Check datasource here
}
}
--Gurkan
From: marble4u
To: users@tomcat.apache.org
Sent: Wed, June 16, 2010 11:27:24 AM
Subject: Resource Annotation has no effect but JNDI Lookup works (JDBC Resource)
Hello everybody,
I have been struggel
pects/customers
etc.
Please also look at http://www.apache.org/licenses/LICENSE-2.0.txt about ASL V2
license items. (Specifically Item 4 :Redistribution)
If you have a specific question, you could ask it to the legal mailing list,
legal-disc...@apache.org
Thanks;
--Gurkan
_
Please have a look
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html
Thanks;
--Gurkan
2010/3/18 Narahari 'n' Savitha
> Friends:
>
> I have the following setup.
>
> A Jar file with a class called DBConnectionUtil that reads a specific
&g
Also remove "" from CATALINA_OPTS, like this
set CATALINA_OPTS=-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8050
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
2010/3/16 Gurkan Erdogdu
>
> try
>
> servi
try
service:jmx:rmi:///jndi/rmi://localhost:8050/jmxrmi
--Gurkan
2010/3/16 Richard John
> I want to monitor the Tomcat server remotley with jconsole.
>
> I added the properties described in
> http://tomcat.apache.org/tomcat-6.0-doc/monitoring.html
>
>
binding nature of the contents shall be implied or assumed unless the sender
> does so expressly with due authority of Comviva Technologies Limited. E-mail
> and any contents transmitted with it are prone to viruses and related
> defects despite all efforts to avoid such by Comviva Technologies Limited.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
--
Gurkan Erdogdu
http://gurkanerdogdu.blogspot.com
then you answer question :)
2010/3/15 Mercy
> Hi Gurkan,
>
> it's false;
>
> regards,
> Mercy
>
>
> Gurkan Erdogdu wrote:
>
>> -Dcom.sun.management.jmxremote.authenticate=$JMX_SSL_ENABLED
>>
>> what is the $JMX_SSL_ENABLED value?
>&
# ${USER_NAME} ${PASSWORD}
>
> mercy mercy
> admin admin*
>
>
> I run the JConsole to connect JMX on Tomcat after lunching it , it allows
> to access whether there is an authentication info or not.
>
>
>
> Please tell me how to enable authentication, thanks in advance.
>
> Kind regards,
> Mercy
>
>
>
--
Gurkan Erdogdu
http://gurkanerdogdu.blogspot.com
elcome, for any questions please use our user or developer
lists.
Thanks;
Gurkan Erdogdu
http://gurkanerdogdu.blogspot.com
O messages
are written to the console related with stopping operation like below;
.
INFO : Stopping service CATALINA
INFO : Stopping Coyote HTTP/1.1 on http-8080
But never shut downs cleanly and waits there. If you look at the MBean view
now, some of them are removed.
WDYT?
Thanks;
--Gurkan
it possible to restart tomcat using ant ? I googled and found out
> that its possible using build.xml file.
> Any example ?
>
> Thanks and Regards,
>
> Kaushal
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
--
Gurkan Erdogdu
http://gurkanerdogdu.blogspot.com
Hi,
We started using tomcat5.5.17 (used to use tomcat4).
so far, I have moved all webapp/lib/*.jar to tomcat5 webapp/lib
As of now tomcat5 common/lib and tomcat4 common/lib have different jar files.
And also I had to do some changes with server.xml.
It seems like my logger are no longer working an
I want to configure Tomcat so that I can have three hostnames live
on the same physical machine, but each have their own separate areas.
with one instance of Tomcat?
Users would hit URL's such as:
http://host1/
http://host2/
http://host3/
where each host should have its own webapps directory on
Hi,
We used to use tomcat4 and start using tomcat5(start using different DB also).
Basically I have copied server.xml (tomcat4) to server.xml(tomcat5) with
minimal
changes. Did same thing for web.xml files also.
Other two webapps work fine so far, but I am having problem to get running
third
one w
Hi,
I have been trying to store session informations in the disk by using >>>. I am constantly getting error below for JDBC
connection string and I do have tried & instead of &, then I get connnection
is null error. I have posted my
*
Hi,
I have been trying to test Clustering with Tomcat5 and installed rpms from
jpackage.org and using these rpms:
tomcat5-servlet-2.4-api-5.0.30-11jpp, tomcat5-5.0.30-11jpp,
tomcat5-jasper-5.0.30-11jpp
I have been trying to use an example from OReilly site and I have three VMWARE
(virtual machine
23 matches
Mail list logo