Go to Workspace Properties – Application Servers.
I tried to configure Tomcat 5 paths to append to a library path.
Clicked Dir button and selected something from C:\Program Files\…
When I run the server, I get a error stating cannot find File\…
It appears that the space between Program and Files in the directory is not treated as a directory (i.e., the space is not escaped out, but trated as some part of the directive and the stuff before the space is ignored.
As I do not have a C:\Files\… directory on my drive, this fails to start my server appropriately.
Thanks,
Kevin.