Re: PWS tomcat problem-UCBUS

2001-07-30 Thread ucbus ucbus


I guess the properties files are messed up. I am attaching again the 
properties files.  Apologize for the inconvinience
Thanks


From: Tim O'Neil [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: PWS tomcat problem-UCBUS
Date: Sat, 28 Jul 2001 10:44:08 -0700

At 07:59 AM 7/28/2001, you wrote:
Could somebody help me on this.
I have IIS and Tomcat on NT4.0 and could configure successfully. Means
that the examples  example is working fine. However when I am trying to
add my MQ wOrkflow application as a web application I am getting the
following error. The web-appliction need to work in separate directory.
ANy help in this regard is higly appreciated

404- page not found and the isapi log says

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,
NULL
parameter
[jk_uri_worker_map.c (185)]: In k_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server

Could somebody help me
UCBUS

You add a copy of your server.xml and .properties file so we can
see what it's lacking.




_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

 tomcat.properties
 workers.properties
 uriworkermap.properties


Re: PWS tomcat problem-UCBUS

2001-07-30 Thread ucbus ucbus
 are running Apache JServ in manual mode
# and Apache is running as user nobody, then the file must have its
# permissions set so that that user can write to it.
# Syntax: log.file=[log path and filename] (String)
# Default: NONE
# Note: if the file could not be opened, try using absolute paths.
log.file=@JSERV_LOG@/jserv.log

# Enable the timestamp before the log message
# Syntax: log.timestamp=[true,false] (boolean)
# Default: true
log.timestamp=true

# Use the given string as a data format
# (see java.text.SimpleDateFormat for the list of options)
# Syntax: log.dateFormat=(String)
# Default: [dd/MM/ HH:mm:ss:SSS zz]
log.dateFormat=[dd/MM/ HH:mm:ss:SSS zz]

# Since all the messages logged are processed by a thread running with
# minimum priority, it's of vital importance that this thread gets a chance
# to run once in a while. If it doesn't, the log queue overflow occurs,
# usually resulting in the OutOfMemoryError.
#
# To prevent this from happening, two parameters are used: log.queue.maxage
# and log.queue.maxsize. The former defines the maximum time for the logged
# message to stay in the queue, the latter defines maximum number of
# messages in the queue.
#
# If one of those conditions becomes true (age  maxage || size  maxsize),
# the log message stating that fact is generated and the log queue is
# flushed in the separate thread.
#
# If you ever see such a message, either your system doesn't live up to its
# expectations or you have a runaway loop (probably, but not necessarily,
# generating a lot of log messages).
#
# WARNING: Default values are lousy, you probably want to tweak them and
# report the results back to the development team.

# Syntax: log.queue.maxage = [milliseconds]
# Default: 5000
log.queue.maxage = 5000

# Syntax: log.queue.maxsize = [integer]
# Default: 1000
log.queue.maxsize = 1000

# Enable/disable logging the channel name
# Default: false
# log.channel=false

# Enable/disable channels, each logging different actions.
# Syntax: log.channel.[channel name]=[true,false] (boolean)
# Default: false

# Info channel - quite a lot of informational messages
# hopefully you don't need them under normal circumstances
# log.channel.info=true

# Servlets exception, i.e. exception caught during
# servlet.service() processing are monitored here
# you probably want to have this one switched on
log.channel.servletException=true

# JServ exception, caught internally in jserv
# we suggest to leave it on
log.channel.jservException=true

# Warning channel, it catches all the important
# messages that don't cause JServ to stop, leave it on
log.channel.warning=true

# Servlet log
# All messages logged by servlets. Probably you want
# this one to be switched on.
log.channel.servletLog=true

# Critical errors
# Messages produced by critical events causing jserv to stop
log.channel.critical=true

# Debug channel
# Only for internal debugging purposes
# log.channel.debug=true
*


From: Tim O'Neil [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: PWS tomcat problem-UCBUS
Date: Sat, 28 Jul 2001 10:44:08 -0700

At 07:59 AM 7/28/2001, you wrote:
Could somebody help me on this.
I have IIS and Tomcat on NT4.0 and could configure successfully. Means
that the examples  example is working fine. However when I am trying to
add my MQ wOrkflow application as a web application I am getting the
following error. The web-appliction need to work in separate directory.
ANy help in this regard is higly appreciated

404- page not found and the isapi log says

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,
NULL
parameter
[jk_uri_worker_map.c (185)]: In k_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server

Could somebody help me
UCBUS

You add a copy of your server.xml and .properties file so we can
see what it's lacking.




_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: PWS tomcat problem-UCBUS

2001-07-30 Thread ucbus ucbus
 string may not contain spaces.
#
worker.inprocess.cmd_line=-config
worker.inprocess.cmd_line=$(workers.tomcat_home)/conf/jni_server.xml
worker.inprocess.cmd_line=-home
worker.inprocess.cmd_line=$(workers.tomcat_home)

#
# The JVM that we are about to use
#
# This is for Java2
#
worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(ps)jvm.dll

#
# And this is for jdk1.1.X
#
#worker.inprocess.jvm_lib=$(workers.java_home)$(ps)bin$(ps)javai.dll
#

#
# Setting the place for the stdout and stderr of tomcat
#
worker.inprocess.stdout=$(workers.tomcat_home)$(ps)inprocess.stdout
worker.inprocess.stderr=$(workers.tomcat_home)$(ps)inprocess.stderr

#
# Setting the tomcat.home Java property
#
worker.inprocess.sysprops=tomcat.home=$(workers.tomcat_home)

#
# Java system properties
#
# worker.inprocess.sysprops=java.compiler=NONE
# worker.inprocess.sysprops=myprop=mypropvalue

#
# Additional path components.
#
# worker.inprocess.ld_path=d:$(ps)SQLLIB$(ps)bin
#
*

uniworkermap.properties
**

#
# Simple worker configuration file
#

# Mount the servlet context to the ajp12 worker
/servlet/*=ajp12

# Mount the examples context to the ajp12 worker
/examples/*=ajp12
# Chandra's add
/MQWFClient/*=ajp12
# Advanced mount of the examples context
# /examples/*.jsp=ajp12
# /examples/servlet/*=ajp12





From: Tim O'Neil [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: PWS tomcat problem-UCBUS
Date: Sat, 28 Jul 2001 10:44:08 -0700

At 07:59 AM 7/28/2001, you wrote:
Could somebody help me on this.
I have IIS and Tomcat on NT4.0 and could configure successfully. Means
that the examples  example is working fine. However when I am trying to
add my MQ wOrkflow application as a web application I am getting the
following error. The web-appliction need to work in separate directory.
ANy help in this regard is higly appreciated

404- page not found and the isapi log says

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,
NULL
parameter
[jk_uri_worker_map.c (185)]: In k_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server

Could somebody help me
UCBUS

You add a copy of your server.xml and .properties file so we can
see what it's lacking.




_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: PWS tomcat problem-UCBUS

2001-07-30 Thread ucbus ucbus
 into the core, do not specify here!

#com.ibm.workflow.servlet.sample.HTMLDocHandler = 0
#com.ibm.workflow.servlet.sample.StarterPEAHandler  = 1
#com.ibm.workflow.servlet.sample.BasicAuthenticationHandler = 2
#com.ibm.workflow.servlet.sample.AuditTrailHandler  = 3
#com.ibm.workflow.servlet.sample.EmailHandler   = 4

# 
=
# Settings for the com.ibm.workflow.servlet.client.DefaultViewer
[DefaultViewer]

# The following properties specify which areas of the Web Client should be
# enabled when the Viewer is set to 
com.ibm.workflow.servlet.client.DefaultViewer.
# This setting is also respected by 
com.ibm.workflow.servlet.client.JSPViewer.
# If a property is set to true the specified area will be selectable
# from the drop down navigation box. If it is set to false the specified 
area
# will not be available to the clients. The default is true for all 
settings.

#EnableTemplatelists=true
#EnableInstancelists=true
#EnableWorklists=true

EnableTemplatelists=true
EnableInstancelists=true
EnableWorklists=true

# The following setting specifies if the worklists should be refreshed
# automatically after a change. If this setting is turned off only the
# current workitem is refreshed. If a workitem has been finished the 
workitem
# is removed from the worklist. New workitems are not displayed 
automatically.
# Therefore a worklist refresh has to be done manually.

#AutoRefresh=false
AutoRefresh=false

# The following property defines which page is displayed after the user
# has logged off from the Web Client. The default is to present the
# logon page again.

#PageAfterLogoff={_HTMLDir_}/Logon.html
PageAfterLogoff={_HTMLDir_}/Logon.html

# The following settings specifies whether a form should be generated from
# the input container in case the HTML template file to start a process
# or an activity does not exist.

#GenerateForms=true

# 
=
# Settings for the com.ibm.workflow.servlet.sample.AuditTrailHandler
[AuditTrail]

# If your database server is on a different machine than the web server you
# must add the DB2 server URL here. The format is server:port and it will
# be used to construct a JDBC URL: jdbc:db2://server:port/Database

#DB2Server =

# MQWF runtime database name, user ID and password of the DB2 user.

#Database   = FMCDB
#DB2User= db2admin
#DB2Password= db2admin

Database   = FMCDB
DB2User= db2admin
DB2Password= db2admin
# Optional style sheets for the output to produce. Comment out to get raw 
XML.

#StyleSheetPI = {_HTMLDir_}/xml/xsl/AuditTrail.xsl
#StyleSheetWI = {_HTMLDir_}/xml/xsl/Statistics.xsl
#Reload   = false # true = reload style sheet for every report (nice 
during development)

# 
=
# Settings for the com.ibm.workflow.servlet.sample.EmailHandler
[SMTP]

#Host= localhost # The SMTP host to route transfer emails 
through
#Address = mqwf@localhost# The UserID to impersonate when sending emails

# 
=
# Settings for the com.ibm.workflow.sample.GroupWorkListHandler
[GroupWorkList]

#GroupListName=_GROUPLIST
#GroupListOwner=GROUP
#QueryThreshold=20

#WorkListName=_WORKLIST
#RefreshThreshold=5

GroupListName=_GROUPLIST
GroupListOwner=GROUP
QueryThreshold=20

WorkListName=_WORKLIST
RefreshThreshold=5
**

From: Tim O'Neil [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: PWS tomcat problem-UCBUS
Date: Sat, 28 Jul 2001 10:44:08 -0700

At 07:59 AM 7/28/2001, you wrote:
Could somebody help me on this.
I have IIS and Tomcat on NT4.0 and could configure successfully. Means
that the examples  example is working fine. However when I am trying to
add my MQ wOrkflow application as a web application I am getting the
following error. The web-appliction need to work in separate directory.
ANy help in this regard is higly appreciated

404- page not found and the isapi log says

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,
NULL
parameter
[jk_uri_worker_map.c (185)]: In k_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server

Could somebody help me
UCBUS

You add a copy of your server.xml and .properties file so we can
see what it's lacking.




_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


?xml version=1.0 encoding=ISO-8859-1?

!DOCTYPE web-app PUBLIC
 -//Sun Microsystems, Inc.//DTD Web

PWS tomcat problem-UCBUS

2001-07-28 Thread ucbus ucbus

Could somebody help me on this.
I have IIS and Tomcat on NT4.0 and could configure successfully. Means that 
the examples  example is working fine. However when I am trying to add my 
MQ wOrkflow application as a web application I am getting the following 
error. The web-appliction need to work in separate directory. ANy help in 
this regard is higly appreciated

404- page not found and the isapi log says

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,
NULL
parameter
[jk_uri_worker_map.c (185)]: In k_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server

Could somebody help me
UCBUS


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Re: PWS tomcat problem-UCBUS

2001-07-28 Thread Tim O'Neil

At 07:59 AM 7/28/2001, you wrote:
Could somebody help me on this.
I have IIS and Tomcat on NT4.0 and could configure successfully. Means 
that the examples  example is working fine. However when I am trying to 
add my MQ wOrkflow application as a web application I am getting the 
following error. The web-appliction need to work in separate directory. 
ANy help in this regard is higly appreciated

404- page not found and the isapi log says

[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,
NULL
parameter
[jk_uri_worker_map.c (185)]: In k_uri_worker_map_t::uri_worker_map_free,
NULL parameters
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server
[jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed
[jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to
server

Could somebody help me
UCBUS

You add a copy of your server.xml and .properties file so we can
see what it's lacking.