4.0.3 Express setup fails
![]()
For the moment I do not need more than the express setup for a first contact with jts.
I tried on a virtual SLES 11 and as it did not work then on a Win 7-64 workstation. (correct versions of course!) I think the prepared installation is very, very poor. After finding out SSL configuration for tomcat must be done manually, I did so, and now I can access tomcat over SSL. Calling https://qualified.host-name.local:8443/jts/setup as told fails with 404 i.e. not found. No surprise, within the web context base directory I have no file which could by far correspond to any kind of setup. I have the web.xml, and 2 directories one called "eclipse", the other "lib". The content of those directories seems to me to be more eclipse related, than for a web application! I tried setup from the commandline too. e.g.
repotools-jts.bat -setup repositoryURL=https://
qualifizierter.Hostname.com
:8443/jts adminUserID=
ADMIN
adminPassword=
ADMIN
But this doesen't help neither! So I downloaded the zip file to have a look into it. But also in the zip I only do have the same mentioned content, so I guess no other result. What must I download to have a first look into JTS? The aim is to integrate my own SW into it for easy access and use.
|