This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 18173

Summary: cannot exec servlet
Product: serverplugins Reporter: johnny cool <q1w2e3rgwood>
Component: TomcatAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: av-nb
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description johnny cool 2001-11-28 21:22:44 UTC
to recreate
1 create servlet with wizard.
2 convert filesystem to web module(this is not documented in the help->running a
servlet
3 execute the servlet
4 a dialogue entitled "Servlet execution parameters" popups up.
This is not documented anywhere that I can see. I've tried leaving this blank
and putting values in to no avail. Also when documented add that this can be
edited in the props.
5 I put "TestServlet" as the uri.
6 the tomcat server starts (telnet localhost 8080 works)
7 The java web browser pops up saying "FileNotFoundException:
http://myhostname:8080/TestServlet" at bottom

This looks to be just a documentation thing.
Comment 1 Milan Kuchtiak 2002-01-09 10:45:38 UTC
As I tried to reproduce this in release 3.3 Beta6 - no dialog was 
offered to me after the third step (execute the servlet).

Where did you create the servlet - inside the filesystem which was 
then converted to webmodule or outside that filesystem ?
Comment 2 Milan Kuchtiak 2002-01-09 10:52:28 UTC
It seems to be fixed already for Netbeans 3.3.
Comment 3 Alexei Mokeev 2002-03-20 11:38:39 UTC
Dialog doens' appears at step 4 for me too.
But looks like Servlet was created at the root of WebModule, not in
WEB-INF/classes.
Therefore bug looks like as INVALID but not as FIXED.
Comment 4 _ rkubacki 2002-03-20 12:52:23 UTC
Following steps can reproduce it:
1 create a servlet with wizard in a non-web FS
2 set compiler to compile into WEB-INF/classes
3 execute it