 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
cpanon Guest
|
Posted: Sat Aug 27, 2005 3:46 pm Post subject: unchanging launch url |
|
|
Hello
I have a simple webmodule with one JB generated jsp1.jsp. I have a
servlet, however when I configure the launch url in the webmodule to be
/context/servlet?param1=value1 it still comes up as /context/jsp1.jsp.
All the minimal configs in web.xml look correct. Now if I type in the
correct launch url in a browser it works as intended, so everything is
compiling, just not launching correctly. (JB05SP4W2K). Ideas? tia.
|
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
Posted: Tue Aug 30, 2005 12:19 pm Post subject: Re: unchanging launch url |
|
|
cpanon wrote:
| Quote: | I have a simple webmodule with one JB generated jsp1.jsp. I have a
servlet, however when I configure the launch url in the webmodule to
be /context/servlet?param1=value1 it still comes up as
/context/jsp1.jsp. All the minimal configs in web.xml look correct.
Now if I type in the correct launch url in a browser it works as
intended, so everything is compiling, just not launching correctly.
(JB05SP4W2K). Ideas? tia.
|
You have to put the query string into a separate field, thus:
Launch URI: /context/servlet
Query string: param1=value1
There should be a separate "Query string" field in the run
configuration.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|