----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hello:
> When using Tomcat as the servlet engine behind JServ, the http headers don't
> get passed through JServ.
JServ 1.1 doesn't pass through all environment variables by default.
1.0 did, I looked at the code. In 1.1 the code specifies which vars to
send through while in in 1.0 all are sent through by default. IMHO,
this is a bug. I had to modify the code per the FAQ to get my specific
vars in 1.1. See the relevant FAQ section at:
http://locus.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action/SetAll/project_id/1/faq_id/1/topic_id/23/question_id/80
I know you were asking about headers specifically so maybe this doesn't
apply to you.
Sincerely,
Brad Andrews
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]