Antwort: Strange behaviour with url rewrite when cookies are allowed

2005-12-11 Thread Jan Behrens
Please ignore, have opened a new thread with an updated problem description. Jan Jan Behrens <[EMAIL PROTECTED]> schrieb am 09.12.2005 11:19:02: > Hi List, > > I have a legacy webapp that I am slowly migrating to Struts. It makes > heavy use of storing / retrieving objects in the session and

Session cookies on Linux

2005-12-11 Thread Jan Behrens
Hi list, I have a problem with session cookies on a Linux server. Both Tomcat instances running on the machine don't seem to be able to store session data in cookies. They otherwise work just fine, just no cookies. I have obviously checked all browser settings as well as made sure that all web

Re: Problems with my first JSP file

2005-12-11 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

RE: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap - tomcat + Linux

2005-12-11 Thread Caldarale, Charles R
> From: rafiti [mailto:[EMAIL PROTECTED] > Subject: Exception in thread "main" > java.lang.NoClassDefFoundError: > org/apache/catalina/startup/Bootstrap - tomcat + Linux > > Using CATALINA_BASE: > /home2/rafi/jakarta-tomcat-4.1.31-src/ > Using CATALINA_HOME: > /home2/rafi/jakarta-tomcat-4.1.31-

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap - tomcat + Linux

2005-12-11 Thread rafiti
Hi, I've just started working with tomcat on Linux. I am using it in order to search the data that was built by Nutch crawler. (I used the instructions of the Nutch web site for that) When I try to start up tomcat by doing "catalina.sh start" I get as an output: "

connection refused -- pls help asap

2005-12-11 Thread Nehal Sangoi
Hi, I am facing problems while opening lookups for another tomcat instance thru apache url of one tomcat instance. Here is, what i am doing -- Logon to apache url of one tomcat instance. click on lookup -- that points to another tomcat instace app No errors in apache logs... Errors in first

Re: How to start web service application before the web client applic ation

2005-12-11 Thread QM
On Sun, Dec 11, 2005 at 07:00:25PM -0500, Vasudha Kini wrote: : I have both web service and web client application deployed to local host. : : How can I make tomcat load web service application before web client : application? 1/ run apps in separate Tomcat containers -- start the service app co

RE: How to load a class when tomcat starts

2005-12-11 Thread Sethuraman, Prabhu \(Cognizant\)
Hi Vineesh, Thats simple. Just check the link below for information on ServletContextListener. This is just according to the Servlet spec with tomcat its just as easy: http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html Sample code: ApplicationListener.

please help

2005-12-11 Thread rajeesh
hi I am student doing projet in web applications in JSP..whenever i tried to run applet it gives the following error. Error in getcompany tab from servlet method java.io.File not found exception VresType Null file.html nanFile Read servlet tab added java.lang.NUll pointer excpetion

I made it

2005-12-11 Thread Claudio Veas
Sorry to bother with my problem, but i could figure it out by self, thanks for your question Martin I apreciate it your concern, oh and the problem was that I had an old java-connector so I downloadaded the last and the aplication worked so Im really happy. By the way why does the mailing list admi

Re: I got other problem

2005-12-11 Thread Martin Gainty
Claudio- what happens when you start MySQL as a service? Saludos Cordiales de EEUU Martin- - Original Message - From: "Claudio Veas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, December 11, 2005 8:56 PM Subject: I got other problem I make the jsp file work but this time

I got other problem

2005-12-11 Thread Claudio Veas
I make the jsp file work but this time i have other exception I hope you can help me Communication link failure: java.io.IOException, underlying cause: Unexpected end of input stream ** BEGIN NESTED EXCEPTION ** java.io IOException MESSAGE: Unexpected end of input stream STACKTRACE: java.io IOExc

Problems with my first JSP file

2005-12-11 Thread Claudio Veas
Im already on my learning path but I have a problem on my first example and I dont know exactly what it is. This is the JSP File   Employee List<%@ page import="java.sql.*" %>Last NameFirst Name<%Connection conn = null;Statement st = null;ResultSet rs = null;try {Class.forName("com.mysql.jd

How to start web service application before the web client applic ation

2005-12-11 Thread Vasudha Kini
I have both web service and web client application deployed to local host. How can I make tomcat load web service application before web client application? Thanks in advance.

Re: JSP/Servlet runs even when webapp undeployed

2005-12-11 Thread Darren Holloway
Hi Charles, thanks for the quick response. #1: When I take Apache out of the picture, it behaves as expected: Accessing an undeployed app through tomcat gives 404, and changes are picked up when I re-deploy. Unfortunately, running it through Jk still shows the very original version. #2: Ther

RE: JSP/Servlet runs even when webapp undeployed

2005-12-11 Thread Caldarale, Charles R
> From: Darren Holloway [mailto:[EMAIL PROTECTED] > Subject: JSP/Servlet runs even when webapp undeployed > > However, if I undeploy the web-app, it continues to run. If I deploy > another version of the web-app, it still uses the original one. A few things to try: 1) Take httpd out of the pi

JSP/Servlet runs even when webapp undeployed

2005-12-11 Thread Darren Holloway
Hello all; I'm at my wit's end trying to figure this problem out. Context of the problem: I have connected Apache-1.3.33 to Tomcat-5.5.12 through Jk. Apache is configured to route all *.jsp URL's to Jk. On the Tomcat weapp side, I have one JSP, one singleton-pattern c

Re: Problem with mod_jk Connector

2005-12-11 Thread Martin Gainty
Straight from the doc available at http://tomcat.apache.org/connectors-doc/config/apache.html forwardAll=true in your httpd.conf forwards ALL requests to tomcat JkUnMount takes precedence over JkMount directives, meaning that the JK will first look for unmount and then for mount directives. T

RE: Problem with mod_jk Connector

2005-12-11 Thread Michael Andreas Omerou
Hi Martin, Below is my entire workers.properties file: workers.tomcat_home=/usr/local/jakarta/jakarta-tomcat workers.java_home=/usr/local/j2sdk ps=/ worker.list=ajp13 worker.ajp13.type=ajp13 worker.ajp13.host=localhost worker.ajp13.port=8009 worker.ajp13.lbfactor=50 worker.ajp13.cachesize=10 work