RE: Tomcat 6

2008-10-25 Thread Chris Lenart
I put it by web.xml Am I right? Same error occurs. Wait, I am not using faces just tags from core. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Saturday, October 25, 2008 8:23 PM To: Tomcat Users List Subject: RE: Tomcat 6 check your faces-config.xml it shoul

RE: Tomcat 6

2008-10-25 Thread Martin Gainty
check your faces-config.xml it should something like http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";>

RE: Tomcat 6

2008-10-25 Thread Chris Lenart
http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://java.sun.com/xml/ns/j2ee"; xmlns:javaee="http://java.sun.com/xml/ns/javaee"; xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"> PhotographyShop index

RE: Tomcat 6

2008-10-25 Thread Martin Gainty
Please display contents of ./WEB-INF/web.xml ./META-INF/Context.xml Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature

Re: Tomcat 6

2008-10-25 Thread Vinuth Madinur
On Sun, Oct 26, 2008 at 4:39 AM, Chris Lenart <[EMAIL PROTECTED]> wrote: > Hi > > I need help with something. I have been doing a web site with JSP's > and all of a sudden I am getting 404 with all of JSP's. I don't know > what is causing it. Before I was trying to make a database connection >

Tomcat 6

2008-10-25 Thread Chris Lenart
Hi I need help with something. I have been doing a web site with JSP's and all of a sudden I am getting 404 with all of JSP's. I don't know what is causing it. Before I was trying to make a database connection pool with JDNI but it didn't work. So I removed it. I don't know what to do. Can

RE: jsessionid sent in URL is being ignored.

2008-10-25 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: jsessionid sent in URL is being ignored. > > If the "jsessionid" was really a parameter in this URL, it > would need to be after the "?" No, the semicolon delimiter is correct. Look at section 7.1.3 of the Servlet spec and the URI RF

Re: jsessionid sent in URL is being ignored.

2008-10-25 Thread André Warnier
Vinuth Madinur wrote: Hi, I'm facing this weird situation. I've a URL which is like this: http://127.0.0.1:8080/hhc/call.htm;jsessionid=A9BA1447B82CB594B176D479288EAE1B?_flowId=careGiverTrack&_flowExecutionKey=_c46E07E3E-DC94-02A4-7961-763335C051A0_kC04C8A37-D22F-EF55-75E9-AD4514579721&_eventId

jsessionid sent in URL is being ignored.

2008-10-25 Thread Vinuth Madinur
Hi, I'm facing this weird situation. I've a URL which is like this: http://127.0.0.1:8080/hhc/call.htm;jsessionid=A9BA1447B82CB594B176D479288EAE1B?_flowId=careGiverTrack&_flowExecutionKey=_c46E07E3E-DC94-02A4-7961-763335C051A0_kC04C8A37-D22F-EF55-75E9-AD4514579721&_eventId=patientNotFound jsess

RE: Are multiple contexts of the same code code base visible to each other?

2008-10-25 Thread Peter Crowther
[My mailer appears to be missing part of the thread, ignore this if the question's already been answered] > From: Jonathan Mast [mailto:[EMAIL PROTECTED] > getInstance(path) checks a static hashmap for path Static held where? In MultiLogger, and Multilogger is a class (or in a jar) that is dep

Re: read context.xml Resource attributes

2008-10-25 Thread Juha Laiho
Harry Levinson wrote: > What is the proper way to read attributes of a Resource in context.xml, for > example the "url" attribute? > > I am building a test web page that shows whether or not we are successfully > connected to the database. Only techies inide the company will be able to > view that

Re: Obfuscating a Servlet

2008-10-25 Thread Johnny Kewl
Hi Jeng, Yes it does, it can be reverse engineered and you can try it yourself, its still there but where something was "StoreNames" is now just "a". If they determined enough they will reverse engineer it, but on a large project its not easy to understand at all. Put it this way, on large pro

Re: Obfuscating a Servlet

2008-10-25 Thread Johnny Kewl
- Original Message - From: "Jeng Yu" <[EMAIL PROTECTED]> To: Sent: Friday, October 24, 2008 12:28 PM Subject: Obfuscating a Servlet Hi All, I just wanted to know if I can first obfuscate my selvlet with ProGuard before I deploy it in Tomcat environment. Will doing this really prot