RE: modules, somethings missing

2003-08-14 Thread Bailey, Shane C.
To: Struts Users Mailing List Subject: Re: modules, somethings missing If you wanted you could the URL mapping for *.cool or something and you will see Struts append that to your path. That way people would not know you are using Struts (maybe to fake out hackers). G I think i'll us a *.asp

RE: modules, somethings missing

2003-08-14 Thread Bailey, Shane C.
you are using Struts (maybe to fake out hackers). Glad to here it is working. -Original Message- From: Travis Stevens [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 6:04 PM To: Struts Users Mailing List Subject: Re: modules, somethings missing I cna't say that I really

RE: modules, somethings missing

2003-08-11 Thread Yansheng Lin
Maybe IE will think your page is written in ASP too, and it will try to give you some help in the next version:). -Original Message- From: Travis Stevens [mailto:[EMAIL PROTECTED] Sent: August 6, 2003 4:32 PM To: Struts Users Mailing List Subject: Re: modules, somethings missing

RE: modules, somethings missing

2003-08-06 Thread Bailey, Shane C.
I believe the problem is that you can only have 1 URL mapping to the Struts Servlet. All you have to have is your first servlet-mapping. Struts will then take care of everything automatically from then on out. The thing you will have to keep in mind is that if you are in the main module to

Re: modules, somethings missing

2003-08-06 Thread Travis Stevens
If you wanted you could the URL mapping for *.cool or something and you will see Struts append that to your path. That way people would not know you are using Struts (maybe to fake out hackers). G I think i'll us a *.asp, althought that would probably not deter hackers very much. -Trav

Re: modules, somethings missing

2003-08-06 Thread Travis Stevens
I cna't say that I really understand why my way didn't work. I really don't see a problem with having multiple mappings to an ActionServlet, at least on the tomcat side of things. Now that I think about it, struts accesses the web.xml file for some configuration information, maybe struts