Manager app text mode refuses to deploy

2018-04-05 Thread Daryl Stultz
Hello, We are upgrading from Tomcat 6 to tomcat8-8.5.23. We deploy our apps by preparing the fully exploded and configured directory in place under .../webapps/. autoDeploy of apps is false. We never use war files. After the app is staged we use the manager app to deploy it. This involves an

Re: Can you access my Manager App? http://24.0.5.14:8081/manager/html Tomcat/8.5.29, CentOS

2018-04-05 Thread Philip Rego
Ah sorry I dont know why I didn't look at the logs. Thank you for helping On Thu, Apr 5, 2018, 3:55 PM Mark Thomas wrote: > On 05/04/18 20:46, Mark Thomas wrote: > > > > > Looking. > > > > You need to remove conf/Catalina/localhost/context.xml > > It would help if everything

Re: Can you access my Manager App? http://24.0.5.14:8081/manager/html Tomcat/8.5.29, CentOS

2018-04-05 Thread Mark Thomas
On 05/04/18 19:55, Philip Rego wrote: > @ch...@christopherschultz.net > 1. $ ls $CATALINA_BASE > bin conf lib LICENSE logs NOTICE RELEASE-NOTES RUNNING.txt temp > webapps work > > When I run startup.sh it shows this: > $

Re: Can you access my Manager App? http://24.0.5.14:8081/manager/html Tomcat/8.5.29, CentOS

2018-04-05 Thread Mark Thomas
On 05/04/18 20:46, Mark Thomas wrote: > Looking. > > You need to remove conf/Catalina/localhost/context.xml > It would help if everything under work was world writeable as well. It is fixed but I can't start tomcat properly as the temp user due to file permissions. Tomcat is currently

Re: Connection closed error and certificateVerification="required"

2018-04-05 Thread Richard Tearle
On 4 April 2018 at 17:58, Mark Thomas wrote: > On 26/03/18 08:25, Richard Tearle wrote: > > > > Thanks. I've got the test application and UI running but I haven't yet > reproduced the problem. What parameters are you calling run-test.sh with? This usually get's a failure

Is LDAP connection failing?

2018-04-05 Thread Suvendu Sekhar Mondal
Hello Everyone, Recently in one of our environments I am seeing following log in Catalina.out. It seems that LDAP connection is failing. This issue is sporadic and goes away with Tomcat recycle. One interesting thing is "localhost:389" part. I could not find out any configuration related to

tomcat

2018-04-05 Thread Cheltenham, Chris
There is a behavior I see in tomcat at times which is puzzling to me. Sometimes when I start up tomcat it doesn't log anything. Maybe I am restarting ti to fast? I don't have any other symptoms to report other than . sometimes when a start tomcat it does not log anything. Does

Re: Can you access my Manager App? http://24.0.5.14:8081/manager/html Tomcat/8.5.29, CentOS

2018-04-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Philip, On 4/5/18 12:37 AM, Philip Rego wrote: > http://24.0.5.14:8081/manager/html Reach? Yes. Login? No. > *tomcat-users.xml* > http://tomcat.apache.org/xml; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; >

Re: Can you access my Manager App? http://24.0.5.14:8081/manager/html Tomcat/8.5.29, CentOS

2018-04-05 Thread Konstantin Kolinko
>> Why can't I log in? I get a 401 error when I try with any these >> users. Do I have them set correctly? The 401 error said I can get >> access by adding the user "tomcat" like I so. I also read the >> documentation >>

Re: tomcat

2018-04-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 4/5/18 9:08 AM, Cheltenham, Chris wrote: > There is a behavior I see in tomcat at times which is puzzling to > me. > > Sometimes when I start up tomcat it doesn’t log anything. To which files? Any of them? > Maybe I am restarting it

RE: tomcat

2018-04-05 Thread Cheltenham, Chris
Chris, Thanks for answering. It's not a big problem just a bit annoying. I created a system service. Maybe I did not format it correctly. What si generally do is stop tomcat #systemctl stop tomcat And then blow out the /opt/apache-tomcat/logs files. Then restart it as #systemctl start tomcat.

Re: Is LDAP connection failing?

2018-04-05 Thread Luis Rodríguez Fernández
Hello Suvendu, May I ask you to share your JNDIRealm configuration? For me something like this works: Hope it helps, Luis 2018-04-05 15:32 GMT+02:00 Suvendu Sekhar Mondal : > Hello Everyone, > > Recently in one of our environments I am seeing following log in >

RE: tomcat

2018-04-05 Thread Cheltenham, Chris
Certainly, I took this from digital oceans posted web page on how to. I am not sure what the umask is doing there either but it doesn't keep tomcat from functioning. I also tried to run this as a non-root user but I was overruled by management for the time being. # Systemd unit file for

Re: tomcat

2018-04-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 4/5/18 11:13 AM, Cheltenham, Chris wrote: > Thanks for answering. It's not a big problem just a bit annoying. > > I created a system service. Maybe I did not format it correctly. > > What [I] generally do is stop tomcat #systemctl stop

Re: Can you access my Manager App? http://24.0.5.14:8081/manager/html Tomcat/8.5.29, CentOS

2018-04-05 Thread Philip Rego
@ch...@christopherschultz.net 1. $ ls $CATALINA_BASE bin conf lib LICENSE logs NOTICE RELEASE-NOTES RUNNING.txt temp webapps work When I run startup.sh it shows this: $ $CATALINA_BASE/bin/startup.sh Using CATALINA_BASE: /opt/tomcat Using CATALINA_HOME: /opt/tomcat Using