PDA

View Full Version : can't find a font


coszmin
10-18-2004, 02:11 PM
Hi ,
I'm trying to run the hello world program on a standalone tomcat app , with the WEB-INF of the lps-22 copyed into the WEB-INF of my application .

When I try to run the test.lzx file i get this :

test.lzx:3:11: default font verity\verity11.ttf missing java.io.FileNotFoundException: verity\verity11.ttf

any sugestions ?

thanks

coszmin
10-18-2004, 02:33 PM
after reading some more here i've also tried , copying the entire Server/lps-2.2/ directory into the www of my webapp and deploying it on tomcat .

First notable thing now was the web.xml was not found , even though it's in the same /www/WEB-INF/ . When trying to access the root dir of the installed app , i get a black file listing , then any file i call it's not found .

It sounds a bit like a tomcat / ant problem but i've checked ant well , and the tomcat logs and all seems fine , including other appls deployed on the server

edit : all of this is happening on tomcat5.0.28

bloch
10-18-2004, 02:57 PM
See http://www.laszlosystems.com/developers/community/forums/showthread.php?s=&threadid=1144

for a pointer to another thread that describes how to piece apart the lps webapp to include the bits you need.

-Eric

coszmin
10-18-2004, 03:22 PM
thanks , this will help