Pier Fumagalli a �crit :

> Jean-Luc BEAUDET at [EMAIL PROTECTED] wrote:
>
> > Then i added a context in server.xml
> >
> > <!-- Cecile Project Context -->
> >       <Context path="/cecile" docBase="cecile"
> >        debug="0" privileged="true"/>
> >
> > So the examples keep on runnin' OK and  /cecile/my_servlet goes well
> > too. But nothing to do with my jsps
>
> Where did you add that declaration in server.xml?
>
>     Pier

Hi Pier ,

Thank you for yur answer.
I just add this Context in
$CATALINA_HOME/conf/server.xml inside the <Host> tag

       <ResourceParams name="mail/Session">
            <parameter>
              <name>mail.smtp.host</name>
              <value>localhost</value>
            </parameter>
          </ResourceParams>
        </Context>

        <!-- Cecile Project Context -->
        <Context path="/cecile" docBase="cecile"
         debug="0" privileged="true"/>


      </Host>

    </Engine>

  </Service>

BTW: yu answered to Win PEETERS about a Warp Connector pb that

4.0.1 is broken... Use the last nightly snapshot available at
http://nagoya.apache.org/~pier/

    Pier
Could yu explain wath yu mean ? Cause i feel getting some pb with
Tomcat/Apache when my Server will enter
a production state..

Best regards
JL ;O)


Reply via email to