You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Limin Zhang <lz...@eller.Arizona.EDU> on 2005/01/13 20:58:45 UTC

how to load outside configuration file in tomcat 5

hello!

i'm using a 3rd party natural language processing tool (API) in my web 
application. the NLP tool needs a configuration file (NLPRegistry.cfg) to 
run properly. i specified the absolute path in the program, but somehow 
tomcat 5 can't find the configuration file.  it simply gives following 
error message:

[http-9000-Processor25]No registry file given process document
Something went wrong: java.lang.Exception: Cannot open the 
null\data\null\lexicon\\ java.io.FileNotFoundException: 
null\data\null\lexicon  (The system cannot find the path specified)

how can i let tomcat find the configuration file?  thanks a lot for any 
help!!

Limin

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org