Hi, I suppose your servlet environment settings are not right. Please check the jserv.propertie file. The servelt expect the classpath environment below.
If servlet envoronment is not set,test servlet shouldn’t work.But test servlet working fine.
The log file having this [06/12/2001 12:01:46:483 GMT+05:30] sri/com.softwareag.tamino.API.servlet.TaminoTest: init [06/12/2001 12:04:45:811 GMT+05:30] styler/com.softwareag.tamino.API.servlet.TaminoFilter: init [06/12/2001 12:04:45:811 GMT+05:30] styler/com.softwareag.tamino.API.servlet.TaminoFilter: (i) List of all knwon servlet init args: [06/12/2001 12:04:45:811 GMT+05:30] styler/com.softwareag.tamino.API.servlet.TaminoFilter: (i) list finished ---------
The server log file like this [Thu Dec 06 14:18:45 2001] [notice] Handler ino(v1.30.1.1): successfully initialized [Thu Dec 06 14:23:44 2001] [error] (2)No such file or directory: Handler ino(v1.30.1.1): gethostbyname failed.
It is failed at Filter class.
Please check this and give sugessitions to overcome this.
This is not the same example as above. (confusing)
The new example is using a relative XSL reference For this to work you must have the style sheet doctype in the SAME collection as the target document.
I recommend creating an xsl:stylesheet doctype in the same collection (trail?) and the query
Hi, please check your zone.properties file. The servelt expect a lot of init arguments. Please compare the entries below against your zone.properties entries.
# Init the content type of the response document servlet.styler.initArgs=contenttype=text/xml # Switch the stylesheet cache on respectively off . servlet.styler.initArgs=cache=on # The init cache size value servlet.styler.initArgs=cachesize=200
# Runs Jserv as a stand alone application then the tracer printed a trace information into the command window. servlet.styler.initArgs=trace=off
#This writes log information into the log file. servlet.styler.initArgs=log=off
for TaminoTest you used http://localhost/servlets /com.softwareag.tamino.API.servlet.TaminoTest…, for TaminoFilter you used http://localhost/servlet /com.softwareag.tamino.API.servlet.TaminoFilter…