Re: Does Tomcat replicate in-memory replication of data other than Sessions ?

2007-09-28 Thread Sonal Goyal
Mamta, please note that this approach ties you to Tomcat and you may not be able to port your application to other servers. On 9/28/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > very doable, you can piggy back on Tribes if you have clustering enabled > > import org.apache.catalina.Ser

Re: JSP -> static mirroring

2007-09-24 Thread Sonal Goyal
What do you mean by "parse, compile and highlight .htmls" ? On 9/22/07, Dola Woolfe <[EMAIL PROTECTED]> wrote: > > Hassan, that's terrific, thank you! > > Would you happen to know how to get Eclipse to parse, > compile, and highlight .html's the same way it does > .jsp's? > > Thanks again! > > Dol

Re: how to obtain server ip address

2007-09-17 Thread Sonal Goyal
Waseem, Have you tried InetAddress.getLocalHost()? Sonal On 9/18/07, Waseem Azhar <[EMAIL PROTECTED]> wrote: > > Hi, > > How do I obtain the IP address of the machine (where the tomcat tomcat > server in running) ? My web app is deployed on tomcat server and I want to > know the Ip address of th

Re: Need info on IPv6 support for Tomcat in RHEL and SLES distros

2007-08-30 Thread Sonal Goyal
at OS will support IPv6. Sonal On 8/30/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Sonal Goyal [mailto:[EMAIL PROTECTED] > > Subject: Re: Need info on IPv6 support for Tomcat in RHEL and > > SLES distros > > > > I was thinking that if the

Re: Need info on IPv6 support for Tomcat in RHEL and SLES distros

2007-08-30 Thread Sonal Goyal
Hi, I was thinking that if the OS supports IPv6 and a Tomcat distro is available for that OS, IPv6 would automatically be supported by Tomcat. Or is there more to it than meets the eye(and I am grossly mistaken) ? Sonal On 8/30/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: > > -BEGIN P

Re: Unable to get a basic install working...

2007-08-29 Thread Sonal Goyal
How about changing the port and trying out so that you can be absolutely sure? Sonal On 8/29/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: Caldarale, Charles R > > Subject: RE: Unable to get a basic install working... > > > > > SEVERE: StandardServer.await: create[8005]: > > > j

Re: Interacting with an embedded Tomcat

2007-08-29 Thread Sonal Goyal
Hi, Are you also facing issues in starting up tomcat in embedded mode? Here are some links that help: http://www.vsj.co.uk/articles/display.asp?id=319 http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html Regards, Sonal On 8/29/07, Sonal Goyal <[EMAIL PROTECTED]> wrote: > >

Re: Interacting with an embedded Tomcat

2007-08-29 Thread Sonal Goyal
Hi, I am assuming you are calling createContext() on the org.apache.catalina.startup.Embedded object. Do you think calling org.apache.catalina.Context.getServletContext() and then setAttribute on the returned ServletContext will help? Just a thought. Do let me know if it makes sense. Sonal On

Re: Interacting with an embedded Tomcat

2007-08-29 Thread Sonal Goyal
Hi, Can you please elaborate what kind of external services your embedded tomcat webapps would need to access. What kind of interfaces exist for those services. Do they run in the same process? Regards, Sonal On 8/29/07, nlif <[EMAIL PROTECTED]> wrote: > > > Hi, > > If I run Tomcat as embedded,