jayanth raj

Greenhorn
+ Follow
since Jun 29, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by jayanth raj

Hi, iam doing a BPEL project, where i am using EmaileWay.
14 years ago
How to add a new property - props.put("mail.smtp.starttls.enable","true") ?
14 years ago
perl regular expressions are very powerful !!
14 years ago
I am trying to configuring IIS Server (5.1v, windows XP) with Tomcat 5.5.

Current settings

Tomcat deployed on port 8085 – working.
I am using “isapi_redirect-1.2.28.dll”.
In IIS Server, ISAPI Filter status : “Loaded”
IIS Server virtual directory name: jakarta
extension_uri: /jakarta/isapi_redirect.dll
Tomcat server.xml –
<!-- Define an AJP 1.3 Connector on port 8009 -->
<Connector port="8009" enableLookups="false" redirectPort="8443" protocol="AJP/1.3" />

Log Errors IIS log error message: “GET /luceneweb/ 500”
I am getting error message in ISAPI log as : “did not find a worker ajp13” and “could not get a worker for name ajp13”

Please help me to resolve this problem.

'uriworkermap.properties' file content:-
/luceneweb/*=wlb
/jkmanager=jkstatus


'workers.properties' file content:-
worker.list=wlb,jkstatus
worker.ajp13w.type=ajp13
worker.ajp13w.host=localhost
worker.ajp13w.port=8009
worker.wlb.type=lb
worker.wlb.balance_workers=ajp13w
worker.jkstatus.type=status
14 years ago