RE: [java ee programming] FW: Configure Apache

2010-08-09 Thread Nelson Rodrigo - LHQ
Hi Ramesh Thanks for your reply! Actually servlet issue is done by me. Now I want to add a server to my project When I go to projectàproperties server tab there is no any servers So please guide me to add server Thanks & Kind Regards, Nelson Rodrigo Executive – Software Devel

RE: [java ee programming] FW: Configure Apache

2010-08-09 Thread Nelson Rodrigo - LHQ
Hi Kiran Thanks your reply This Eclips folder is what I used earlier, so all the plugins are should there, because its worked perfectly. Actually I have make to tomcat start mood by create a bat file manually, its starting and getting welcome page also. Simple hello word also working Now,

[java ee programming] FW: Configure Apache

2010-08-09 Thread Nelson Rodrigo - LHQ
Hi Friends, So dear I’m in big problem here, in few years ago I had configured apache tomcat and worked properly. But I have switched to new machine (laptop with windows xp) So I want to configure apache-tomcat-5.5.20 with eclips actually I can’t remember the steps to do that,

[java ee programming] Re: Status Code 404

2010-08-09 Thread Michèle Garoche
On Aug 9, 11:14 am, NB-J2EE wrote: > Hi, > > I have placed my compiled servlet code identical to this location "c: > \...\LApps\WEB-INF\classes\coreservlets\ShowBalalnce" which in turn is > using another servlet class BankCustomer present in the same location. > > While trying to access the serv

Re: [java ee programming] Re: Status Code 404

2010-08-09 Thread jitesh dundas
file name could be wrong in web.xml or path is wrong.. google for plenty solutions on this.. jd On 8/9/10, pradeek k wrote: > > may could be happens when the client request is not available in the > server ,can have have some mistakes while deploying or web xml not > configures properly refer se

[java ee programming] Re: Status Code 404

2010-08-09 Thread pradeek k
may could be happens when the client request is not available in the server ,can have have some mistakes while deploying or web xml not configures properly refer server error status On Aug 9, 2:14 pm, NB-J2EE wrote: > Hi, > > I have placed my compiled servlet code identical to this location "c: >

[java ee programming] Status Code 404

2010-08-09 Thread NB-J2EE
Hi, I have placed my compiled servlet code identical to this location "c: \...\LApps\WEB-INF\classes\coreservlets\ShowBalalnce" which in turn is using another servlet class BankCustomer present in the same location. While trying to access the servlet ShowBalance using this URL: http://localhost:8

Re: [java ee programming] Streaming Zip file contents.

2010-08-09 Thread harshani perera
Hi Hiran, You can use *java.util.zip.ZipOutputStream* class and other classes in java.util.zip package Thanks Harshani On Sun, Aug 8, 2010 at 11:10 AM, Hiren wrote: > I need a help regarding below mentioned scenario. > 1. Get streaming Zip file. > 2. Unzip streaming zip file (i.e when a chun