Right.
The only way access to your servers is "totally strict" is if they have
no network connection and no human input devices connected. However, in
the "spirit" in which you probably meant this, I will have to point out
that if your web apps are running on the internet then what you are
re
Another suggestion: The HTML spec recommends using "POST" instead of
"GET" for a form operation that changes something on the server. If a
user refreshes the page the browser will post a warning before
re-submitting the POST request. That may not be enough of a safeguard
in your situation but it's
> From: Kimberly Begley [mailto:[EMAIL PROTECTED]
> Subject: not reading my /etc/tomcat5/tomcat5.conf file
>
> I'm running CentOS 5 with Tomcat5 (5.5.2.0) that came with
> the install.
I'd strongly recommend you throw that away and download and install a
real Tomcat from http://tomcat.apache.or
Hi,
I'm running CentOS 5 with Tomcat5 (5.5.2.0) that came with the install.
If I try to run dtomcat5 stop or version etc I get the following message
below - I have also pasted the tomcat5.conf file below- it is obvious that
dtomcat5 is not reading the /etc/tomcat5/tomcat5.conf file - what do I have
> From: Rashmi [mailto:[EMAIL PROTECTED]
> Subject: Accessing standalone Tomcat from an external IP address
>
> I'm trying to configure Tomcat so that it can be accessed externally.
There's nothing to configure within Tomcat for that.
> http://xxx.xxx.xxx.xxx:7070 , I can't access the app, I ge
Hello,
I'm trying to configure Tomcat so that it can be accessed externally.
The environment is Tomcat 6.0, Fluxbuntu 7.10, JavaSE6.
The connection works locally , for example if I try
http://localhost:7070/ or http://127.0.0.1:7070/ I can see the app,
but if I try with the external ip address a
I would add a one time token to the request. Store it in the session
and when it comes back, the request is good. Immediately generate a new
token, process the request and send back the response. If an
unrecognized value comes in, treat the request as a default page/catalog
view.
--David
Hi,
If a user adds an item to his/her shopping cart using form data like this:
http://my.domain.com/addToCart.do?itemId=HB0019
How can I determine if it was generated from user clicking an add-to-cart
link vs. a browser refresh?
I don't want to increment the quantity in the cart for this item if th
---
HARBOR: http://coolharbor.100free.com/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
Making the Java dream come true.
--
Hi all,
I have an application which worked on windows for two years.The IIS-tomcat
bridge was using too much cpu even when tomcat hadn't any work to do,so I
decided to move this application on an existing Ubuntu machine.On the ubuntu
machine,datetime related problems occured,day strings are print
---
HARBOR: http://coolharbor.100free.com/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
Making the Java dream come true.
--
Good point, but no enchilada. I made the adjustment but with no result.
Do I need to set the directory in httpd.conf? I've put it down as
$tomcat-home/webapps with allow permissions- is this necessary?
On Tue, 2008-02-19 at 11:02 -0500, Jiansen Niu wrote:
> Since you defined "worker1" in you wor
As far as i know this is the way to do axis2 webservices.
I happily would create a WS from my class and let that live inside of my
webapp.
I cannot think of away to do that with axis2.
I actually did the classloaderthing before.. with an embedded tomcat5.5.
I just set the rootClassloader to my
Is there any special reason you would need to put that in 2 separate
webapps? I would suggest to stuff all in one webapp and be happy with
it. Crossing boundaries of webapp sandbox might prove cumbersome, prone
to errors and over engineering
tolina a écrit :
I have a webapp which contains
I have a webapp which contains a class which methods should also exposed as
webservice.
What I would do would be to create an axis2 webservice out of it and put
this inside an axis2.war.
I then would have 2 webapps - the actual webapp and the axis2-webapp whcih
contains the WS-access.
The problem
I am load testing a local web app running Tomcat 5.5 and as the load test
approaches 100 users I start to get
java.net.SocketException: Connection reset
At that time, I cannot call the tomcat server either through the load test or
browser manually. However, if I remove cookies from the browser
> From: Alejandro [mailto:[EMAIL PROTECTED]
> Subject: getting the start time of Tomcat server.
>
> There is a java Class in tomcat api to get the start time of Tomcat?
Not that I'm aware of. It's also not clear what the "start time" would
be: startup of the JVM, load of the Tomcat Bootstrap cl
I think the tomcat installation was corrupted.
I tried with a fresh install and I can see the heap and other
information just fine.
Thanks
-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 19, 2008 11:11 AM
To: Tomcat Users List
Subject: RE
> From: Diego Rodríguez Martín [mailto:[EMAIL PROTECTED]
> Subject: Re: Manager undeploy task only stops webapp
>
> I'm still investigating this issue. Same behaviour if I
> use manager directly through the interface instead of
> using ant task.
Undeployment via the manager webapp in 6.0.16 wo
> From: Modha Khammammettu [mailto:[EMAIL PROTECTED]
> Subject: RE: Xmx and Xms where are these values set
>
> I did that but it has no effect.
Did you actually click thr apply button, and then stop and restart the
Tomcat service? Do you have multiple Tomcats installed? If so, are you
sure you
The problem is that I cannot find classes in the WEB_INF\classes directory
that I want to extend with my new class. I only have found some .properties
file.
I was trying to import a war file in eclipse and I coud not find an option
that will make it possible. Can these properties files be of any h
If you are brave ... you can apply this patch:
http://svn.apache.org/viewvc?view=rev&revision=575332
-Tim
emerson cargnin wrote:
This is not really an issue for me, as the access to the servers are
totally strict
and... any idea on how to map to the jsp's outside?
Nobody ever need it? how do
> From: Modha Khammammettu [mailto:[EMAIL PROTECTED]
> Subject: Xmx and Xms where are these values set
>
> I have a web app which runs on tomcat 5.5
> Tomcat comes up as a service.
> Question: Where are these memory setting coming from
Run the tomcat5w.exe program, and look under the Java tab.
I did that but it has no effect.
The problem is what ever I do I still see the same line as output
MyMc 2008-02-15 05:05:02,925 INFO Memory usage: 249.923 MB used, 762.700
MB free, 1012.625 MB total, 1012.625 MB max
Is tomcat using some default setting to come up with this 1012.625GB,
where is t
There is a java Class in tomcat api to get the start time of Tomcat?
Thanks :-D
--
View this message in context:
http://www.nabble.com/getting-the-start-time-of-Tomcat-server.-tp15562340p15562340.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
> From: emerson cargnin [mailto:[EMAIL PROTECTED]
> Subject: Re: Mapping JSP's to outside of the war or expanded folder
>
> and... any idea on how to map to the jsp's outside?
> Nobody ever need it? how do people migrate from resin then?
Nobody needs it because it's a clear violation of the serv
This is not really an issue for me, as the access to the servers are
totally strict
and... any idea on how to map to the jsp's outside?
Nobody ever need it? how do people migrate from resin then?
On 19/02/2008, Ralph Goers <[EMAIL PROTECTED]> wrote:
> emerson cargnin wrote:
> > We use windows on
Hi
I have a web app which runs on tomcat 5.5
When I run tomcat here is what I see in the output
MyMc 2008-02-15 05:05:02,925 INFO Memory usage: 249.923 MB used, 762.700
MB free, 1012.625 MB total, 1012.625 MB max
Tomcat comes up as a service.
Question: Where are these memory setting coming from,
Implementing AJP just to get proxying may be more than you want to do.
However, to address your question, notice in jk-workers.properties
that mod_jk doesn't point to programs; it points to host:port pairs.
Whatever is listening to that port on that host will get the requests
that mod_jk siphons o
Hello all. Does anyone know if there is a preferred/standard place to put
custom ActionScript packages/classes in Tomcat 6? If so, which configuration
files need to be modified? Any other clues? BTW, I plan to call the
ActionScript(s) from a flex application which will live in the webapps/
dire
Hi,
I'm still investigating this issue. Same behaviour if I use manager
directly through the interface instead of using ant task.
There has been a message reciently explaining the causes of
undeployement problem. It says that an application not shutting down
properly because threads st
Since you defined "worker1" in you worker.properties, you should use
"worker1" in the JkMount section of your httpd.conf instead of using
"localhost"
below is an example of my configuration which works:
LoadModule jk_module modules/mod_jk.so
JkWorkersFile "/etc/httpd/conf/workers.properties"
JkL
Hi, I have a tomcat server running in a machine. When I enter the IPv4
url of the machine it brings me the tomcat server page, but when i
enter de IPv6 it can't find the server. The machine that has the
tomcat server has OpenSuse installed, and the network interface is
correctly configured (I cant
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hitesh,
Hitesh Raghav wrote:
| I've web-app developed to run with Tomcat 4.2. It used to work perfectly
| fine with Tomcat 4.2.
4.2? I don't think there was ever a Tomcat 4.2. Do you mean 4.1?
| When same web-app is deployed on Tomcat v5.5.x or v6.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Neha,
Neha Agrawal wrote:
| i recompiled my APR 1.2.7 with /dev/urandom
Exactly how did you do this? Are you sure you did it correctly? If you
were recompiling, why not upgrade to the most recent version (1.2.12)?
| and hence recompiled Native libr
Try (temporarily of course)
1) disabling DNS lookups
2) disabling outbound port 80 connections
-Tim
Mohamed Mohamedin wrote:
The log is like this in the lines that cause the problem:
Feb 18, 2008 10:26:57 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache
emerson cargnin wrote:
We use windows on the dev workstatios and unix (SunOS 5.10
Generic_120011-14 sun4v sparc SUNW,Sun-Fire-T200) on dev/qa/production
servers.
We use Java 5 and we are migrating to tomcat 5.5 or 6.
Ralph, why do you say it's dangerous? Even if it doesn't have java
code, it wou
for me it looks like a dtd problem. I would check whether you got a
remote dtd in your xml files and replace it with lokal. For example
the web.xml contains one.
regards
Leon
On Feb 19, 2008 3:26 PM, Mohamed Mohamedin <[EMAIL PROTECTED]> wrote:
> The log is like this in the lines that cause the p
The log is like this in the lines that cause the problem:
Feb 18, 2008 10:26:57 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.25
Feb 18, 2008 10:26:57 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appe
Is it the Apache? Or is it the Tomcat? All the logs say ok... so
As I mentioned this is a FreeBSD server- 6.2, Apache2.2, Tomcat 6.0,
mod_jk? (latest from FreeBSD ports 1.2.26?).
My httpd.conf includes a mod_jk.conf file and the mod_jk.conf calls a
workers.properties file. So do I need to put a r
We use windows on the dev workstatios and unix (SunOS 5.10
Generic_120011-14 sun4v sparc SUNW,Sun-Fire-T200) on dev/qa/production
servers.
We use Java 5 and we are migrating to tomcat 5.5 or 6.
Ralph, why do you say it's dangerous? Even if it doesn't have java
code, it would have tagslibs. Actuall
Yep, something is not right with the Apache config. You need to monitor some
logs somewhere. Turn on more logging level before you start i.e. level=Debug or
some such value. HTH.
Da Rock wrote ..
> I'm trying to get all of the above working together peacefully with no
> success whatsoever. I've
Hard to tell, without any version, plattform, configuration and log file
content information...
Usually, if it's mod_jk 1.2.26: Don't forget to put your JkMount into
the VirtualHost (or use JkMountCopy).
Regards,
Rainer
Da Rock wrote:
I'm trying to get all of the above working together pea
---
HARBOR: http://coolharbor.100free.com/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
Making the Java dream come true.
--
44 matches
Mail list logo