Где должен находиться файл jpos.xml для приложения JavaPos Tomcat? - PullRequest
0 голосов
/ 02 июня 2010

Я пытаюсь добавить новый драйвер в нашу систему под управлением Tomcat. Поставщик предоставил драйвер JavaPos, у меня вопрос, куда поместить файл jpos.xml, чтобы Tomcat мог его найти?

Я пытался поместить его в tomcat \ common \ classes, но все еще получаю JPOSException «Служба не существует в загруженном реестре JCL», когда я пытаюсь ее открыть. Помогите!


Да, правильно, JavaPOS. Я интегрирую JavaPos в существующее клиентское приложение Tomcat и хотел бы знать правильное место (в расширенном файле war) для размещения jpos.xml, а также jpos.properties.

Большое спасибо, Фред.

Ответы [ 2 ]

0 голосов
/ 08 декабря 2015

Не знаю, поможет ли это пятилетнему вопросу!

/*
 * If you want to place the jpos.xml file elsewhere on your local file
 * system then uncomment the following line and specify the full path to
 * jpos.xml.
 *
 * If you want to place the jpos.xml file on a webserver for access over the
 * internet then uncomment the second System.setProperty line below and
 * specify the full URL to jpos.xml.
 */
System.setProperty( JposPropertiesConst.JPOS_POPULATOR_FILE_PROP_NAME, "jpos.xml" );
//System.setProperty(JposPropertiesConst.JPOS_POPULATOR_FILE_URL_PROP_NAME, "http://some-where-remote.com/jpos.xml");

System.setProperty("jpos.loader.serviceManagerClass", "jpos.loader.simple.SimpleServiceManager");
System.setProperty("jpos.util.tracing.TurnOnNamedTracers", "JposServiceLoader,SimpleEntryRegistry,SimpleRegPopulator,XercesRegPopulator");
System.setProperty("jpos.util.tracing.TurnOnAllNamedTracers", "ON");
0 голосов
/ 24 июня 2010

Я думаю, что вы говорите о JavaPOS, а не о jPOS?

...