TeamCity server startup error -- Could not obtain the servlet real path
I get the following error:
TeamCity server startup error
Could not obtain the servlet real path. Check the servlet engine settings.
Environment:
WebLogic Server Version: 10.3.6.0
Java Version: 1.7
TeamCity Version: 8.1.3
So I added WEB-INF/weblogic.xml
=====================================
<container-descriptor>
<show-archived-real-path-enabled>true</show-archived-real-path-enabled>
</container-descriptor>
</weblogic-web-app>
=====================================
I still get the same error after adding weblogic.xml.
Anybody experience this issue on WebLogic? The original 8.1.3 war file deploy successfully on JBoss, Oracle Application Server and Tomcat.
This error seems to be specific to WebLogic, but this is my target deployment container.
Please sign in to leave a comment.
I'm experiencing the same issue. Is there any way to configure TeamCity so that the paths can be provided to TeamCity and are not needed to be retrieved? Maybe with a Deployment Plan?
Thanks,
Steve
Hi,
WebLogic is not supported by TeamCity. We have feature request - http://youtrack.jetbrains.com/issue/TW-4394, please comment and vote.