Re: Tomcat under JBoss

2006-07-05 Thread Mark Sutton
What version of the servlet API are you specifying in the web.xml of the application? Mark On 05/07/06, Pid <[EMAIL PROTECTED]> wrote: Can you execute an arbitrary JSP scriptlet in the page, or does that get ignored too? Pid wrote: > And the taglibs are definitely being imported on the page i

Re: Annoying JBuilder copying problem

2005-11-04 Thread Mark Sutton
I used JBuilder on a previous job and I seem to recall that it had the habit of trying to be clever and only copying over classes that were directly referenced by other classes. Unfortunately, this didn't seem to include stuff that was only referenced in JSP pages. Could this be causing the probl

Re: tomcat 5 combined http and https, same session

2005-10-25 Thread Mark Sutton
If you are using Struts, then the following can help you perform the switching: http://sourceforge.net/projects/sslext Mark On 25/10/05, Rob <[EMAIL PROTECTED]> wrote: > > Hi All, > > I looked through the mail archives as well - past two years. There's some > interesting info, but nothing that