I'm not sure the JRE will work for you, you may need the JDK, but I could be wrong.
You will need to select a connector. Mod_jk is production ready. Binaries for Solaris are available here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0 /bin/solaris8/ So the flow looks like this: Apache -> Mod_jk Connector -> Tomcat Search the list archives for setting up a connector, the topic comes up several times a day. John > -----Original Message----- > From: Anup Ray [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 2:34 PM > To: Tomcat Users List > Subject: RE: how to integrate tomcat with apache > > > Thanks for your suggestions: more info. are given below: > 1. Java version: > ./java -version > java version "1.3.0" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) > Java HotSpot(TM) Client VM (build 1.3.0, mixed mode) > > 2. Tomcat version: jakarta-tomcat-4.0.4 > 3. Apache ssl version: > Apache/1.3.22 Server at cdidev.safeguardproperties.com Port 443 > > There is no errors posted for this in apache error_log file. > > actually my problem is how to make apache working taking jsp > from tomcat. > Do these mean anything to you. > If you could suggest me something to get over it, that will be great. > Anup > > -----Original Message----- > From: Rick Fincher [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 5:33 PM > To: Tomcat Users List > Subject: Re: how to integrate tomcat with apache > > > Hi Anup, > > You'll have to post the error message so we can see exactly > what happened. > > Was the error in Apache or Tomcat? Presumably it was in > Apache. Anything in > the logs? What versions of Apache and Tomcat are you using? > What version > of JDK? > > The URL's you give below are not valid, so we can't try them out. > > Rick > > ----- Original Message ----- > From: "Anup Ray" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Thursday, September 26, 2002 5:22 PM > Subject: RE: how to integrate tomcat with apache > > > > > > I did not get any response. so I am reposting it. Please help me: > > Anup > > I am a newbie in tomcat. I installed tomcat in Solaris and > configured it > at > > port 8090. Now I want to integrate it with apache ssl web > server working > > with port 443 in the same server and get a spellcheck application > working. > > Now with tomcat spellcheck is working as you see here: > > http://u10-3:8090/jspellhtml/test.html.org ---click spellcheck > > > > But when it is accessed via apache spellcheck does not > work as you see > > here: > > https://u10-3/jspellhtml/test.html.org --click spellcheck > > > > It is giving error: 405 Method not allowed. > > > > Could any body help me out. > > Thanks, > > anup ray > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
