Body not transmitted with javaxmail when Tomcat is starting

2008-10-25 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=57811 Posted on behalf of a User I use the same code in 2 ways : 1/ In a simple java project with Eclipse 2/ In a Tomcat application When I send a mail in a simple java project, it works. The mail is sent with subject and body. When I use

Re: Obfuscating a Servlet

2008-10-25 Thread Johnny Kewl
- Original Message - From: Jeng Yu [EMAIL PROTECTED] To: users@tomcat.apache.org 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

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

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 web

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

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

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:

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 RFC (3986

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.

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 pool

RE: Tomcat 6

2008-10-25 Thread Martin Gainty
Please display contents of ./WEB-INF/web.xml ./META-INF/ApplicationContext.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

RE: Tomcat 6

2008-10-25 Thread Chris Lenart
?xml version=1.0 encoding=UTF-8? web-app xmlns:xsi=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

RE: Tomcat 6

2008-10-25 Thread Martin Gainty
check your faces-config.xml it should something like ?xml version=1.0 encoding=UTF-8? faces-config version=1.2 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

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