Tomcat hanging

2001-05-30 Thread Heijns, P.J.B.

Hi,

I have some problems with tomcat. Sometimes when I am using tomcat, and a
some other users, tomcat hangs. Very strange. Some jsp pages are oke after
the crash, but some not, I don't know when en why it crashes. But when it
crashes, it are always the same pages that are oke and not oke. When I want
to request a page (bad page) after the crash, it is searching for the page,
but he doesn't let see the page to me. When I reboot tomcat, everythins is
oke. The time between rebooting and crashing is different, sometimes after 1
hour but sometimes after 6 hours. I use a lot of heavy jsp pages, such as a
upload servlet, big search results pages. I am using tomcat 3.2.1, interbase
6.0, interclient 2.0, windows2000.
It seems that it is a internal tomcat error, does anybody know what's the
problem and how I can solve it?

Grtz Pieter



RE: Tomcat hanging

2001-05-30 Thread Heijns, P.J.B.

I think that I am not using mod_jk, I have never installed it. I only use
tomcat as a standalone webserver. Do you know if my problem is solved in
tomcat 3.2.2.?

Thanks Pieter

-Original Message-
From: Guido Medina [mailto:[EMAIL PROTECTED]]
Sent: woensdag 30 mei 2001 9:01
To: [EMAIL PROTECTED]
Subject: Re: Tomcat hanging


Are you using mod_jk with tomcat 3.2.1 ?, it is a bug...it is fixed in
3.2.2...

Guido.

- Original Message -
From: Heijns, P.J.B. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 30, 2001 2:58 AM
Subject: Tomcat hanging


 Hi,

 I have some problems with tomcat. Sometimes when I am using tomcat, and a
 some other users, tomcat hangs. Very strange. Some jsp pages are oke after
 the crash, but some not, I don't know when en why it crashes. But when it
 crashes, it are always the same pages that are oke and not oke. When I
want
 to request a page (bad page) after the crash, it is searching for the
page,
 but he doesn't let see the page to me. When I reboot tomcat, everythins is
 oke. The time between rebooting and crashing is different, sometimes after
1
 hour but sometimes after 6 hours. I use a lot of heavy jsp pages, such as
a
 upload servlet, big search results pages. I am using tomcat 3.2.1,
interbase
 6.0, interclient 2.0, windows2000.
 It seems that it is a internal tomcat error, does anybody know what's the
 problem and how I can solve it?

 Grtz Pieter




Context

2001-05-30 Thread Heijns, P.J.B.

Hi,

Does anybody know how I can map a page? I want that my
www.test.com/test/login.jsp page immediately shows when I look at
www.test.com/test. How does the context look? 

Thanks Pieter



Tomcat hanging

2001-05-30 Thread Heijns, P.J.B.

Hi,

I have some problems with tomcat. Sometimes when I am using tomcat, and a
some other users, tomcat hangs. Very strange. Some jsp pages are oke after
the crash, but some not, I don't know when en why it crashes. But when it
crashes, it are always the same pages that are oke and not oke. When I want
to request a page (bad page) after the crash, it is searching for the page,
but he doesn't let see the page to me (the browser says website found
waiting for reply). When I reboot tomcat, everythins is
oke. The time between rebooting and crashing is different, sometimes after 1
hour but sometimes after 6 hours. I use a lot of heavy jsp pages, such as a
upload servlet, big search results pages. I am using tomcat 3.2.2, interbase
6.0, interclient 2.0, windows2000.
It seems that it is a internal tomcat error, does anybody know what's the
problem and how I can solve it?

Grtz Pieter



Memory exception

2001-03-28 Thread Heijns, P.J.B.

Hi

How can you set the internal memory size in tomcat higher? I have made a
file-upload servlet, if I want to upload a big file for example 80 MB, it
crashes, tomcat gives a out of memory exeption. By smaller files everting
goes oke.

Thanks, Pietert



Out of memory exception

2001-03-27 Thread Heijns, P.J.B.

Hi

How can you set the internal memory size in tomcat higher? I have made a
file-upload servlet, if I want to upload a big file for example 80 MB, it
crashes, tomcat gives a out of memory exeption. By smaller files everting
goes oke.

Thanks, Pieter



security

2001-03-16 Thread Heijns, P.J.B.

Hi,

Can anyone tell me how I set the security rights for tomcat? I want that no
users can download my JSP pages. Now all users can see en download my jsp
pages. If they type the url for example http://127.0.0.1/myweb/ they see al
the JSP pages and they can download them. Can you set the security that the
users can't see and download the pages? I thought that u can set the
security in de web.xml, but I don't know how.

Thank u,

Pieter Heijms



RE: Changing Port 8080 to 80

2001-03-16 Thread Heijns, P.J.B.

Then you can only access your pages on port 80, that's the default browser
port. If you set the port to 80 you can access your page without typing a
port number. If you use port 8080 u must type your url:8080, because
otherwise the browser doesn't know that on port 8080 a tomcat server is
listening.

Grtz Pieter

-Original Message-
From: Boon Yeo [mailto:[EMAIL PROTECTED]]
Sent: vrijdag 16 maart 2001 9:29
To: [EMAIL PROTECTED]
Subject: Changing Port 8080 to 80


Anyone knows what the consequences are if I were
to change from port 8080 to the default port 80?

-B



expire

2001-03-16 Thread Heijns, P.J.B.

Hi,

Does anyone know how I can expire a JSP page? I want that if you leave the
JSP page it immediately expires, so that the users can't use the back button
in there browser to go to the previous page.

Thank u,

Pieter Heijms



RE: expire

2001-03-16 Thread Heijns, P.J.B.

I tried, but it doesn't work. If I push the back button in my browser, the
page isn't expired or correctly resfreshed. So I see the same previous page
where I was before. I used IE, in netscape it works correctly.

Grtz Pieter

-Original Message-
From: Alistair Hopkins [mailto:[EMAIL PROTECTED]]
Sent: vrijdag 16 maart 2001 9:58
To: [EMAIL PROTECTED]
Subject: RE: expire


response.setHeader("Cache-Control","no-cache");
response.setHeader("Pragma","no-cache");
response.setHeader("Expires","Tue, 01 Jan 1980 1:00:00
GMT");

covers various browsers and os's and the like, but it still seems to get
cached, particularly in ie 5, for unknown reasons and to an intermittent
schedule :-(

-Original Message-
From: Heijns, P.J.B. [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 16, 2001 8:54 AM
To: [EMAIL PROTECTED]
Subject: expire


Hi,

Does anyone know how I can expire a JSP page? I want that if you leave the
JSP page it immediately expires, so that the users can't use the back button
in there browser to go to the previous page.

Thank u,

Pieter Heijms



select query

2001-03-13 Thread Heijns, P.J.B.

Hi

I use interbase and tomcat. I have made a jsp page, where I do a select
query on the database. When I query a table with a date object in it, the
jsp page generates the following error: 
"javax.servlet.servletexecption: [interclient] [interbase] Dynamic sql error
sql error code = -804
data type unknown
Client sql dialect 1 does not support reference to DATE datatype"

If I do a select query on a table without a date object, everyting goes
fine.
What do I wrong?

Thanks Pieter


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]