James bosplhf

Greenhorn
+ Follow
since Oct 13, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by James bosplhf

Hello ,
I need to monitor a log file on a Websphere Application Server.
I need to know the text that has been added to the file, each time that a text being added to this file.
IMPORTANT: I'm using Java 6 ("java.nio" added since Java 7 and doing what I need, but I'm using Java 6).

How should I do that ?

Thanks !
10 years ago
But it's not secure, isn't it?
10 years ago

Jelle Klap wrote:You could use JNDI, or alternatively a database if you have on available.
Edit: oh is missed the 'calling' bit, nevermind.



DB - I prefer not to use DB .
JNDI - can you be more specific ?
10 years ago
yes, calling an http url of the second app.
10 years ago
Hello,
I'm using Wesphere Application Server 7 and have 2 web applications.
The first application is calling the second and needs to pass some variables to it.
How should I do it ?

** Sending the session is impossible.
10 years ago