Re: Connectors in Tomcat

2010-04-01 Thread Rajeev Sampath
On Thu, Apr 1, 2010 at 4:42 PM, Hemali Doshi wrote: > We are using Tomcat 6.0.18 with jdk 1.5 on Windows XP. > > > > line 118 is: > > factory.createHttpsConnector("Catalina:type=Service,serviceName=Catalina", > "127.0.0.1", 8443); > * > > Have you instantiated the 'factory' properly? > > The s

Re: Project : SPDY connector for Tomcat

2010-03-24 Thread Rajeev Sampath
Hi Nouhoun, I too was interested in this idea and Jean-Frederic provided a brief explanation and also some useful resources. Perhaps you will also find them useful to get started. I'm including a link [1] to the discussion below. [1] http://marc.info/?l=tomcat-dev&m=126924586709978&w=2 Regards

Re: newbie: accessing tomcat admin page from another machine

2010-03-23 Thread Rajeev Sampath
On Tue, Mar 23, 2010 at 7:00 PM, bill.turner wrote: > > I installed TC 6.0.26 on one machine in my Windows XP network. It is set up > to run as a service. I can access the administrator from that page using > http://localhost:8080 or using the machine name, i.e. http://hal9000:8080. > I > thought