All, A Servlet I look after uses Eteks PJA ToolKit for fonts. I tried accessing a HTML page generated by the Servlet that uses the fonts:
==== HTTP/1.1 200 OK Date: Wed, 27 Mar 2002 16:39:53 GMT Server: Apache/1.3.22 (Unix) Content-Type: text/html Keep-Alive: timeout=15, max=97 Connection: Keep-Alive, close Transfer-Encoding: chunked, chunked WebApp: Error 500 (File: pr_warp.c Line: 369) Communitcation interrupted ==== A ps -ef revealed that TomCat had stopped. The last thing in catalina.out is a reference to the Servlet not being able to find the fonts: ==== Font specified in font.properties not found [-b&h-lucida sans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1] No fonts were found in '/usr/local/tomcat/webapps/dial/WEB-INF/fonts'. ==== The fonts are there, but even if they weren't, TomCat shouldn't just crash! Should it? Odd! There's an extra letter t in "communication"... Thanks, John -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
