You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mike Engelhart <me...@earthtrip.com> on 2000/02/22 03:38:46 UTC

Tomcat/JServ/SSL

I just went through the FAQ, the archives at mail-archive.com and the tomcat
archives about this and saw some threads with the same topic, but no
answers.  

here's what I have
RedHat 6.1
Apache 1.3.11
Mod_ssl 2.5.0 (compiled against OpenSSL 0.9.4)
JServ 1.1 Final
Tomcat 3.1M1 (also tried Tomcat 3.0 final)

When using Tomcat as the servlet engine behind JServ, headers don't get
passed through JServ.  Even if I start the server using ./apachectl start
instead of ./apachectl startssl, I get no header information sent through to
my servlets.   For example the RequestHeaders example servlet just returns a
blank page.  User-Agent, Accept-Language,etc.  None of these are passed
through.

I've tried recompiling everything as static and everything as DSO and
combinations thereof and nothing seems to work.
The one thing that DOES work with all of this is if I replace JServ 1.1
Final with JServ 1.1b3.  everything works fine with that release on both
Tomcat 3.0 and Tomcat 3.1M1.   I don't know how many changes occured in
between the b3 and final release but somewhere something either broke or was
fixed and broke something in Tomcat.

Any help would be appreciated.  I posted to the JServ list which was no
help.

Thanks,
Mike


How about thread???

Posted by airof98 <ai...@koreansource.com>.
> shin hee su in south korea write..

I installed tomcat.
test it .      it was very well..
jsp is also.
So I tried to run my servlet.
it was multi-thread servlet.
like this.
       Thread a = new  mythread(out);
       a.start();
       Thread b = new mythread(out);
       b.start();
out is for printing content. and it was synronized.

first i tested it with JSDK --servletrunner . it go well.
and JRUN is also..
but tomcat takes a lot of time and didn't end...
what is problem...

above program for search-engin which search shopping mall and auction site.
thanks.