It seems that your web.xml isn't configured correctly.

What do you have for your servlet mappings? Mine is listed below. I know a version of the UsersGuide mentioned using "servlet/control" but really you need "/servlet/control"

<servlet-mapping>
   <servlet-name>control</servlet-name>
   <url-pattern>/servlet/control</url-pattern>
 </servlet-mapping>
 <servlet-mapping>
   <servlet-name>file</servlet-name>
   <url-pattern>/servlet/file</url-pattern>
 </servlet-mapping>

Check that out and please let us know.

FYI, [EMAIL PROTECTED] is a better list for usage questions. More people will see it. We use the developers list to discuss and track changes in the developemental version of dbf, so unless you are interested in seeing every change to the source code...the interest list is for you.

I've created a sample application to test dbforms using devgui.  We are
using the following items:
1. tomcat 4.1.24
2. dbforms 1.1.3
3. Oracle 8i
4. JDK 1.3.1

A sample application called 'dbf' was created and deployed under
%tomcat_home%/webapps

Also, the server.xml has been updated under %tomcat_home%/conf.

Additionally, have created:
..\dbf\ containing: generated JSP from devgui
..\dbf\WEB-INF containing: web.xml, dbforms-config.xml, lib
..\dbf\lib\ containing: required jars

The menu.jsp can be loaded without any problem.  However, any click on a
button results in a 404 page, saying that 'The requested resource
(/dbf/servlet/control) is not available'

Additionally, we can call the other generated JSP pages directly to list the
records from this table,
however any action, such as insert, modify, delete, ... results in this
same 404 page once again.


Anyone seeing the same issue?
-- Shawn

Happily using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/


------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to