0

This is my Context definition:

<Context docBase="../myupperProject/" path="/something" />

If I let this run in tomcat the problem is that tomcat adds a absolute path like

c:\something\something../myupperProject

How can I get rid of the first part? I just want to tell tomcat to use a upper folder.

Brian Tompsett - 汤莱恩
  • 5,195
  • 62
  • 50
  • 120
Androidewbie
  • 345
  • 3
  • 13

1 Answers1

0

Solved it with maven. The parameter is exchanged with the maven resource filtering.

Androidewbie
  • 345
  • 3
  • 13