RE: Asking Again: What's the best way to mix html & jsp

2005-09-12 Thread Allistair Crossley
tatic type file extensions. Allistair. > -Original Message- > From: David Thielen [mailto:[EMAIL PROTECTED] > Sent: 12 September 2005 17:03 > To: 'Tomcat Users List' > Subject: Asking Again: What's the best way to mix html & jsp > > > > Hi; >

Asking Again: What's the best way to mix html & jsp

2005-09-12 Thread David Thielen
Hi; I have websites which are 95% html and 5% jsp/jsf. Any suggestions on the best way to mix this? What I have always done to date is put the jsp/jsf stuff under the Tomcat webapps dir and the rest under the IIS inetpub/wwwroot dir. It's a little disjointed during development but seems to work g

What's the best way to mix html & jsp

2005-09-09 Thread David Thielen
Hi; I have websites which are 95% html and 5% jsp/jsf. Any suggestions on the best way to mix this? What I have always done to date is put the jsp/jsf stuff under the Tomcat webapps dir and the rest under the IIS inetpub/wwwroot dir. It's a little disjointed during development but seems to work

Unable to access html/jsp lying in Tomcat Root directory

2003-11-11 Thread VISHAL SAXENA
I have created a symlink for Tomcat root directory /home/vsaxena/jakarta-tomcat-5.0.12/webapps/ROOT to DSpace (Application that I am working upon) directory containing all the JSP and required HTML. (index.html is one of these) However, as I try to access index.html from browser (accessing the URL

RE: General HTML/jsp question, any one

2002-09-04 Thread Rui Fernandes
PROTECTED]> Sent: Wednesday, September 04, 2002 7:43 PM Subject: Re: General HTML/jsp question, any one > To convert the string to xml compliant string, you could use a custom tag to > convert " to ", < to <, et c. > > instead of having an input tag, you could have a c

Re: General HTML/jsp question, any one

2002-09-04 Thread garrett smith
To convert the string to xml compliant string, you could use a custom tag to convert " to ", < to <, et c. instead of having an input tag, you could have a custom tag such as filtered-input. This custom tag would replace " with " You could try to use single-quotes for attributes, but that will

General HTML/jsp question, any one

2002-09-03 Thread Dinesh Khetarpal
I have an html page generated dynamically by jsp, this page has input field and value=A string which has " in it. I should generate the page converting " to " but I don't and html assumes string ends early. Do you know a method to overcome this or utilities which will convert the string to xml com

html-jsp

2000-11-24 Thread Carlos
i have install tomcat 3.2 beta 8 if i want to see a html page there is not problem but if i want to see a jsp page the system says me that the page isn't. what may be the problem? thanks carlos AH! if i shutdown the 3.2 version and i run the 3.1 version there is not problem. Thanks. Other: in th