Hi everyone.
I'm testing this code:
${ table_data.package_price +
( road_assistance_2year == '-' ? 0.0 : road_assistance_2year ) +
( comp_offer_data.hasInsurance ? table_data.insuranceValue : 0.0 ) }
and in Tomcat 6.0.13 it works fine.
However in Tomcat 5.0.19 the page stops proccessing a
Christopher Schultz wrote:
> Dimitris,
>
> Dimitris Mouchritsas wrote:
> >
> > ${ table_data.package_price +
> > ( road_assistance_2year == '-' ? 0.0 : road_assistance_2year ) +
> > ( comp_offer_data.hasInsurance ? table_data.insuranceValue : 0.0 )
Hi everyone.
I'm testing this code:
${ table_data.package_price +
( road_assistance_2year == '-' ? 0.0 : road_assistance_2year ) +
( comp_offer_data.hasInsurance ? table_data.insuranceValue : 0.0 ) }
and in Tomcat 6.0.13 it works fine.
However in Tomcat 5.0.19 the page stops proccessing a
/*
CONFIDENTIAL
admin
but tomcat, while asking me to log in, and I did, denied access to the
resource. Without the addition I get the https encryption
that I require.
Caldarale, Charles R wrote:
>> From: Dimitris Mouchritsas [mailto:[EMAIL PROTECTED]
>> Subject
Mark Thomas wrote:
> Dimitris Mouchritsas wrote:
>
>>
>> HTTPS
>> ORA Examples
>>
>>
>
> There is no such authentication method defined in the spec. If you
> want client certificate authentication then
Hi, I'm running Tomcat 6.0.13 in Windows XP SP2.
I've configured Tomcat to use SSL through the documentation instructions and
it works, since I can access the ROOT webapp from https.
The problem is a book example I'm trying. I've set up web.xml like this:
search
/ch13/search/*