Hi,
I have run into an issue related to starting tomcat as a service. When
we were starting tomcat from the command line, we were able to just say
System.getProperty("user.name" ) to retrieve the logged in user id. But
now that we start tomcat using a service, the get property call returns
"SYS
-
From: David kerber [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 13, 2008 1:27 PM
To: Tomcat Users List
Subject: Re: Reading environment variable from Tomcat
Sureka, Sushil wrote:
> Hi,
>
>
>
> I have run into an issue related to starting tomcat as a service. When
> we we
<[EMAIL PROTECTED]>
wrote:
> Sureka, Sushil wrote:
>
>> Hi,
>>
>>
>> I have run into an issue related to starting tomcat as a service.
When
>> we were starting tomcat from the command line, we were able to just
say
>> System.getProperty("user.name&quo
ed network drives when it runs as a service.
The real question is why do you want to know who the current desktop
user(s) is/are? Tomcat should only be interested in the users coming in
via http(s) connections.
--David
Sureka, Sushil wrote:
> Hi,
>
>
>
> I have run into an issue r
Hi,
We are intending to deploy our application on individual laptops
(to be used by field personnel who does not have internet connectivity
to connect to our central server). The idea is that a trimmed down
version of our core application will be deployed on individual
XP but there is no guarantee that they won't go to Vista in a year
timeframe.
Sushil
> -Original Message-
> From: Gabe Wong [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 24, 2008 11:54 AM
> To: Tomcat Users List
> Subject: Re: Tomcat installation/deployment
limit will
> fulfil your needs. "
>
> M-
> - Original Message -
> From: "Sureka, Sushil" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> Sent: Thursday, January 24, 2008 1:00 PM
> Subject: RE: Tomcat installation/deployment question
>
ssNotFoundException cex )
> {
> }
>
> //set your properties here and then connect with the provided
> URL connection-string
>c_Driver.connect( c_sDBURL, props );
>
>
> - Original Message -
> From: "Sureka, Sushil"
We are trying to port an application from Weblogic to Tomcat. Our JDBC
entry looks like this
The weblogic works fine with setup. The jdbc datasource is setup through
weblogic console.
On Tomcat, we noticed that we would have to modify the above entry like
this