From:
<S.S...@au...> - 2003-04-05 13:25:05
|
Hello, I have significantly changed the way the client locates its configuration file. I created a openSST-client.war file that can be deployed on tomcat as well This should reduced the complexity to start the client since all config files are now relative to the localhost:8080 URL instead of my local directory structure. The changes are commited to CVS I know have to rewrite the readme to decsribe step by step what needs to be done to start the whole think, starting from an empty machine :-) This involves compiling the code but also signing libs (to be distributed with JWS), creating the server key pair, the user db etc ... I'll try to do this next week Seb On jeudi, avr 3, 2003, at 19:26 Europe/Brussels, jyo...@ne... wrote: > In the meantime, I would like to understand what has been achieved so > far in this project. I tried installing the prototype, but my attempt > has been unsuccessful. I followed the instructions from the > README.html page, I was able to start the key generator, but when I > tried to start Tomcat (by issuing ./startup.sh), a NULL pointer > exception is thrown, and things don't quite work the way we want them > to. Am I going off the track in understanding things here? Please let > me know. > normally, tomcat shoudl start silently without any error. The tomcat code is only activated when the first request arrives... any tomcat error before handling the fisrt opensst request is probably not linked with opensst itself. May I suggest you to subscribe on the developer mailing list, this will make our conversations more easy to archive :-) Thanks Seb |