Re: [OT] [Fwd: TomEE Professional Support]

2013-11-13 Thread Gurkan Erdogdu
. 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

Re: [OT] [Fwd: TomEE Professional Support]

2013-11-13 Thread Gurkan Erdogdu
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

[Book Information] Apache TomEE Cookbook

2013-08-22 Thread Gurkan Erdogdu
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

Re: how can i configure Tomcat's log4j to log in a separate file for each webapp?

2010-06-18 Thread Gurkan Erdogdu
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

Re: Resource Annotation has no effect but JNDI Lookup works (JDBC Resource)

2010-06-17 Thread Gurkan Erdogdu
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.

Re: Resource Annotation has no effect but JNDI Lookup works (JDBC Resource)

2010-06-16 Thread Gurkan Erdogdu
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

Re: Tomcat 6.0 documentation: is classloading description correct?

2010-06-16 Thread Gurkan Erdogdu
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,

Re: Resource Annotation has no effect but JNDI Lookup works (JDBC Resource)

2010-06-16 Thread Gurkan Erdogdu
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

Re: Question about licensincing of tomcat 6 latest

2010-06-10 Thread Gurkan Erdogdu
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 _

Re: jndi global look up questions

2010-03-17 Thread Gurkan Erdogdu
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

Re: Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Gurkan Erdogdu
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

Re: Can't connect remotely to Tomcat via JMX on Windows

2010-03-16 Thread Gurkan Erdogdu
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 > >

Re: Tomcat 6 on RHEL3

2010-03-16 Thread Gurkan Erdogdu
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

Re: JMX authentication failure

2010-03-15 Thread Gurkan Erdogdu
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? >&

Re: JMX authentication failure

2010-03-15 Thread Gurkan Erdogdu
# ${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

Apache OpenWebBeans Supports Tomcat

2010-03-15 Thread Gurkan Erdogdu
elcome, for any questions please use our user or developer lists. Thanks; Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Stopping Catalina From MBean Server

2010-03-11 Thread Gurkan Erdogdu
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

Re: Deploy war

2010-03-03 Thread Gurkan Erdogdu
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

loggers no longer working

2006-09-15 Thread gurkan
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

Three hostnames in one instance of tomcat

2006-09-13 Thread gurkan
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

Failed authenticate() test ??

2006-09-12 Thread gurkan
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

session storing on disk

2006-03-09 Thread gurkan
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 *

"mcastClusterDomain" is missing

2006-03-06 Thread gurkan
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