RE: running tomcat on port 80

2005-06-21 Thread Fredrik Liden
Shouldn't be any problems. Are you sure there are not other programs bound to 80? Try netstat -a in the dos window. -Original Message- From: Tony Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 9:47 AM To: tomcat-user@jakarta.apache.org Subject: running tomcat on port 80 Hi

RE: IE 20 session cookies limitation

2005-05-13 Thread Fredrik Liden
How about passing the session ids in the url like you woud do if the user had cookies disabled? -Original Message- From: Rick Wong [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 11:42 AM To: tomcat-user@jakarta.apache.org Subject: IE 20 session cookies limitation Hi, I am using T

RE: Strange error

2005-05-11 Thread Fredrik Liden
l Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 11:41 AM To: Tomcat Users List Subject: Re: Strange error You need to look at line 125 of WebApplicationListener in the org.objectstyle.cayenne.conf package and see which object might be null that you have assu

Strange error

2005-05-11 Thread Fredrik Liden
Does anyone have any idea what this error means? I'm using jdk 1.5, tomcat 5.5.9 and intellij. Thanks! Connected to server ERROR [/]: Session event listener threw exception java.lang.NullPointerException at org.objectstyle.cayenne.conf.WebApplicationListener.sessionCreated(WebAp plicationListene

RE: Expression Languange not working for me

2005-04-25 Thread Fredrik Liden
l: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; > Fredrik Liden wrote: > Try this: > >

RE: Expression Languange not working for me

2005-04-25 Thread Fredrik Liden
han [mailto:[EMAIL PROTECTED] Sent: Monday, April 25, 2005 6:24 PM To: Tomcat Users List Subject: Re: Expression Languange not working for me This is what my web.xml file contains: http://java.sun.com/dtd/web-app_2_3.dtd";> What do I change? Fredrik Liden wrote: > Check your

RE: Expression Languange not working for me

2005-04-25 Thread Fredrik Liden
Check your web.xml file to make sure you're using the 2.4 dtd and not 2.3 or lower. Fredrik -Original Message- From: Franklin Phan [mailto:[EMAIL PROTECTED] Sent: Monday, April 25, 2005 6:04 PM To: tomcat-user@jakarta.apache.org Subject: Expression Languange not working for me I am run

Tomcat 3 and Tomcat 5 on JDK 1.3 and JDK 1.5 respectively

2005-04-01 Thread Fredrik Liden
Does anyone know if this configuration is possible on one computer? The reason for the two different JDKs is that I'm guessing that Tomcat 3.23 isn't compatible with jdk 1.5 or even 1.4 or is it? So I guess the question is if it's in Catalinas startup config files it's possible to specify differen

RE: Address localhost:8080 already in use

2005-03-23 Thread Fredrik Liden
o: 'Tomcat Users List' Subject: RE: Address localhost:8080 already in use Reboot ! -Original Message- From: Fredrik Liden [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 7:30 PM To: Tomcat Users List Subject: Address localhost:8080 already in use Here is a big problem t

Address localhost:8080 already in use

2005-03-23 Thread Fredrik Liden
Here is a big problem that I've run into so many times. I run start tomcat. And then by accident I start it again while it is running. After that I can't shut it down again. And if I try to run it it says the address is in use. Have someone found any solution to this problem? Any suggestions would

Help configure ServletFilter

2005-03-16 Thread Fredrik Liden
Does anyone know how to configure a ServletFilter to only respond to JSPs and Servlets? If I set it to everything using * it triggers for all the images as well. Thanks! /Fredrik - To unsubscribe, e-mail: [EMAIL PROTECTED] For

JDBC Realm by-passing login page using a link

2005-03-10 Thread Fredrik Liden
Is it possible to pass login info in a link and then based on this information set the JDBC realm status to logged in? In other words is it possible to trigger the authentication manually in a filter? Thanks! /Fredrik - To unsu

RE: How to run servlet for every 30 minutes in Tomcat 4.1.30

2004-12-21 Thread Fredrik Liden
Check out QuartzScheduler from Open Symphony it's easy to configure within Tomcat. Fredrik -Original Message- From: pandu yelamanchili [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 9:58 AM To: [EMAIL PROTECTED] Subject: Re: How to run servlet for every 30 minutes in Tomcat

RE: MYSQL Authentication

2004-12-20 Thread Fredrik Liden
Hey M, Yes it does using JDBCRealm. Instructions are here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JDBCRea lm -Fredrik -Original Message- From: Michael Hamilton [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 10:56 AM To: Tomcat Users List Subject: MY

RE: Tomcat Requirements?

2004-11-29 Thread Fredrik Liden
Hi Chris, That's a pretty general question. It depends on what apps you are running. The number of users. Then there could be various bottlenecks and memory leaks. I'm not sure if Tomcat 5 still have a memory leak but I recall other people having problems in this area before. Why don't you go th

RE: Tomcat will not run JSPs

2004-08-26 Thread Fredrik Liden
Go to google: Search for "setting java_home" click the first link in the result link. Follow step-by-step instructions. Once you get passed the step of setting the paths you'll no doubt encounter tons of problems and questions. Make sure to read the basic tutorials and search the archive for the

Possible to retrieve ServletContext from any class used in the web application??

2004-07-12 Thread Fredrik Liden
Hi, Does anyone know if it's possible to retrieve the ServletContext from any class (like a helper class) that is being used in the Web app, even though the request object is not being passed to the object? Any ideas would be greatly appreciated. /Fredrik ---

Tomcat 4.1.30 + SSL = Problems

2004-07-08 Thread Fredrik Liden
I followed the instructions on the tomcat SSL Config page. I generated the .keystore file using changeit password. When I go to the test page http://localhost:8443/ I see 5 squares up in the left corner and that's it. Anyone encountered this?? I'm not sure how to proceed. I'm using Jdk 1.4.1 so

Folders/Files hidden in Linux but visible through Tomcat/Browser

2002-02-20 Thread Fredrik Liden
Help! I can't see folder and files that start with a certain word in Linux. There is no . (dot) in the name. However, when I run tomcat the folder/files are in the directory where it is supposed to be. The files are there but they are invisible. Is this a virus? Please someone. [EMAIL PROTECTE

Images in Tomcat

2001-07-18 Thread Fredrik Liden
I have a navigationbar that changes images when the user moves the mouse over it. This navigationbar works and looks normal when viewed on my own computer. But when I run it through the server the images won't work properly. It looks pretty messed up to be exact. Anyone know how to get around this

error 400 R

2001-07-17 Thread Fredrik Liden
Ctx( ): 400 R( /) null I keep getting a LOT of this message. and sometimes that messages is followed by - PoolTcpEndpoint: Endpoint ServerSocket[addr=0.0.0.0/0.0.0. 0,port=0,localport=8080] ignored exception: java.net.SocketException: Connection reset by peer - java.net.SocketException: Conne

error 404 R

2001-07-17 Thread Fredrik Liden
Hello, does anyone know why I keep getting the following messages? I can't find any path in my files that looks like the ones below. can it bring down the server? I'm using tomcat standalone. Any feedback would be appreciated 2001-07-03 09:48:31 - Ctx( /examples ): 404 R( /examples + /html/htm

404 R

2001-07-03 Thread Fredrik Liden
Hello, does anyone know why I keep getting the following messages? I can't find any path in my files that looks like the ones below. can it bring down the server? I'm using tomcat standalone. Any feedback would be appreciated 2001-07-03 09:48:31 - Ctx( /examples ): 404 R( /examples + /html/htm

RE: Determining if Tomcat is running

2001-07-02 Thread Fredrik Liden
I'm not really familiar with Linux or the ps command. Could you give a short description of what this does: ps -aux --cols 500 |grep $TOMCAT_HOME Thanks! -Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 4:15 PM To: [EMAIL PROTECTED] Subject: Re:

Determining if Tomcat is running

2001-07-02 Thread Fredrik Liden
hey all, Is it possible to determine if Tomcat is running? I'm using Tomcat as a standalone server. Occasionally Tomcat goes down and the page will not display. It's just gets stuck. Is there some way I can redirect a user if the servletEngine goes down? Any suggestions would be greatly appreci

Jsp question

2001-06-28 Thread Fredrik Liden
Let's say I have multiple forms on a page. Does anyone know if I can retrive the name of the form that was submitted using the request object? or if there is any other way to find out. Thanks! Fredrik

Internal Servlet Error

2001-06-20 Thread Fredrik Liden
Hello I created a .jsp file that worked fine on JSWDK Recently I upgraded to Tomcat 3.2.2 and now when I click on the JSP file I get the following message: Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPerror: Can't write: /usr/local/jakarta-tomcat-3.2