sripad devaraju

Greenhorn
+ Follow
since Nov 26, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sripad devaraju

Hi all,
today i installed jdk1.4,resin,forte for java.
i would be thankful to you if any of u can tell how to configure forte with resin application server.
pl try to give detail steps
thanks in advance
sripad deavarju
21 years ago
Hi,
any body can sujest good resource, where i can find good and nice explanation about implimentation of Connection Pooling using JSP.
I am using Professional JSP from WROX publications
and searched in google.com.
regards
22 years ago
JSP
Hi,
any body can sujest good resource, where can i find good and nice explanation about implimentation of Connection Pooling using JSP.
I am using Professional JSP from WROX publications
regards
sripad
22 years ago
JSP

I am running Apache as my webserver. I also installed Resin as my servlet engine. When I start Apache It says "Apache/1.3.12 (win32) Resin/2.0.3 running". It seems it is running on port 80 instead of 8080.
Question is how it run my servlets now? Should I also bring Resin up and running? I tried to run Resin with the parameter "Apche.conf" (Which is the Resin configuration file). But it started and stoped right away. The content of "Apche.conf" is as follows.
<code>
<!--
-- A sample Apache configuration
-->
<caucho.com>
<!-- <log id='/' href='stderr:'/> -->
<http-server app-dir='/usr/local/apache/htdocs' class-update-interval='2'>
<srun port='6802'/>
<!-- automatically compile Java in WEB-INF -->
<classpath id='WEB-INF/classes' source='WEB-INF/classes'/>
<error-log id='log/error.log'/>
</http-server>
</caucho.com>
</code>
Can some body help me on how to run my servlet? Resin as a standalone works fine. But I want to know how to run the servlet using Apache and Resin. Thanks in advance.

Regards,
Srikanth.
22 years ago
Hi,
i am new to servlets, i am doing some r&d on cookies,i have,three html pages each having two text boxes,and one submit button,first page is developed in html file, and next two r using servlets.i want to send data from first page to second one,second to third,and then third to data base. so i want to impliment this using cookies(in servlet).so my question is how to bind form field's(two text box'sof each page values) values to cookie name or session id.
Note:-i am sending cookie to client when client gets second page.and sneding cookie value to server when i am sibmitting second form.
i appreciate your help
thanks
sripad
22 years ago