Application Server and Objects
hi !!
Suppose in One Application Server...
There are 5 applications are running ...
Questation :
So, How many servlet config objects ?
and How many servlet context objects ?
Next Questation ..
If 2 of them are on Stop mode so,..
at that time how many servlet config and servlet context
objects...
[357 byte] By [
Anshu123a] at [2007-11-27 8:51:32]

# 1
>
> There are 5 applications are running ...
>
> Questation :
> So, How many servlet config objects ?
Depends on the applications; there will be 1 per servlet
> and How many servlet context objects ?
5 (one per webapp)
> Next Questation ..
> If 2 of them are on Stop mode so,..
> at that time how many servlet config and servlet
> context
> objects...
The same number.
sdoa at 2007-7-12 21:04:54 >
