Re: Locating WebAppConfig file in embedded tomcat

2015-04-28 Thread Benjamin Rogge
, Paths.get(this.tomcat.getHost().getAppBase(), webapp-name).toAbsolutePath().toString()); - Is there a special working directory expected, while using an embedded Tomcat? 2015-04-28 15:06 GMT+05:30 Benjamin Rogge tom...@benjamin-rogge.de: Hello, we use an embedded Tomcat and are trying

Locating WebAppConfig file in embedded tomcat

2015-04-28 Thread Benjamin Rogge
. My questions are: - What are the correct parameters for Tomcat.addWebapp(String contextPath, String docBase)? - Is there a special working directory expected, while using an embedded Tomcat? Thanks in advance for any support, Benjamin Rogge