[studs-user] Studs-basic install on Windows XP with XAMPP
Status: Beta
Brought to you by:
mojavelinux
|
From: Randall E. <ran...@ho...> - 2005-11-09 04:40:05
|
Hi,
I've just installed the studs-basic 0.9.7.2 files on a Windows XP machine
using an Apache 2.0 server installed with XAMPP.
I haven't yet programmed any action or action forward classes, but from the
presence of the welcome.psp page and the "welcome" forwarding in the
struts-config.xml file, it seems that I should get a welcome message when I
go to localhost/myproject. Instead I get a "HTTP Status 404 - /myproject"
status report with a description of "The requested resource (/myproject) is
not available". I can tell that this message is being generated by the
studs platform because the Apache 404 gives an "Object not found" message.
Am I just off base on this (classes need to be written to get some output)
or have I missed something in the install/configuration? Any pointers would
be really appreciated...
By the way, I haven't modified the web.xml or struts-config.xml files and
the directory structure for the project follows:
+C:
+Program Files
+xampp
+htdocs
+myproject
+pages
-tmpl
+pages
-classes
+lib
-horizon
-phase
-stratus
-studs
-tld
-work
|