Re: Tomcat Silent Remote Uninstall - How to do it?

2018-04-20 Thread Alex O'Ree
Pretty sure there is a script in the bin folder that can be ran from an elevated the command line. Something like 'service install', then call 'net start tomcat8' On Fri, Apr 20, 2018 at 4:53 PM, < ross.a.reichenber...@wellsfargo.com.invalid> wrote: > Hello, > I need to know how to silently remot

Tomcat Silent Remote Uninstall - How to do it?

2018-04-20 Thread Ross.A.Reichenberger
Hello, I need to know how to silently remotely uninstall Tomcat (8.0.23) on 2012R2 64 bit server? I have many servers that I need to uninstall this version from so that I can install an updated version. I know there is a silent install command but I have not been able to find a silent uninstall

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread chandra sekhar
I think service name should be there.Can you tell me how to check this? On Fri, Apr 20, 2018 at 1:43 PM, John Dale wrote: > Do you have the service name specified in your DBCP metadata? > > On Fri, Apr 20, 2018 at 11:18 AM, chandra sekhar > wrote: > > 5000 > > > > On Fri, Apr 20, 2018 at 1:03 P

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread John Dale
Do you have the service name specified in your DBCP metadata? On Fri, Apr 20, 2018 at 11:18 AM, chandra sekhar wrote: > 5000 > > On Fri, Apr 20, 2018 at 1:03 PM, John Dale wrote: > >> what is the value for max connections in your pool? >> >> >> On Fri, Apr 20, 2018 at 10:38 AM, chandra sekhar >

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread chandra sekhar
5000 On Fri, Apr 20, 2018 at 1:03 PM, John Dale wrote: > what is the value for max connections in your pool? > > > On Fri, Apr 20, 2018 at 10:38 AM, chandra sekhar > wrote: > > Hi John, > > > > Thanks for the response! > > Without giving this "jdbc:oracle:thin" parameter in default.xml other >

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread John Dale
what is the value for max connections in your pool? On Fri, Apr 20, 2018 at 10:38 AM, chandra sekhar wrote: > Hi John, > > Thanks for the response! > Without giving this "jdbc:oracle:thin" parameter in default.xml other Apex > environments are working fine.Please suggest.. > > On Fri, Apr 20, 20

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread chandra sekhar
Hi John, Thanks for the response! Without giving this "jdbc:oracle:thin" parameter in default.xml other Apex environments are working fine.Please suggest.. On Fri, Apr 20, 2018 at 12:29 PM, John Dale wrote: > if I remember correctly, oracle requires the name of its database > service in the con

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread John Dale
if I remember correctly, oracle requires the name of its database service in the connection parameters (aka schema). Try something like: jdbc:oracle:thin:someuser@//myhost:1521/myservicename If you aren't doing a thin connection, I'm sure the same principle still applies. Oracle likes the schema

Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread chandra sekhar
Hi, We were recently installed and configured Apex on two servers and did the Load balance.We were facing the issue like "Oracle REST Data Services Unavailable" and we found the below error messages in the catalina.out Can anybody suggest me. Error Message: == Caused by: java.sql.SQLExcep

users@tomcat.apache.org

2018-04-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Noppadol, On 4/20/18 3:47 AM, NOPPADOL CHAROENWATTANAPHOKAEW (GSO1-ECS-CCS) wrote: > I would like to ask how to fix the problem when Tomcat 7.0.68 > always remember the old config file (tomcat-users.xml). > > The old config used to be username=”adm

RE: setupenv.sh

2018-04-20 Thread Cheltenham, Chris
Thanks buddy I assumed that but you never know, and I don't like to assume. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Robert Sulliman Sent: Friday,

RE: setupenv.sh

2018-04-20 Thread Cheltenham, Chris
I see thank you. Seems like a unneeded option unless you are running multiple platforms on the same machine. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- Fro

Re: setupenv.sh

2018-04-20 Thread Niranjan Babu Bommu
options -d32 and -d64 have been addd to the java launcher to specify whether the program is be run in a 32-bit or 64-bit env, this is valid only certain unix(solaris) env, windows and linux have their own 32-bit or 64-bit java installations. On Fri, Apr 20, 2018 at 8:32 AM, Cheltenham, Chris <

RE: setupenv.sh

2018-04-20 Thread Robert Sulliman
Hello, Running 'man java' should answer this question: -d32 Runs the application in a 32-bit environment. If a 32-bit environment is not installed or is not supported, then an error will be reported. By default, the application is run in a 32-bit environment unless

setupenv.sh

2018-04-20 Thread Cheltenham, Chris
Hello, I have been trying to find out what this meand starting up Tomcat to no avail. Please help. I mean -d64 that is. JAVA_OPTS="-d64" === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-

users@tomcat.apache.org

2018-04-20 Thread NOPPADOL CHAROENWATTANAPHOKAEW (GSO1-ECS-CCS)
Hi, I would like to ask how to fix the problem when Tomcat 7.0.68 always remember the old config file (tomcat-users.xml). The old config used to be username="admin" and password="admin". But now I want to change to something else and restart Tomcat service, It doesn't work. It still keep remem

users@tomcat.apache.org

2018-04-20 Thread NOPPADOL CHAROENWATTANAPHOKAEW (GSO1-ECS-CCS)
Hi, I would like to ask how to fix the problem when Tomcat 7.0.68 always remember the old config file (tomcat-users.xml). The old config used to be username="admin" and password="admin". But now I want to change to something else and restart Tomcat service, It doesn't work. It still keep rememb

users@tomcat.apache.org

2018-04-20 Thread NOPPADOL CHAROENWATTANAPHOKAEW (GSO1-ECS-CCS)
Hi, I would like to ask how to fix the problem when Tomcat 7.0.68 always remember the old config file (tomcat-users.xml). The old config used to be username="admin" and password="admin". But now I want to change to something else and restart Tomcat service, It doesn't work. It still keep remem