-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sergio,
On 9/23/2009 7:41 AM, Sergio Bello wrote:
> I'm trying to get access to services defined inside the server element
> on my server.xml. I'm using a Tomcat 5.0.28.
> My problem is that when I execute the next code:
>
> Server server = ServerFac
Sergio Bello wrote:
>>> Yes, I try to access the Server object from a web app. What I really
>>> want is to create new Connector objects on demand, for what I need to
>>> access the Service object through the Server one (If I'm not wrong).
>>> Thanks
> Sorry, version is 6.0.20
That begs the quest
Sergio Bello escribió:
Sergio Bello escribió:
Mark Thomas escribió:
Sergio Bello wrote:
Hi all,
I'm trying to get access to services defined inside the server element
on my server.xml. I'm using a Tomcat 5.0.28.
My problem is that when I execute the next code:
Server server = ServerFactory.
Sergio Bello escribió:
Mark Thomas escribió:
Sergio Bello wrote:
Hi all,
I'm trying to get access to services defined inside the server element
on my server.xml. I'm using a Tomcat 5.0.28.
My problem is that when I execute the next code:
Server server = ServerFactory.getServer();
Service[] s
Mark Thomas escribió:
Sergio Bello wrote:
Hi all,
I'm trying to get access to services defined inside the server element
on my server.xml. I'm using a Tomcat 5.0.28.
My problem is that when I execute the next code:
Server server = ServerFactory.getServer();
Service[] services = server.findSe
Sergio Bello wrote:
> Hi all,
> I'm trying to get access to services defined inside the server element
> on my server.xml. I'm using a Tomcat 5.0.28.
> My problem is that when I execute the next code:
>
> Server server = ServerFactory.getServer();
> Service[] services = server.findServices();
>
>
Hi all,
I'm trying to get access to services defined inside the server element
on my server.xml. I'm using a Tomcat 5.0.28.
My problem is that when I execute the next code:
Server server = ServerFactory.getServer();
Service[] services = server.findServices();
the services array is 0 length, wh