Sekhar rajus

Greenhorn
+ Follow
since Sep 28, 2004
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 Sekhar rajus

I have tomcat3.2.3 where I have Soap.properties file called in Tomcat.bat using this piece of code(below).

I am trying to port my application to Tomcat5.0.28.

:startServer
echo Starting Tomcat in new window
if "%2" == "-security" goto startSecure
%_STARTJAVA% %TOMCAT_OPTS% -Dtomcat.home="%TOMCAT_HOME%" -Dproperties.file="%TOMCAT_HOME%\webapps\ClientSupportApp\Web-inf\properties\soap.properties" org.apache.tomcat.startup.Tomcat %2 %3 %4 %5 %6 %7 %8 %9
goto cleanup


Can any one tell me how to include the same in Tomcat5.0(Catalina.bat).What are the chnages to be made and how to apprach this problem.

Presently it gives error: Application Properties File:Soap.properties file not found.

Thanks in advance .


Thanx and Reg
Sekhar
19 years ago
Hi

I am using Tomcat 3.2.3 and i am stuck with the issue.Hope you would have resolved this.I got many answers but i did not find any thing concrete.

Could you please let me know as to what is the Change that needs to be done in Tomcat to counter the error.

As far as the replies that I have learnt over the net all of them says it happen if the Client closes the browser before everything is downloaded then server throws that message.

Another common reply I see is that the networkconnectivity problem between
the Tomcat and the Database server.

Please help me as to what should be done on Tomcat side to counter this.
I am fed up of Restarting our Tomcat every now and then to keep it up.

Thanx in advance
Sekhar Raju
sek_76@rediffmail.com
19 years ago