RE: Developing and running Struts on Tomcat without an Internet Connection

2006-03-20 Thread Sunil_Sahu
ception. Moral of he story is check DOCTYPE in your xml file and match it with corresponding DTD in struts.jar file. Hope it helps.. Sunil <[EMAIL PROTECTED]> 03/17/2006 09:07 PM Please respond to "Struts Users Mailing List" To cc Subject RE: Developing and running Strut

Re: Developing and running Struts on Tomcat without an Internet Connection

2006-03-19 Thread Hey Nony Moose
Sounds like Gurpreet.S.Dhanoa is decribing the same shotgun apporach that I was saying I used (making local copies of referenced files), which I've always been sure was suboptimal but it got me out of trouble. (ie: it "works") I'll try to take in the comments given of how to fix it optimally for ne

RE: Developing and running Struts on Tomcat without an Internet Connection

2006-03-17 Thread Gurpreet.S.Dhanoa
tml"%> JSP for HelloForm form name : password : _ From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 9:52 AM To: Dhanoa, Gurpreet S.; user@struts.apache.org Subject: RE: Developing and running Struts on Tomcat without an Internet Connection

RE: Developing and running Struts on Tomcat without an Internet Connection

2006-03-17 Thread Joe Germuska
March 16, 2006 9:28 PM To: Struts Users Mailing List Subject: Developing and running Struts on Tomcat without an Internet Connection I know this is supposed to work, but I'm getting an error starting up my Struts 1.2.8 application on Tomcat 5.5.15 when I unplug my computer from the Internet.

RE: Developing and running Struts on Tomcat without an Internet Connection

2006-03-17 Thread Gurpreet.S.Dhanoa
ect: Developing and running Struts on Tomcat without an Internet Connection I know this is supposed to work, but I'm getting an error starting up my Struts 1.2.8 application on Tomcat 5.5.15 when I unplug my computer from the Internet. The stack trace is: java.net.UnknownHostException: jakarta.ap

Re: Developing and running Struts on Tomcat without an Internet Connection

2006-03-16 Thread Joe Germuska
At 1:34 PM +1000 3/17/06, Hey Nony Moose wrote: Richard Yee wrote: I know this is supposed to work, but I'm getting an error starting up my Struts 1.2.8 application on Tomcat 5.5.15 when I unplug my computer from the Internet. The stack trace is: java.net.UnknownHostException: jakarta.apa

Re: Developing and running Struts on Tomcat without an Internet Connection

2006-03-16 Thread Paul Benedict
Try replacing your jar file. This is a long shot, but when I had these before I think the jar got corrupted. It's probably looking for the DTD on the internet because it can find them on your computer. You can always put the DTD's in the WEB-INF root, but you shouldn't since Tomcat 5 should find th

Re: Developing and running Struts on Tomcat without an Internet Connection

2006-03-16 Thread Hey Nony Moose
Richard Yee wrote: > I know this is supposed to work, but I'm getting an error starting up > my Struts 1.2.8 application on Tomcat 5.5.15 when I unplug my computer > from the Internet. > The stack trace is: > > java.net.UnknownHostException: jakarta.apache.org when i get these in this scenario i

Developing and running Struts on Tomcat without an Internet Connection

2006-03-16 Thread Richard Yee
I know this is supposed to work, but I'm getting an error starting up my Struts 1.2.8 application on Tomcat 5.5.15 when I unplug my computer from the Internet. The stack trace is: java.net.UnknownHostException: jakarta.apache.org at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:1