Re: java.io.UTFDataFormatException

2004-08-28 Thread Jacob Kjome
Is the error happening on the loading of the XML and/or XSLT documents you are loading? I used to use Ultraedit as my text editor, but found it sporadically added invalid characters in the first few characters of the doc which would cause weird exceptions upon loading the document. And I

IIS to 4.1.30 via jk 1.2.6 isn't handling posts

2004-08-28 Thread Robert Quinn
i set up IIS 5.0 to jakarta-tomcat-4.1.30 with jk 1.2.6 and it doesn't seem to handle POSTS. GETs are working fine. we can't use JK2 we encountered another problem with that so we figured we try this newest release of 1.2 I'm using the SessionManage example that ships with Tomcat as a testcase.

Symbolic link

2004-08-28 Thread Jitendra Agrawal
Hi, How can I allow symbolic links in tomcat. I have a directory /home/jiten/images/. There are several programs updating this images folder and accessing it. If I move it or make it symbolic link, they will break. I am supposed to show the images in this directory from tomcat. What is the

Re: Symbolic link

2004-08-28 Thread Big Chiz
can be permission problem? allow the user running tomcat to have access to that folder On Sat, 28 Aug 2004 13:54:57 +0530, Jitendra Agrawal [EMAIL PROTECTED] wrote: Hi, How can I allow symbolic links in tomcat. I have a directory /home/jiten/images/. There are several programs updating

RE: problem displaying gif images through cgi script with tomcat

2004-08-28 Thread Mark Thomas
There was a problem with the CGI script handling binary output. This has been fixed in CVS and will be included in the next release. See http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/catalina/src/share/org/apac he/catalina/servlets/CGIServlet.java?r1=1.22r2=1.23diff_format=h and

Problem with tomcat5 / svn-javahl classes (classloader problem?)

2004-08-28 Thread Nikita Zhuk
Hi all, I'm having a problem with Tomcat5 (running on FreeBSD 5.2.1 with jdk 1.4.2) and my webapp, which uses svn-javahl bindings to connect to the Subversion reporitory. The idea of my page is simple: If http session is new, create svn connection and save in into session. If http session

Re: Symbolic link

2004-08-28 Thread QM
On Sat, Aug 28, 2004 at 01:54:57PM +0530, Jitendra Agrawal wrote: : I have a directory /home/jiten/images/. : There are several programs updating this images folder and accessing : it. If I move it or make it symbolic link, they will break. Specifically, what are you trying to do? Are you trying

Re: install vs deploy

2004-08-28 Thread D Sledge
Excellent! I didn't know seperate attributes was used for war files and directory. Now I'm left with the question where can I find the task descriptions for all the other attributes? I was using the example given on the Manager app HOW-TO page

java.io.UTFDataFormatException

2004-08-28 Thread Eugene - InfoSat
Hello All! I'm sorry that I'm posting the same messages more then twice, but I have to change my mailbox because of problems with security (bad luck). I must to post this message again because I didnt recieve any mails on my old address for more than two days. Sorry again. I've fix this error

Session lost on switch from HTTPS to HTTP via JavaScript location replace

2004-08-28 Thread Tim Waldner
Hello, I have a problem with Tomcat 5.0.26 where I need to use JavaScript to set the page location (document.location.href) in order to trigger a page reload. The session gets lost when the protocol changes from HTTP to HTTPS due to the secure setting in the session cookie. I seems Tomcat will

Re: Session lost on switch from HTTPS to HTTP via JavaScript location replace

2004-08-28 Thread QM
On Sat, Aug 28, 2004 at 12:53:15PM -0700, Tim Waldner wrote: : The session gets lost when the protocol changes from HTTP to HTTPS : due to the secure setting in the session cookie. : [snip] : Is there any way to control this behavior in the configuration? I would : like to configure all session

Tomcat and .htaccess

2004-08-28 Thread Morris Hooten
Is there an easy way to use .htaccess files with tomcat 5 without having to install apache? I can't seem to make it work and I'm using a combination of .jsp and .htaccess files. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Tomcat and .htaccess

2004-08-28 Thread QM
On Sat, Aug 28, 2004 at 04:27:25PM -0600, Morris Hooten wrote: : Is there an easy way to use .htaccess files with tomcat 5 : without having to install apache? No, unless you count hacking the Tomcat source as easy. This question comes up on the list frequently; you'd do well to search the

RE: Tomcat and .htaccess

2004-08-28 Thread Filip Hanik \(lists\)
you can easily secure directories with entries in the web.xml file, Filip -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Saturday, August 28, 2004 6:12 PM To: Tomcat Users List Subject: Re: Tomcat and .htaccess On Sat, Aug 28, 2004 at 04:27:25PM -0600, Morris Hooten

Sessions not (quite) working?

2004-08-28 Thread Kevin Matthews
Hi all, I was hoping somebody on this list might be able to point me in the right direction on a problem I'm having. I've searched all over the net, and haven't found anyone yet with a similar problem and a solution to it. For some reason session scope for JavaBeans in my JSP's does not

RE: ASP.NET and Tomcat on same computer

2004-08-28 Thread Endre Stølsvik
On Sat, 28 Aug 2004, Nelson, Jerry W, Contractor 146CF, SCB wrote: | The same computer and I don't know, all I know is I downloaded the Jakarta | Apache-Tomcat version 5.0.27 zip file and unzipped it. You gotta go down the mod_jk road..! You mount Tomcat using something called mod_jk onto IIS -

RE: Sessions not (quite) working?

2004-08-28 Thread Filip Hanik \(lists\)
are you seeing the same thing going directly to Tomcat? -Original Message- From: Kevin Matthews [mailto:[EMAIL PROTECTED] Sent: Saturday, August 28, 2004 7:34 PM To: [EMAIL PROTECTED] Subject: Sessions not (quite) working? Hi all, I was hoping somebody on this list might be able