Consultor Eletrônico



Kbase P13567: WSTK: apps-wsa.xml file not well formated
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/30/2003
Status: Unverified

FACT(s) (Environment):

Web Services

SYMPTOM(s):

Space missing in wstk_jse_config.doc

apps-wsa.xml file not well formated

WSTK 1.0A1B

CAUSE:

Bug# 20021112-004

CAUSE:

In step 5 of the Java Servlet Engine Installation Guide (wstk_jse_config.doc ) for configuring Tomcat 3.3.1, on page 2 of the document, a sample apps-wsa.xml file is shown.
This omits the space between two of the attributes of the "Context" node in the line:

"debug="0"reloadable="false" >",

which causes the XML file to have an invalid format.

FIX:

This is a known issue in the beta version of WSTK.
The line should read "debug="0" reloadable="false" >".

This has been fixed in 1.0A.