weblogic: moving apps from nonclustered to clustered

N

Norman

Hi,

If an appication is coded for a non-clustered Weblogic server, will it
normally run without any change on a clustered Weblogic server?


(Sorry for being off-topic, I didn't find the right newsgroup)

TIA.
 
S

sdemchenko

- Synchronization primitives work within each JVM (not across a
cluster).
- The same problem is with singletons.
- There may be a problem with scheduling (two or more nodes can
trigger the same scheduled job simultaneously).
- HTTP Sessions should contain only serializable objects.
There may be more problems. Most probably, an application written
without clustering in mind, will need some fixes to behave correctly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top