Reloading context.xml

2012-10-05 Thread Anjib Mulepati
Hi All, Quick question. If I made change to (\META_INF\context.xml) file do i have to restart tomcat server to load changes? Thanks - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: Site down?

2012-09-11 Thread Anjib Mulepati
Its up and running http://tomcat.apache.org/ On 9/11/2012 1:41 PM, Pierre Goupil wrote: Good evening, It looks like Tomcat's site is down! Regards, Pierre - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Connection between Web Application and DB

2012-04-23 Thread Anjib Mulepati
Hi All, I have my DB and web application running in different machine. And whenever my DB machine restart my application fail since it can't connect to the DB. I have to restart my application every time my DB start. I am using Struts Plug-in to load connection information from web.xml file a

Tomcat-DB Connection problem

2012-02-27 Thread Anjib Mulepati
Hi All, I have DB and application in two different machine. My DB is Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production. And my applciation is in Tomcat 6.0.20. I have following in resource My problem is every time I restart DB machine I have to restart the tomcat to

Re: Tomcat as Application Server

2012-02-17 Thread Anjib Mulepati
So can I say Tomcat is Web Server but doesn't not support as full application Server? On 2/17/2012 11:20 AM, David kerber wrote: On 2/17/2012 11:10 AM, Anjib Mulepati wrote: Hi All, I was reading an old article (http://www.javaworld.com/javaworld/jw-01-2008/jw-01-tomcat6.html?page=1)

Tomcat as Application Server

2012-02-17 Thread Anjib Mulepati
Hi All, I was reading an old article (http://www.javaworld.com/javaworld/jw-01-2008/jw-01-tomcat6.html?page=1) about Tomcat to find out whether Tomcat can be used as application serve or not. This article list that Tomcat 6.x support following features: ·WAR file deployment ·JNDI resources

Re: DB Connection error

2012-01-09 Thread Anjib Mulepati
oracle.net.nt.ConnOption.connect(ConnOption.java:123) at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:353) ... 35 more On 1/9/2012 12:03 PM, Propes, Barry L wrote: Are you getting any kind of error in the logs? -Original Message- From: Anjib Mulepati [mailto:anji...@hotmail.com] Sent

Re: DB Connection error

2012-01-09 Thread Anjib Mulepati
oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:392) at org.apache.tomcat.dbcp.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:208) at com.anjib.dao.oracle.Table1DAO.getAll(Table1DAO.java:197) ... 21 more On 1/9/2012 10:33 AM, Chema wrote: 2012/1/9 Anjib Mulepati: I did change my

Re: DB Connection error

2012-01-09 Thread Anjib Mulepati
I did change my config.xml to And this morning when DB restart I had to restart the tomcat to get connection. What can be other solutions? On 1/3/2012 3:33 PM, Propes, Barry L wrote: I also have the following attributes in mine, for what it's worth. maxIdle="30" maxWait="1"

Re: DB Connection error

2012-01-03 Thread Anjib Mulepati
On 1/3/2012 1:12 PM, Chema wrote: 2012/1/3 Anjib Mulepati: Hi All, One simple question If I have JINDI configuration in my application will my application reconnect to the DB whenever my DB gets restart. I am having DB connection problem every Monday since our DB get restarted on weekends

DB Connection error

2012-01-03 Thread Anjib Mulepati
Hi All, One simple question If I have JINDI configuration in my application will my application reconnect to the DB whenever my DB gets restart. I am having DB connection problem every Monday since our DB get restarted on weekends which we don't have control of. I am using Tomcat 6.0.20 Thank

Re: JNDI configuration with 6.0.29

2011-09-08 Thread Anjib Mulepati
tp11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:662) On 9/8/2011 5:11 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anjib, On 9/8/2011 4:

Re: JNDI configuration with 6.0.29

2011-09-08 Thread Anjib Mulepati
this.dataSource = ds; } @Override public GroupInterface createGroupManager() { GroupImpl manager = new GroupImpl(); manager.setDataSource(dataSource); return manager; } } On 9/8/2011 4:33 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE-

Re: JNDI configuration with 6.0.29

2011-09-08 Thread Anjib Mulepati
ultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anjib, On 9/7/2011 12:57 PM, Anjib Mulepati wrote: I did checked the XML file and it looks correct to me. Following is the content: It probably has no bearing on this particular problem, but the "path" attribute is illeg

Re: JNDI configuration with 6.0.29

2011-09-08 Thread Anjib Mulepati
.java:1913) org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449) javax.servlet.http.HttpServlet.service(HttpServlet.java:617) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) On 9/8/2011 2:43 PM, Felix Schumacher wrote: Am Mittwoch, den 07.09.2011, 10:22 -0500 schrieb Anjib Mulepati:

Re: JNDI configuration with 6.0.29

2011-09-08 Thread Anjib Mulepati
(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:662) On 9/7/2011 5:40 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anjib, On 9/7/2011 12:57 PM, Anjib Mulepati wrote: I did checked the XML file and it looks correct to me. Following is the content: It

Re: JNDI configuration with 6.0.29

2011-09-07 Thread Anjib Mulepati
i change to and still same problem. On 9/7/2011 12:31 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anjib, On 9/7/2011 12:21 PM, Anjib Mulepati wrote: I did checked the XML file and it looks correct to me. Following is the content: It probably has no

Re: JNDI configuration with 6.0.29

2011-09-07 Thread Anjib Mulepati
I did checked the XML file and it looks correct to me. Following is the content: It probably has no bearing on this particular problem, but the "path" attribute is illegal here. Isn't that context path of web applciation is specified with the "path" attribute. http://tomcat.apache.org/tom

Re: JNDI configuration with 6.0.29

2011-09-07 Thread Anjib Mulepati
- Hash: SHA1 Anjib, On 9/7/2011 11:22 AM, Anjib Mulepati wrote: Yes I am positive If you have changed your META-INF/context.xml without doing an undeploy/redeploy, Tomcat may be using an older version of the deployment descriptor than you think it is. Take a look at CATALINA_BASE/conf/Catalina

RE: JNDI configuration with 6.0.29

2011-09-07 Thread Anjib Mulepati
Yes I am positive Anjib Man Mulepati 409-225-6216 > Subject: Re: JNDI configuration with 6.0.29 > From: felix.schumac...@internetallee.de > Date: Wed, 7 Sep 2011 17:17:21 +0200 > To: users@tomcat.apache.org > > > > Anjib Mulepati schrieb: > > >Hi

JNDI configuration with 6.0.29

2011-09-07 Thread Anjib Mulepati
DataSource) envCtx.lookup("jdbc/dynic"); } catch (NamingException e) { throw new DAOException("Tomcat JNDI setup failed", e); } this.dataSource = ds; }

RE: JNDI configuration with 6.0.29

2011-09-07 Thread Anjib Mulepati
ception("Tomcat JNDI setup failed", e); } this.dataSource = ds; } Anjib Man Mulepati 409-225-6216 > Date: Wed, 7 Sep 2011 10:55:19 +0100 > From: p...@pidster.com > To: users@tomcat.apache.org > Subject: Re: JNDI configuration with 6.0.29 > > On 06/09/2

JNDI configuration with 6.0.29

2011-09-06 Thread Anjib Mulepati
Hi All, I am trying to setup JNDI mapping for oracle JDBC Connection Pooling with Tomcat 6.0.29. This is giving me following error javax.naming.NameNotFoundException: Name dynic is not bound in this Context org.apache.naming.NamingContext.lookup(NamingContext.java:770) org

Setting max file upload size

2010-12-29 Thread Anjib Mulepati
I am trying to upload the larger file through my app developed using Struts 1.3.8. I did change the config in struts to upload file upto 3GB but that doesn't work. So now I am trying to find the configuration in Tomcat where I can set the max size for file upload. Is there any? Anjib --