[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Location where project definitions are stored - with SrpginBoot toolset  XML
Forum Index -> Development
Author Message
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5510
Offline

(from mail conversation)

The toolset keeps a list of the projects (actually: mini-XML files pointing to the directory where the projects are located) in tomcattools/webapps/editor/config/projects (which is not totally beautifuly, but that's a different story...).

When using the toolset via SpringBoot (new from 20220425 on), then: where are these project files?

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5510
Offline

THe editor checks if it is running in exploded mode (like in Tomcat scenarios: the .war file is exploded into the webapps directory). If you it uses the optional servlet-API to access the directory directly.

If this optional API is not existing (because the servlet engine does directly work on the .war file) then the editor uses the general temp-directory of the user:

In Windows:


C:\Users\<user>\AppData\Local\Temp\cceditor\projects

Kind regards! Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team