Re: Apache2.0.47 + JBoss2.4.9 + Tomcat4.0.4 + Struts1.0 with Load balancing thru Apache??

2003-07-22 Thread sowbhagyavalli Suryadevara
, 2003 11:40 PM To: [EMAIL PROTECTED] Subject: Re: Apache2.0.47 + JBoss2.4.9 + Tomcat4.0.4 + Struts1.0 with Load balancing thru Apache?? Sorry about that. This may provide some help: http://www.ubeans.com/tomcat/ Again, Good Luck sowbhagyavalli Suryadevara wrote: >HI, > >The below arti

Re: Apache2.0.47 + JBoss2.4.9 + Tomcat4.0.4 + Struts1.0 with Load balancing thru Apache??

2003-07-22 Thread sowbhagyavalli Suryadevara
sowbhagyavalli Suryadevara wrote: >Hi, > >Has anyone tried the following combination ? Or something similar ? > >Apache2.0.47 + JBoss2.4.9 + Tomcat4.0.4 + Struts1.0 with Load balancing >thru Apache?? > >If so, please HELP !!! >I am not able to configure the sticky s

Apache2.0.47 + JBoss2.4.9 + Tomcat4.0.4 + Struts1.0 with Load balancing thru Apache??

2003-07-22 Thread sowbhagyavalli Suryadevara
Hi, Has anyone tried the following combination ? Or something similar ? Apache2.0.47 + JBoss2.4.9 + Tomcat4.0.4 + Struts1.0 with Load balancing thru Apache?? If so, please HELP !!! I am not able to configure the sticky session correctly. I have 2 tomcat(+JBoss) sessions running, tomcat1 & tomc

Re: How to restrict access of my server??

2002-04-29 Thread Sowbhagyavalli Suryadevara
nt: Monday, April 29, 2002 2:48 PM To: [EMAIL PROTECTED] Subject: Re: How to restrict access of my server?? how did u do it, can u explain me as i am not finding an entry in tom cat server.xml - Original Message ----- From: "Sowbhagyavalli Suryadevara" <[EMAIL PROTECTED]> To: <[E

Re: How to restrict access of my server??

2002-04-29 Thread Sowbhagyavalli Suryadevara
PROTECTED] Subject: Re: How to restrict access of my server?? Hai, In tomact's server.xml file set suppress property to true...That's all Done... - Original Message ----- From: "Sowbhagyavalli Suryadevara" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

How to restrict access of my server??

2002-04-28 Thread Sowbhagyavalli Suryadevara
HI, Can anyone tell me how I can stop people from viewing the directory listings and files in the server directories? I use JBoss + Tomcat. If the URL used to access the server has some directory name, then the server displays the whole directory listing. This can cause several security problems.

Re: JAVASRIPT FUNCTION

2002-02-13 Thread Sowbhagyavalli Suryadevara
Use can use openModalDialog() function. It is similar to the one in VB -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Richie Bab A. Boyboy Sent: Thursday, February 14, 2002 7:35 AM To: [EMAIL PROTECTED] Su

Should the controller be a JSP or a servlet ?

2001-11-29 Thread Sowbhagyavalli Suryadevara
Hi I am new to JSPs. My application was developed using servlets. We are planning to redo the whole thing using MVC architecture. My question is should the controller be a JSP or a servlet ? What are the advantages and disadvantages ? Thank you Valli

Re: Losing Session

2001-09-24 Thread Sowbhagyavalli Suryadevara
HI Vibha,   What is the version of the browser you are using? I faced the same problem with IE 4.0. IE 5.0 works fine in taking the same session to the child window. But this was in servlets. Not too sure about JSPs.   Valli -Original Message-From: A mailing list about Java Ser

Re: Help on JSP error

2001-09-15 Thread Sowbhagyavalli Suryadevara
you have to put the code in a if or while block Example : for a single record ResultSet rs = statement.executeQuery("select * from User where Id=45"); if(rs.next()) { name = rs.getString(2); ..

Urgent - opening different files

2001-09-12 Thread Sowbhagyavalli Suryadevara
HI, Our product allows clients to upload various file types(pdf,ppt,doc,html,flash,exe etc) and then provides hyperlinks of those files in their home page. Upload works fine and even the display of the files on clicking the hyperlink works ok. The problem arises when the file(non-html) has a link

Re: Client Date

2001-09-03 Thread Sowbhagyavalli Suryadevara
Hi, Just a thought - don't know if this is the best way. Get the Date from the JavaScript (client-side) and pass it to the server as a parameter. Valli -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Dines