Search code examples
javaeclipsespring-tool-suitetcserver

How to setup TC Server Developer Edition (in STS) and accessing a UNC path


I Have a java project running in Spring Tool Source IDE in an instance of TC Server Developer Edition and I need to access a UNC path share on our network.

How do I configure the TC Server Developer Edition to use our "Service Account" that has been granted access to the share on our network?

I read that for Apache Tomcat you could just configure the windows service, but the dev version of TC Server I have, it does not seem to have a service installed.


Solution

  • From my own research, all I've been able to discover is that if the user has access to the UNC share, the dev ed. of TC Server has that access as well. So, whatever user the STS IDE was started under, the TC Server will have the same access.