Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java Open Source > Struts
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Struts section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 17th, 2006, 07:15 PM
Registered User
 
Join Date: May 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default local struts-config_1_1.dtd

To Whom It May Concern:

I am currently using weblogic 7.1,sql 2000 at work.
I tried to start the current application without the
url:http://jakarta.apache.org/struts/dtd...config_1_1.dtd
in the struts-config.xml file. Instead I just use
"struts-config_1_1.dtd" in the struts-config.xml. But
weblogic cannot find it. I tried to use the following:
file://web-inf/struts-config_1_1.dtd but still the
application server cannot find it.

Any help would be greatly appreciated it.

Yours,

Desperate

desperate
 
Old May 23rd, 2006, 05:43 PM
Registered User
 
Join Date: Mar 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,
Here the solution to your problem ;)

You have to use the system attribute to point to a system file.
Try something like
<DOCTYPE SYSTEM "../dtds/struts-config_1.1.dtd">

Bye,


Ivan Rosina





Similar Threads
Thread Thread Starter Forum Replies Last Post
Automated tool to convert XML from DTD to DTD lsantos2000 XSLT 2 October 17th, 2007 08:21 AM
struts actions package: "struts", other packages? ojasrege Struts 1 July 21st, 2007 06:02 AM
How to get upgraded from Struts 1.1 to struts 1.2. [email protected] Struts 0 January 3rd, 2006 04:29 AM
Which DTD? Snib HTML Code Clinic 2 July 16th, 2004 03:34 AM
Help with DTD P Keshav XML 1 September 12th, 2003 12:05 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.