Re: Can't generate class file from Interface

2008-08-26 Thread Ch Praveena
Hi, Make sure about all the classes like Customer, be accessable. And also be careful in naming the packages. 2008/8/26 sam wun <[EMAIL PROTECTED]> > Hi, > > > > In Eclipse 3.4 (not sure about the previous version), I have a project, in > the src, there is a interface file called "DatabaseC

Re: public class SessionTestServlet extends WebContainerServlet implements Serializable { private static final long serialVersionUID = 1L; public ApplicationInstance newApplicationInstance() { return

2008-08-26 Thread Ch Praveena
Hi Mark!! Please find the testcase I am trying to cluster. http://rifers.org/paste/show/7959 As I found no wrong with the program, please Suggest me what ever the modifications are expected. Thankyou in advance. 2008/8/26 Mark Thomas <[EMAIL PROTECTED]> > Ch Praveena wrote: &

public class SessionTestServlet extends WebContainerServlet implements Serializable { private static final long serialVersionUID = 1L; public ApplicationInstance newApplicationInstance() { return new

2008-08-26 Thread Ch Praveena
Hi all, I am trying to cluster an application. I found the following exception stack trace. Hope there are very experts in this group, who involved in designing of Tomcat container and utilizing the tomcat too. Please respond me who ever have a very good idea about this. * 11:22:51,362

Problem when running JSP

2008-08-19 Thread Ch Praveena
Hi all, I have run a very basic helloworld program. But, when I am accessing the jsp file, I am getting the following exception stack trace. javax.servlet.ServletException: java.lang.VerifyError: (class: org/apache/jasper/runtime/JspApplicationContextImpl, method: createELResolver sign

unable to run tomcat

2008-08-18 Thread Ch Praveena
Hi all, I am currently running apache-tomcat 6.0.14 version and worked well before with it. suddenly I could not run it giving a message at the command console: I am running on my linux m/c *Aug 18, 2008 2:00:51 PM org.apache.catalina.ha.session.DeltaManager waitForSendAllSessions SEVE

Re: Doubts regarding the TOMCAT url

2008-08-12 Thread Ch Praveena
version. On the outset, I would guess this is a unix/linux based system > where ports below 1024 are privileged ports, not accessible except by the > root user. If that's the case, you might want to consider using jsvc from > the commons-daemon project. > > --David >

Doubts regarding the TOMCAT url

2008-08-12 Thread Ch Praveena
Hi all, It would be my great experience if you share your views in making up the solution : I am having an application running on my tomcat. And could run it like http://10.30.330.45:8080/sample When I am trying to run on the default port its saying "BIND EXCEPTION" and I am sure I ve

Re: Regarding Service Unavailable

2008-08-07 Thread Ch Praveena
Hi, You have to wait until the application is loaded to the tomcat container and the server has to respond. But, when did u get this 503 error? is it soon after ur startup? if so, jus check the command console page to read the status of the tomcat container/server is completely loaded an

Tomcat clustering

2008-05-27 Thread Ch Praveena
Hi all, I want to test tomcat 6 clustering when deploying my war file written using Echo2 and hibernate. Please let me know if anyone have proper and specific documentation other than the HOW-TO!!! Please let me know at the earliest. Thank you -- -Coolest Regards, Praveena Chalamcharl

Re: [EMAIL PROTECTED] Clustering

2008-05-22 Thread Ch Praveena
Thank you all for your responses.. But still I am at lot of confusion as I was not the actual person who have designed the code. Anyway, I will try to solve the issue at the earliest. And here is an issue for the Tomcat designers. It was already known that Jboss internally use Tomcat as a web cont

Clustering

2008-05-22 Thread Ch Praveena
Hi all, I think I can get a proper response and can solve my issue. I am trying to cluster Jboss(Mainitans tomcat as a web container) using APACHE as load balancer, to run my application written using Hibernate and Echo2. I am finding a common exception called NOTSERIALIZABLE EXCEPTION pinn

Re: deploy a war file

2008-05-19 Thread Ch Praveena
its exact location can be.. http://www.roseindia.net/servlets/introductiontoconfigrationservlet.shtml Hope this will definitely helps u.. 2008/5/20 Ch Praveena <[EMAIL PROTECTED]>: > webapps directory is under Tomcat_home directory.. For more information > for the directory

Re: deploy a war file

2008-05-19 Thread Ch Praveena
webapps directory is under Tomcat_home directory.. For more information for the directory structure of Tomcat refer www.roseindia.com . Soon after you download Tomcat, you can find this. There under webapps, copy the war file. 2008/5/20 ashok prabhu - Sun Microsystems - Bangalore India < [EMA

Hi..

2008-05-08 Thread Ch Praveena
Hi all, Can anyone send me any sample source code(war file) that implements session for a very important testing purpose of clustering. -- -Coolest Regards, Praveena Chalamcharla, Securview

Re: Java Stands

2008-04-08 Thread Ch Praveena
Hello Dorababu!! Better use Google, for all the basic knowledge.. 2008/4/8 Dorababu <[EMAIL PROTECTED]>: > > Hi > > I am learning java . > > Plz tell me anyone java stands for > > dora -- Regards, Praveena Chalamcharla, Securview

Re: Split-brain problem.

2008-04-08 Thread Ch Praveena
Thankyou Marcus, But let me know the reasons for the occurence of the Netsplit, which lead Split brain problem. 2008/4/8 Marcus Franke <[EMAIL PROTECTED]>: > On Tue, Apr 08, 2008 at 01:00:54PM +0530, Ch Praveena wrote: > > Hi all, > > > >While going

Split-brain problem.

2008-04-08 Thread Ch Praveena
Hi all, While going on with Terracotta article, -- http://www.terracotta.org/confluence/display/explore/How+Terracotta+Works , For implementing application server clustering, I found this phrase, "Split-brain problem.".. Please let me know about this in detail.. Regards, Praveena Chalamcha

Re: Tomcat 6.0 clustering

2008-03-26 Thread Ch Praveena
here I can find tcpListenPort attribute. b) Do I need to update my server.xml file with the default setting given for the cluster element. Please tell me if any other documentation available for clustering Tomcat 6.x On 25/03/2008, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > >

Tomcat 6.0 clustering

2008-03-25 Thread Ch Praveena
Hi, Are there anyone who have done with clustering Tomcat 6.0? I have lot many doubts about them. -- Regards, Praveena Chalamcharla, Securview

Clustering Tomcat 6.0

2008-03-25 Thread Ch Praveena
Hi all, I am trying to cluster Tomcat 6.0. I am getting many doubts in the link http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html I am not able to identify those attributes for those default values mentioned in the article. Please let me know if anyone have done Tomcat 6.0 clustering. --

Re: Classes and lib sub-derectories

2008-03-24 Thread Ch Praveena
Hi, WEB-INF directory will be found under ROOT of . And this is a default directory that comes along with the software. You create manulally a folder as "Sample"(Your application or war file)at TOMCAT_HOME/webapps directory. Now let this Sample contain a WEB-INF and follow the directory struc

Tomcat clustering

2008-03-24 Thread Ch Praveena
Hi all, I want to cluster Tomcat6 along with session replication to implement Loadbalancing. From the document, http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html I have started making the things. Let me know where can I identify the default value of Multicast address is 228.0.0.4

Tomcat clustering

2008-03-24 Thread Ch Praveena
Hi all, I want to cluster Tomcat6 along with session replication to implement Loadbalancing. From the document, http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html I have started making the things. Let me know where can I identify the default value of Multicast address is 228.0.0.4