just had to do the same at university a few days ago. at least tomcat
5.5.17 works well on win98se... and jre 1.5 works fine as well...
Eric wrote:
i wanna avoid this problem too but i am a student now having my
internship
to do my Final Year Project. so there is no choice because i got a PC
i wanna avoid this problem too but i am a student now having my internship
to do my Final Year Project. so there is no choice because i got a PC that
is running on Windows98. so what to do. i have to live with it and find
solutions to work it out. =)
this computer is running on 128mb ram. do u ev
> From: PraDz [mailto:[EMAIL PROTECTED]
> Subject: Tomcat Security
>
> How do i restrict users from entering the image/text files
> path directly in the browser.
Instead of putting your image/text directories under your 's
appBase, put them under the associated app's WEB-INF directory, where
th
> From: Alan Burlison [mailto:[EMAIL PROTECTED]
> Subject: Changing defaultHost from localhost to a FQDN
>
> as soon as I change the Engine defaultHost and Host name fields from
> "localhost" to "myhost.com", everything stops working.
I just tried the same change, and it all works fine - assumin
Ravi116 wrote:
> Charles,
> Sorry abt the typo. I have tried the privileged="true" in application
> context xml file. dosent work. Wondering if the code loads with Catalina
> classloader based on package structure ?
No. Package structure is not a factor. privileged="true" should be
enough. You can
> From: Eric [mailto:[EMAIL PROTECTED]
> Subject: Re: Apache with Windows 98
>
> sorry. i think i got some typing error in my question..
You did, but only in that Apache is a software development organization,
and you probably meant running Tomcat, an Apache project. But the point
remains that
Víctor Torres - UPF wrote:
> Hi Martin, all,
>
> This is what I use:
>
> maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
> enableLookups="false" disableUploadTimeout="true"
> acceptCount="100" scheme="https" secure="true"
> cl
Dear all
How do i restrict users from entering the image/text files path directly in
the browser.
my web application has restrictions to jsp/servlet pages, wherein we ask for
username and password which will chk and db and then authenticate.
but when an image or text file in a particular director
sorry. i think i got some typing error in my question.. i mean can i run
apache 3.3 or apache 4.1 because i want to run jcreator but i need a server
to actually run the jsp page embedded with java. so any version of apache
will do as long as it can run in windows 98
thanks
On 10/27/06, Larry Mea
Dude, that is just sick and wrong.
Larry
On 10/26/06, Eric <[EMAIL PROTECTED]> wrote:
is it possible to run apache 3.3 and 4.1 in windows 98? if so, can you
please teach me on how to configure it to run in windows 98 platform?
thanks.
---
is it possible to run apache 3.3 and 4.1 in windows 98? if so, can you
please teach me on how to configure it to run in windows 98 platform?
thanks.
It works, thank you very much Peter.
I just can't figure why? It's tricky. Anyway, it works.
HoTszKin
- Original Message -
From: "Peter Rossbach" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, October 27, 2006 12:41 AM
Subject: Re: Tomcat Cluster problem. skipping state t
netstat -a will determine if Tomcat socket is already bound
in which case you will have to stop the server
M-
This e-mail communication and any attachments may contain confidential and
privileged information for the use of the
designated recipients named above. If you are not the intended recipi
There has to be more to this error than that. The exception cited has
nothing to do with deploying a .war. Please provide a lot more detail
-- ie os, tomcat version, a complete stack trace, what you did leading
up to this error, ...
--David
Shuwen wrote:
Hi,
Our own application uses Tomcat
Hi,
Our own application uses Tomcat as web server. When tomcat is started, it
should unzip and deploy application .war files. However, we got error:
<<<
Caused by: java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
>>>
I'm sure this must be a FAQ, but I can't find the answer anywhere. I
have a simple standalone tomcat install that works just fine, but as
soon as I change the Engine defaultHost and Host name fields from
"localhost" to "myhost.com", everything stops working. As well as
changing the entries in se
On 10/26/06, S_Ewing <[EMAIL PROTECTED]> wrote:
Thanks. So from what I understand, I don't have an option in TC 6 that maps
to the $CATALINA_BASE/shared/{classes, lib} in all previous versions, and
would necessarily have to have multiple copies of a jar file if it is
required by different web ap
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html
catalina classloader disappeared as well..
???
M-
This e-mail communication and any attachments may contain confidential and
privileged information for the use of the
designated recipients named above. If you are not the intended rec
> From: S_Ewing [mailto:[EMAIL PROTECTED]
> Subject: RE: Shared Library Files in Tomcat 6.0?
>
> Thanks. So from what I understand, I don't have an option in
> TC 6 that maps to the $CATALINA_BASE/shared/{classes, lib}
> in all previous versions, and would necessarily have to have
> multiple cop
Thanks. So from what I understand, I don't have an option in TC 6 that maps
to the $CATALINA_BASE/shared/{classes, lib} in all previous versions, and
would necessarily have to have multiple copies of a jar file if it is
required by different web applications in the same container... Hmm.
/s
Cal
I know what 42 is. Actually, forced by our operations department (wink
at andrew), the questionwhat is the answer to life, the universe and
everything is a part of our questionnaire which we use in interviews.
It's located right between
Threading and Middleware Sections:
D.4. What do you h
Add to the page head:
On Thu, 2006-10-26 at 13:23 -0400, Noah White wrote:
> I am trying to set the favicon for a web app. I'm running Tomcat 5.5.20 on
> Windows XP and dropped my .ico file into %TOMCAT_HOME%\webapps\mywebapp and
> restarted the server. No joy. I still get the default tomcat fav
> From: Steve Pribyl [mailto:[EMAIL PROTECTED]
> Subject: Sample 404 error
>
> I seem to having an issue with FC5 and tomcat.
I just downloaded and dropped sample.war into my webapps directory and
it was immediately accessible, so the problem is likely some
configuration issue with your installa
Log into the manager webapp if you've installed it (/manager/html) and
see if the sample webapp is running. Also see the logs for info.
--David
Steve Pribyl wrote:
Hey Folks,
I seem to having an issue with FC5 and tomcat.
I have installed the sample app war file and it is expaneded as expec
Hey Folks,
I seem to having an issue with FC5 and tomcat.
I have installed the sample app war file and it is expaneded as expected
however when I try to actually run it I get the following.
HTTP Status 404 - /sample/index.html
type Status report
message /sample/index.html
description The request
Ok, stupid question I admit it... Just use CoyoteConnector class, that
has the getPort
On 10/26/06, Miguel Correia Ricardo <[EMAIL PROTECTED]> wrote:
Hi,
I'm using a embedded tomcat configuration, and I'm creating a
Connector with a dynamic port by passing the port value as zero. But
now I want
Hi,
I'm using a embedded tomcat configuration, and I'm creating a
Connector with a dynamic port by passing the port value as zero. But
now I want to know on wich port the connector is listening for
requests. But I'm using (and I need to use) Tomcat 5.0, but If my
Tomcat version were 5.5, I would
I am trying to set the favicon for a web app. I'm running Tomcat 5.5.20 on
Windows XP and dropped my .ico file into %TOMCAT_HOME%\webapps\mywebapp and
restarted the server. No joy. I still get the default tomcat favicon located
in %TOMCAT_HOME%\webapps\ROOT when I go to mywebapp context. Thoughts?
Test without mcastBindAddress again!
Peter
Am 26.10.2006 um 09:54 schrieb hotszkin:
Thanks for your reply.
I have added the multcast route to the routing table with the
following command "route add -host 228.0.0.4 dev -eth1" and restart
tomcat on both PCs.
Tomcat still can't discover ea
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED]
> Subject: Re: What would you do with field defect rate predictions?
>
> the 16 seems to be the magic number when the people start upgrading.
The 42 was a joke ... if you're not familiar with the allusion, look
here:
http://en.wikipedia.org/wiki/T
thanks but i'm not working with the 5.5 tomcat
the version i'm working with is 5.0.28 and the option you specified is
not available in the 5.0.x version.
Any other way to make the jsessionid shorter ?
Thanks
Assaf
Bill Barker wrote:
"Assaf Flatto" <[EMAIL PROTECTED]> wrote in message
news:
the 16 seems to be the magic number when the people start upgrading.
happened lately to us too, with 5.5.16 :-) but i alos heard of others...
regards
leon
On 10/26/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED]
> Subject: Re: What would you d
> From: Leon Rosenberg [mailto:[EMAIL PROTECTED]
> Subject: Re: What would you do with field defect rate predictions?
>
> Personally I think that the result will be 16 :-)
I thought the answer was 42...
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL
> From: Omar Adobati [mailto:[EMAIL PROTECTED]
> Subject: Re: [TOMCAT 5.5] Context configuration problem
>
> adding that line make me able just to point the browser to
> myhost.localhost but not to show what I need.
You need to read the doc for the , , , and
(not - these are all case sensitive
> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat Security Problem
>
> You could turn off automatic deployment of WAR files and
> configure each "known" application in your server.xml file.
Apps should not be configured in server.xml (you gotta move up, Chris
:-). How
> From: Martin Gainty [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat Security Problem
>
> If you want to restrict what pages/data items the user sees
> and to implement security for your web applications then I
> would look at portals
That has nothing to do with the question he asked.
- Chu
> From: S_Ewing [mailto:[EMAIL PROTECTED]
> Subject: Shared Library Files in Tomcat 6.0?
>
> I just downloaded the Tomcat 6.0.0 release, and saw that it
> is missing the traditional $CATALINA_HOME/common/lib,
> $CATALINA_BASE/shared/lib directories. So where do the
> shared libraries go?
Read t
adding that line make me able just to point the browser to
myhost.localhost but not to show what I need. I think I have to manage
in some way the .xml file with the informations and
parameters. But, suppose I want that myhost.localhost let me able to
show as main context (the "/" one) what I have
Adding the 127.0.0.1 WhateverTheHostNameIs to hosts allows that config to
properly resolve to 127.0.0.1 (without any mods to server.xml)
M-
This e-mail communication and any attachments may contain confidential and
privileged information for the use of the
designated recipients named above. If y
Stephan,
> i need tomcat to run/deploy only "known" applications. at startup the
> container should somehow realize that a certain app is a "not authorized
> one" and not load it.
You could turn off automatic deployment of WAR files and configure each
"known" application in your server.xml file.
If you want to restrict what pages/data items the user sees and to implement
security for your web applications then I would look at portals
jetspeed is a Portal Manager meaning it will only show the pages that the user
is authorised to view as defined within the security roles
Martin--
This e-m
Tomas,
> I have application, where I store in session stack with actions the user
> made. When he wants to go back, I pop the action from the stack, etc.
> But this doesn't work fine for multiple windows (same session). So I
> want to identify for which window which action was performed.
I have f
Hmm,
personally I think it's more useable for users as for developers. I
strongly doubt that the commiters will change anything in the way they
work, probably simple because they do their best right now.
But a user can 'read' from the graph which minor version is actually
suitable for major vers
Christopher Schultz wrote:
> You have encoded your character improperly. URLs must be encoded using
> the UTF-8 charset, and then run through HttpServletResponse.encodeURL,
> which is likely to result in something more like:
>
> &test2=%wx%yztest2&test3...
>
> See this port of the HTML spec:
Paul Luo Li wrote:
> Thank you very much for your response.
>
> By "field defect" I mean a bug in the Bug Database.
>
> I was wondering if you think predictions at the time of release of the
> number of field defects in each month after release can help:
This is going to be highly dependant on wh
To my knowledge there is no known functionality like that. IMHO System
Administrators should review all applications and make a determination
as to a specific app's safety in their environment.
--David
Stephan Schöffel wrote:
hi everbody,
i need tomcat to run/deploy only "known" applicatio
Hello,
is there any MSI distribution for apache 2 and ssl for Windows
machine.
In apache.org web I only see files msi for apache 2 without SSL
http://jbecome.net/dload/httpd/
(my private site)
http://hunter.campbus.com/
(build with VS 2003, so mod_jk.so doesn't work)
Regards,
Mladen.
--
Hello,
is there any MSI distribution for apache 2 and ssl for Windows
machine.
In apache.org web I only see files msi for apache 2 without SSL
Thanks in advance,
Iratxe
-
Iratxe Etxebarria Sainz-Ezkerra
Soporte Middleware ([EMAIL PROTECTED])
E
hi everbody,
i need tomcat to run/deploy only "known" applications. at startup the
container should somehow realize that a certain app is a "not authorized
one" and not load it.
maybe you can point out at me where to start.
thanks in advance
stephan
-
Good Morning all,
I need to setup a local virtual host, call it "myhost.localhost". I'm
using a linux box, and so I edited the /etc/hosts file adding the
line:
127.0.0.1myhost.localhost
Now, I need some help. I read on the tomcat's doc that I can set up
the into the $TOMCAT_HOME/conf/Catali
> From: Peter Crowther
> - User has window W open on page A.
> - User opens window Y, a copy of window X, using their browser menus.
(Sigh). Too little coffee. The first line should read "window X", not
"window W". Sorry about that.
- Peter
---
> From: Tomas Pop [mailto:[EMAIL PROTECTED]
> please, is some HttpServletRequest parameter or attribute, that
> identifies the browser window?
Not to my knowledge. If you want to identify from which response the
new request was generated, you'll have to write your response in some
suitable way
Hello,
please, is some HttpServletRequest parameter or attribute, that
identifies the browser window?
I have application, where I store in session stack with actions the user
made. When he wants to go back, I pop the action from the stack, etc.
But this doesn't work fine for multiple windows
I will be out of the office starting 10/26/2006 and will not return until
10/31/2006.
I can not check emails while away and will respond to your message when I
return.
**Confidentiality Notice**
The information contained in this transmission contains confidential
information. The informati
Thanks for your reply.
I have added the multcast route to the routing table with the following
command "route add -host 228.0.0.4 dev -eth1" and restart tomcat on both
PCs.
Tomcat still can't discover each others.
Here is the routing tables
Script started on Thu 26 Oct 2006 03:42:40 PM CST
[
I just downloaded the Tomcat 6.0.0 release, and saw that it is missing the
traditional $CATALINA_HOME/common/lib, $CATALINA_BASE/shared/lib
directories. So where do the shared libraries go? Is this a new 'feature' in
TC 6, or is it just that this is something missing on account of the alpha
nature
56 matches
Mail list logo