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
64&e=a052bfdbb3 > > X-MC-User: 9781cf0ccdac7604f1f7fd52e > > x-accounttype: ff > > List-Unsubscribe: <mailto:unsubscribe-9781cf0ccdac7604f1f7fd52e- > > 105b909b64-a052bfd...@mailin1.us2.mcsv.net?subject=unsubscribe>, &l

[Book Information] Apache TomEE Cookbook

2013-08-22 Thread Gurkan Erdogdu
Hi Tomcat users, I have written a small cook book about Apache TomEE (Apache Tomcat + Web Profile Stack). My book "Apache TomEE Cookbook" published by Amazon Create Space. This is the first book in the market related to Apache TomEE. I thought that you can also interest with this book. You can

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

2010-06-18 Thread Gurkan Erdogdu
Hello dB; This is the step by step actions to configure your log4j logging in one place in Tomcat "lib/log4j.properties" Actions - 1- Remove logging.properties from conf/logging.properties 2- Remove tomcat-juli.jar from bin/tomcat-juli.jar 3- Get "tomcat-juli.jar" and "tomca

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.apache.org S

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

2010-06-16 Thread Gurkan Erdogdu
List Sent: Thu, June 17, 2010 2:37:05 AM Subject: Re: Resource Annotation has no effect but JNDI Lookup works (JDBC Resource) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gurkan, On 6/16/2010 10:44 AM, Gurkan Erdogdu wrote: > Please define some servlet and try with it, > > class

Re: Tomcat 6.0 documentation: is classloading description correct?

2010-06-16 Thread Gurkan Erdogdu
Use "Class Loader Definitions" carefully, System - This class loader is normally initialized from the contents of the CLASSPATH environment variable. All such classes are visible to both Tomcat internal classes, and to web applications. However, the standard Tomcat 6 startup scripts ($CATALI

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

2010-06-16 Thread Gurkan Erdogdu
What is a TestClass? Tomcat has no knowledge about your class for injection occurs. Please define some servlet and try with it, class TestClass extends HttpServlet{ private @Resource(name="jdbc/TestDb") DataSource datasource; @PostConstruct public void postConstruct(){

Re: Question about licensincing of tomcat 6 latest

2010-06-10 Thread Gurkan Erdogdu
Hello Kartikey; You could use with giving required "NOTICE" for the Apache Tomcat (Apache Tomcat NOTICE file includes notices, http://svn.apache.org/repos/asf/tomcat/trunk/NOTICE) and your product must include "ASL V2 license text file" that is readable by your prospects/customers etc. Please

Re: jndi global look up questions

2010-03-17 Thread Gurkan Erdogdu
> > Context parentcontext = new InitialContext(); > Datasource ds = context.lookup("jdbc/windsDS"); > > Is there a way to do jndli direct global lookup ? > > -Narahari > -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

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
users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

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
Hello; Environment : Tomcat 6.0.20 OS : XP Professional 2002 SP3 Is anybody try to stop the catalina engine from jconsole. I have been using Tomcat 6.0.20, and trying to stop Catalina from jconsole. I click "Catalina/Service/Catalina/Operations/stop" on the MBean view. INFO messages

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