error number 500

2007-12-16 Thread Joly M
I have installed tomcat 6. i have tried to run the cal1 jsp example, but i've got an apache error number 500. this error is never triggered when i run a simple html file... cheers

POJO Application Server Harbor Version 1.0.2 release for Tomcat

2007-12-16 Thread Johnny Kewl
New release demo's how one could create an ATM machine (Auto-teller) or cash dispenser for the web. This new concept of POJO Application Server is proving to be enormously powerful, and is we believe the best application server on earth, albeit still very young. Wishing everyone a very Merry

Response.SendRedirect problems

2007-12-16 Thread ashwin soorkeea
Hello all, I have a problem for my application and this prob is causing an entire netw= ork of users from using my application. I will appreciate if you guys can help me solve my prob. It concerns the servlet response.sendRedirect(...) method. When using the

Re: error number 500

2007-12-16 Thread mgainty
display contents of jsp contents of web.xml content of server.xml Regards/ M- - Original Message - Wrom: VWWCUFPEGAUTFJMVRESKPNKMBIP To: users@tomcat.apache.org Sent: Sunday, December 16, 2007 6:51 AM Subject: error number 500 I have installed tomcat 6. i have tried to run the cal1

Re: Response.SendRedirect problems

2007-12-16 Thread david delbecq
ashwin soorkeea a écrit : Hello all, I have a problem for my application and this prob is causing an entire netw= ork of users from using my application. I will appreciate if you guys can help me solve my prob. It concerns the servlet response.sendRedirect(...) method. When using the

apache2-modjk-tomcat

2007-12-16 Thread Chris Pat
Hi A previously working config, is not working after restore. I know the restore is not complete. It is as complete as I can make it and odd behavior is happening. Some webapps are showing up fine. Two in particular show the forms authentication however when entered with correct user/pass

Re: apache2-modjk-tomcat

2007-12-16 Thread Rainer Jung
Chris Pat schrieb: Hi A previously working config, is not working after restore. I know the restore is not complete. It is as complete as I can make it and odd behavior is happening. Some webapps are showing up fine. Two in particular show the forms authentication however when entered

Re: appBase and docBase in VirtualHosting Configuration of TC5.5

2007-12-16 Thread Mark Thomas
Penghui Wang wrote: It seems workable. But i am not sure the configuration right or not. Could someone could pick me up? http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html Mark - To start a new topic,

Re: HttpSessionActivationListener not getting called in the Tomcat 5.5.20 clustered mode.

2007-12-16 Thread Mark Thomas
Mark Thomas wrote: There might be a problem in clustered mode. That will take longer to test because I know I don't have a test case ready to go. To summarise: Unclustered - As far as I can see, everything works as per the spec Clustered - This is a little tricky. The spec defines what should

Re: error number 500

2007-12-16 Thread Joly M
the following are what i got : web.xm contains : ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app !-- General description of your web application -- display-nameMy Web

Re: Problems with Xerces under Tomcat 5.5

2007-12-16 Thread Konstantin Kolinko
1. Why do you need xerces.jar? Isn't Java API for XML processing, available since Java 1.4, enough for you? 2. Read http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html There is a chapter on using an alternate XML parser implementation. 2007/12/13, Salvatore Capolupo [EMAIL

Re: error number 500

2007-12-16 Thread Martin Gainty
Hello Dave Developer in your jsp adjust your class to the package.className as with jsp:useBean id='clock' scope='page' class='cal.JspCalendar' type=cal.JspCalendar / M-- - Original Message - From: Joly M [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday,

Re: Tomcat 5 SSI crossContext

2007-12-16 Thread Mark Thomas
Shannon Scott wrote: To be clear, if my .shtml lokks like this: html body !--#include virtual=/index.jsp -- !--#include virtual=/myTest/index.jsp -- /body /html The first include works but the second shows this on the page: [an error occurred while processing this directive] I have

Simple Howto

2007-12-16 Thread Eugene Poole
I'm looking for some reasonably simple instructions on gettting Tomcat and Apache working together. Here's whare I'm at now: 1. Ever since I learned how to do LVM, that's what I use. 2. I've always installed the Sun Java at the completion of the standard install, and I've installed it

Re: Simple Howto

2007-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gene, Eugene Poole wrote: I'm looking for some reasonably simple instructions on getting Tomcat and Apache working together. Well, there's always http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html but if that's too complex,

Re: Response.SendRedirect problems

2007-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Askwin, ashwin soorkeea wrote: When using the response.sendRedirect(/myexample) in my java class, i do not want the servlet engine to reconstruct an absolute URL, before sending the response to the browser. This request violates the servlet

Coyote Connector Issue

2007-12-16 Thread Mary Joseph
Hi, I am facing a problem with tomcat not working as stand-alone . It is using CoyoteConnector on 8080 port and rejecting my request as 400 Bad Request. I am using tomcat 4.1.36 and got to know the issue CVE-2005-2090 which got fixed according to which all requests with multiple content

Re: Coyote Connector Issue

2007-12-16 Thread Bill Barker
Most GET requests don't include a Content-Length header, and they work fine. Mary Joseph [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I am facing a problem with tomcat not working as stand-alone . It is using CoyoteConnector on 8080 port and rejecting my request as 400 Bad

Re: Coyote Connector Issue

2007-12-16 Thread Mary Joseph
Thanks Bill.. Any idea how to enable the logs so that i can trace the flow ? Bill Barker [EMAIL PROTECTED] 12/17/07 9:30 AM Most GET requests don't include a Content-Length header, and they work fine. Mary Joseph [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I am

Project Deployment Questions

2007-12-16 Thread Richard G. Reyes
Hi All, We have created this web application where users can upload images and display it selectively on the other parts of the system. For performance reasons we have saved the said images into the filesystem ( e. g. $CATALINA_HOME/webapps/ROOT/images/uploadedimages/bird01.jpg). At this point

super happy build time: package org.eclipse.jdt.core.compiler org.eclipse.jdt.internal.compiler does not exist

2007-12-16 Thread rektide
i'm on debian and it took me a night of labor to get tomcat building. it's my own damned fault for having become so rotten at dealing with classpaths, and for that i in part can thank eclipse, but it was a kind of rotten experience, and i wanted to share here incase anyone else gets long streams

Hql error throws when the application specific jar name with starting a capital letter

2007-12-16 Thread Kanchana Welagedara
Hi All I have used appfuse to write an web application and deployed that in the Tomcat server.There is another dependency application specif jar (let's say xa.jar)file which refers in Application folder/WEB_INF/lib/xa.jar when this names with capital letters (Xa.jar ) it throws a hql Query error

Re: Hql error throws when the application specific jar name with starting a capital letter

2007-12-16 Thread Richard G. Reyes
Hi Kanchana, If you are deploying in a unix environment, I guess it might be because that under Unix filenames are case sensitive, xa.jar and Xa.jar are 2 different files. You might want to try renaming the files.. just my .02cents Richard Kanchana Welagedara wrote: Hi All I have used

Resource problem with ActiveMQ

2007-12-16 Thread Johannes Carlén
Hi, I have a problem getting ActiveMQ to work with Tomcat6 correctly. I have created a minimal web app with a Spring MDP that works great if I use Eclipse with WTP. Clean tomcat6, clean eclipse. New web project. However, if I export the app as a war and deploy to an external (also CLEAN) Tomcat