java - 404 error when deploying through TomCat manager connected with IIS 8.5 -
java - 404 error when deploying through TomCat manager connected with IIS 8.5 -
we having issues our deployment. need deploy remote tomcat-container accessed through iis 8.5 tomcat connector apache. followed guide @ next resources when installed connector:
https://confluence.atlassian.com/pages/viewpage.action?pageid=376210448#configuringtomcat-connectorforiis8.0(windowsserver2012orwindows8)-step1.installandconfiguretheajpconnector file size not big iis 8.5 (the file size 50mb) http://tomcat.apache.org/connectors-doc/webserver_howto/iis.htmlof can see, .war file gets uploaded when should deployed, returned 404 page, telling page doesnt exist , application not deployed.
things have checked , double checked configuration for:
file size limits in tomcat configuration (the file not big tomcat) security access tomcat service user (network services), tomcat has access folders needs unpacking .war etc. alot of other things while grasping answerthe logs of tomcat , iis doesnt give clue why issue exists, can see accessed manager , performed set operation, nil else... have set log level fine, still no clue. logs of iis not give clues issue is.
we thinking issue lies within iis 8.5 , connector cant find it.
thankful might think potential issue. there other connectors tomcat 7.0.55 / iis 8.5 might better?
thanks / david
hmm, issue related max upload-sizes in iis 8.5
we read in documentation iis 8.5 has 2gb upload limits posted question above thought had double check it. set 30mb... trivial answer... im leaving here in case else gets same issue
java tomcat iis deployment tomcat7
Comments
Post a Comment