You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by robingandhi21 <ro...@gmail.com> on 2007/04/30 11:49:03 UTC

query on Embedded Tomcat

Hi all,

I am trying to execute some servlets in the embedded tomcat.
But some of the servlets which have a function getParameter(the function the
the value of  parameter from query string) are not getting executed properly
while the same servelts when executed in standalone Tomacat are getting
executed peoperly.

Like i am using this statement in servlet:

String str = request.getParameter("SPID");

now in this str will have the value of SPID which will be given in query
string.

Whwn the servlet containing this statement is executed with stand alone
Tomacat str will have the value as given in query starng.
But if, same is run with embedded tomacat str returns null.

Can anybody help in this case.
Thanks in advance,
Robin 
-- 
View this message in context: http://www.nabble.com/query-on-Embedded-Tomcat-tf3668723.html#a10250733
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org