http://moshah-linux.corp.walmart.com/ip/3555301
--
View this message in context:
http://old.nabble.com/Test-message-tp29143868p29143868.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To unsubscribe, e-m
Thank You Chuck!!!
n828cl wrote:
>
>> From: kareem_s_m [mailto:kareemud...@gmail.com]
>> Subject: Re: SSL Not working on tomcat 5.5.29
>>
>> If I rename tcnative-1.dll in the bin folder then the
>> site on SSL works.
>
> SSL handling with the APR connector is completely different from that wi
Yup... I guess I missed it. Thank You Konstantin.
Konstantin Kolinko wrote:
>
> 2010/7/12 kareem_s_m :
>>
>> Hi All,
>>
>> If I rename tcnative-1.dll in the bin folder then the site on SSL works.
>> I
>> am not that knowledgeable on thie dll. Any comments or ideas please? I
>> got
>> this sugges
2010/7/12 kareem_s_m :
>
> Hi All,
>
> If I rename tcnative-1.dll in the bin folder then the site on SSL works. I
> am not that knowledgeable on thie dll. Any comments or ideas please? I got
> this suggestion from google but no specific reason.
>
It was already mentioned in this very thread.
http:
> From: kareem_s_m [mailto:kareemud...@gmail.com]
> Subject: Re: SSL Not working on tomcat 5.5.29
>
> If I rename tcnative-1.dll in the bin folder then the
> site on SSL works.
SSL handling with the APR connector is completely different from that with a
pure Java connector. The docs are here:
Hi All,
If I rename tcnative-1.dll in the bin folder then the site on SSL works. I
am not that knowledgeable on thie dll. Any comments or ideas please? I got
this suggestion from google but no specific reason.
Regards,
Kareem
Pid * wrote:
>
> On 02/07/2010 06:30, kareem_s_m wrote:
>>
>> Hi Al
On 12.07.2010 19:00, Mark Thomas wrote:
On 12/07/2010 17:53, Tapas Mishra wrote:
but the application is not generating URLs properly.I have not written
so it is not possible for me to change any thing in it.
The application is generating URLs like this:
GET /library/skin/default/portal.css
GET
On 7/12/2010 11:23 AM, Ken Bowen wrote:
Perhaps " select 1" is the simplest & lightest weight.
If the db will accept it (without a FROM clause), yes.
D
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For addit
On 12/07/2010 17:53, Tapas Mishra wrote:
> but the application is not generating URLs properly.I have not written
> so it is not possible for me to change any thing in it.
> The application is generating URLs like this:
>
> GET /library/skin/default/portal.css
> GET /portal/styles/portalstyles.css
I have an application named as sakai
You can check about it here
http://sakaiproject.org/new-sakai-faq
which is running in Tomcat on LAN as
http://192.168.1.5:9090/portal
I am using Apache as front end for users to access this application on internet
as http://mydomain.com/sakai
and
ProxyPass /s
Michael Powe wrote:
Hello,
I am working on an Apache module. The module is installed in an
Apache http server that handles requests for a Tomcat server. When
requests come from a mobile device, the jsessionid parameter is
appended to the URI in the usual manner, e.g.
/i/n_my_page.jsp;jsession
Perhaps " select 1"is the simplest & lightest weight.
On Jul 12, 2010, at 11:04 AM, David kerber wrote:
On 7/12/2010 10:50 AM, Pid wrote:
On 12/07/2010 15:15, Ashish Kulkarni wrote:
Hi
Where do i specify data source factory? i have following setup
driverClassName="co
On 7/12/2010 10:50 AM, Pid wrote:
On 12/07/2010 15:15, Ashish Kulkarni wrote:
Hi
Where do i specify data source factory? i have following setup
Is that the most lightweight validation query you can use?
Yeah, you might add a "WHERE true = false" to it, so you don't make the
db actually do
On 12/07/2010 15:15, Ashish Kulkarni wrote:
> Hi
> Where do i specify data source factory? i have following setup
>
> auth="Container"
> type="javax.sql.DataSource"
> maxActive="2"
> maxIdle="2"
> maxWait="3000"
>
> From: Ashish Kulkarni [mailto:ashish.kulkarn...@gmail.com]
> Sent: 2010 July 12, Monday 09:16
> To: Tomcat Users List; p...@pidster.com
> Subject: Re: tomcat datasource, find active connections
>
> Where do i specify data source factory?
http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-ho
Hi
Where do i specify data source factory? i have following setup
On Fri, Jul 9, 2010 at 5:42 PM, Pid wrote:
> On 09/07/2010 20:03, Ashish Kulkarni wrote:
> > Hi
> > I have following in context.xml, and it works fine.
> > But i would like to find how many active connections are there in data
Hello,
I am working on an Apache module. The module is installed in an
Apache http server that handles requests for a Tomcat server. When
requests come from a mobile device, the jsessionid parameter is
appended to the URI in the usual manner, e.g.
/i/n_my_page.jsp;jsessionid=123adsfadsfsadf
Th
On Monday 12 July 2010 14:44:19 Konstantin Kolinko wrote:
> 2010/7/12 Rainer Frey :
> > Hi,
> >
> > in the default case (just one instance, supplied start scripts),
> > CATALINA_BASE is set to CATALINA_HOME. But this assignment,
> >
> > if [ -z "$CATALINA_BASE" ] ; then
> > CATALINA_BASE="$CATAL
> From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de]
> Subject: Re: Connecting Tomcat to a database
>
> But now, I get another error (see end of message). Do I have
> to import the ODE schema even if I want to use the database
> for ODE external data?
I presume so - how else are the ta
2010/7/12 Rainer Frey :
> Hi,
>
> in the default case (just one instance, supplied start scripts), CATALINA_BASE
> is set to CATALINA_HOME. But this assignment,
>
> if [ -z "$CATALINA_BASE" ] ; then
> CATALINA_BASE="$CATALINA_HOME"
> fi
>
> is done *after* reading setenv.sh. Is this for a specific
Rainer Frey wrote:
On Monday 12 July 2010 12:17:40 André Warnier wrote:
Rainer Frey wrote:
On Monday 12 July 2010 10:56:19 André Warnier wrote:
Rainer Frey wrote:
Hi,
in the default case (just one instance, supplied start scripts),
CATALINA_BASE is set to CATALINA_HOME. But this assignment,
On Monday 12 July 2010 12:17:40 André Warnier wrote:
> Rainer Frey wrote:
> > On Monday 12 July 2010 10:56:19 André Warnier wrote:
> >> Rainer Frey wrote:
> >>> Hi,
> >>>
> >>> in the default case (just one instance, supplied start scripts),
> >>> CATALINA_BASE is set to CATALINA_HOME. But this as
Rainer Frey wrote:
On Monday 12 July 2010 10:56:19 André Warnier wrote:
Rainer Frey wrote:
Hi,
in the default case (just one instance, supplied start scripts),
CATALINA_BASE is set to CATALINA_HOME. But this assignment,
in catalina.sh
if [ -z "$CATALINA_BASE" ] ; then
CATALINA_BASE="$C
On Monday 12 July 2010 10:56:19 André Warnier wrote:
> Rainer Frey wrote:
> > Hi,
> >
> > in the default case (just one instance, supplied start scripts),
> > CATALINA_BASE is set to CATALINA_HOME. But this assignment,
in catalina.sh
> > if [ -z "$CATALINA_BASE" ] ; then
> >
> > CATALINA_BAS
Hi.
Am 10.07.2010 06:15, schrieb Caldarale, Charles R:
From: Christian Bruckhoff [mailto:christian.bruckh...@gmx.de]
Subject: Re: Connecting Tomcat to a database
ERROR - GeronimoLog.error(108) | Failed to resolved external
DataSource at "java:comp/env/jdbc/TestDB".
javax.naming.NameNotFoundExce
Rainer Frey wrote:
Hi,
in the default case (just one instance, supplied start scripts), CATALINA_BASE
is set to CATALINA_HOME. But this assignment,
if [ -z "$CATALINA_BASE" ] ; then
CATALINA_BASE="$CATALINA_HOME"
fi
is done *after* reading setenv.sh. Is this for a specific reason, or just
Hi,
in the default case (just one instance, supplied start scripts), CATALINA_BASE
is set to CATALINA_HOME. But this assignment,
if [ -z "$CATALINA_BASE" ] ; then
CATALINA_BASE="$CATALINA_HOME"
fi
is done *after* reading setenv.sh. Is this for a specific reason, or just
accidently?
The reas
hello all
after a week of testing, I've changed the wipe out proc from wiping out
both files and folders to just files, and since then it's worked (hope
Murphy is not subscribed to this mailing list)
My opinion (if anyone could be interested) follows:
I still think that working with embedded
28 matches
Mail list logo