D. Salemink Klikstudio ha scritto:
I did a reboot and now everything works
Hehe! probably you didn't read what I wrote in my latest email:
Did you exit the session before trying to run Tomcat?
Ciao
Antonio
-
To start a new to
Barry
Adding to the path did not make a difference
but here is where i am confused.
the java_home is set in the system env vars as well as the path and
classpath(although i guess that is not needed
but here is what i do not understand and may be causing my problems.
Notice the version diffs be
David
Yes they are system VARS
On 7/27/06, David Smith <[EMAIL PROTECTED]> wrote:
Are the env vars User variables for your account or system variables?
Take a look at this:
1. Click Start, then RIGHT click on My Computer.
2. Choose Properties from the pop-up menu
3. Click the Advanced tab in th
Hi List
Has anyone done anything with tomcat authorisation to configure in a maximum
number of retries before an address/account is blocked.
I have setup a secure site and want to only give the user a maximum number
of 3 tries at logging in before denying them the login ability for a
specified p
On 7/27/06, Eric Chow <[EMAIL PROTECTED]> wrote:
JAASRealm is no longer used in Tomcat-5.5, right ?
What can I do if I want to use JAAS as my login mechanism in web
appplication and define the security in web.xml ?
JAASRealm is right there in the Tomcat 5.5 docs:
http://tomcat.apache.org/t
Hello,
JAASRealm is no longer used in Tomcat-5.5, right ?
What can I do if I want to use JAAS as my login mechanism in web
appplication and define the security in web.xml ?
Best regards,
Eric
-
To start a new topic, e-mail: u
>From the Tomcat 5.0 setup page:
http://tomcat.apache.org/tomcat-5.0-doc/setup.html
"Java location: The installer will use the registry or the JAVA_HOME
environment variable to determine the base path of the JDK or a JRE. If
only a JRE (or an incorrect path) is specified, Tomcat will run but wi
Jon Hoffman wrote:
> The problem seems to come from Sun's J2EE.jar file. This jar is needed
> by the EJB client but it also conflicts with the servlet.jar file that
> comes with tomcat therefore I get this warning in my Tomcat log file:
> INFO:
> validateJarFile(/usr/local/src/apache-tomc
You can probably check if its tomcat's fault or some OS or virtual
machine problem by creating an intensive program to check for 100% cpu
usage:
public class CpuTest {
public static void main(String[] args) {
for(int i=0;i<4;i++) new Thread(new Loader()).start();
}
}
class Loader implements
4.1.12...
Cant really help on such resource just be careful with session timeout
setup on web.xml as it seems to not work properly on 4.1.12...
setMaxInactiveInterval works as expected...
Att
Guilherme Silveira
On 7/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hello.
Would anyone know
It seems like a bug in (exact version) tomcat 5.5.17:
As defined per spec 2.4... I have stripped the problem to three files.
The servlet conteiner is not unwrapping the ServletException as
defined in the spec.
Result: error 500.
Expected result: server side redirect to error.jsp
Important test
Hello.
Would anyone know where I could find good /detailed resources on how to go
about upgrading from
Tomcat 4.0.6 to Tomcat 4.1.12 or is it Tomcat 4.1.2?
We have a content management application which integrates Vignette
Platform, Vignette Multisite Content Manager,
Tomcat and IHS 1.3.26 webser
Oi Siomara,
incluiMarcaPropriedade
servlets.IncluiMarcaPropriedade
pesquisaTabPeriferica
servlets.PesquisaTabPeriferica
registraMarcaPropriedade
servlets.RegistraMarcaPropriedade
The servlet specification doesnt mention allowing two servlets
conf
I have been trying to figure this out for a full day now and I need some
help please. I have server.uncc.edu with a vendor's web application on
it that is using Tomcat 5.0.28. There are 2 hostnames DNS aliased to
this server. One hostname will have a reverse proxy in front and the
other hostname wi
I spent most of the day tring to get this to work (three days now) and still no
luck. Does anyone know how I can access an EJB hosted on a Sun Application
server through a servlet hosted on Tomcat
Any help would be most appreciated.
Jon
-Original Message-
From: Jon Hoffman [mailto:[EMA
Thanks again to all !
Did a grep -R on /usr/local and got the file. It is
/usr/local/jakarta/webapps/website/WEB-INF/struts-config.xml and the line
that I had to modify was
Everything works fine now and Thanks again to all of you !!
DK
--
View this message in context:
http://www.nabble.com/T
And what do the logs show regarding the problem servlets?
--David
[EMAIL PROTECTED] wrote:
Dear All,
I implemented the suggestions from the list but the 404 problem still
persists.
I have an application called Sisc
Under Sisc there are package1 package2 package3... and a new package called
ser
Dear All,
I implemented the suggestions from the list but the 404 problem still
persists.
I have an application called Sisc
Under Sisc there are package1 package2 package3... and a new package called
servlets with all my servlets (note that the name has a S at the end).
I included 'package servlet
Hello,
We have been experiencing an issue where tomcat (jsvc) is only
utilizing one CPU rather then the four available. I happened to notice
that it was only using 1 CPU when the server was slowed to a crawl and
only 25% of the server CPU's (4 of them) was being used.
We have been experiencing t
Hello,
the answer is very simple:
this is a bug in APR components (the https connector)
http://issues.apache.org/bugzilla/show_bug.cgi?id=37869
thats the reason why i don't able to use apr :(
greets
Florian
Florian Rock schrieb:
> Hello guys,
>
> I verify clients by Certificate in my Applicatio
On 27 Jul 2006 at 13:03, Atul Govande wrote:
>
> Hi ,
> I am new to tomcat as well as Apache. I got both thing working
> independently and now I am trying to connect two together. I was
> looking different documentation and was wondering which is better way
> JK2 or Mod_JK . What is the differenc
Easy answer: mod_jk
Mod-jk2 lost all support and its features have been back-ported to mod_jk .
--David
Atul Govande wrote:
Hi ,
I am new to tomcat as well as Apache. I got both thing working
independently and now I am trying to connect two together. I was
looking different documentation a
Hi ,
I am new to
tomcat as well as Apache. I got both thing working independently and now I am
trying to connect two together. I was looking different documentation and was
wondering which is better way JK2 or Mod_JK . What is the difference?
Any input
is appreciated! I am using Tomcat 5.
make the PATH (not classpath) point to:
C:\Program Files\Java\jdk1.5.0_04\bin
-Original Message-
From: Randy Paries [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 27, 2006 1:19 PM
To: users@tomcat.apache.org
Subject: tomcat , wondoze , Unable to find a javac compiler;
unfortuntaly i hav
to check the configuration..what does the specification say (jsp)
entry from $CATALINA_BASE/conf/web.xml?
M-
*
This email message and any files transmitted with it contain confidential
information intended only for the person(s)
Might be the space...
Larry
On 7/27/06, Randy Paries <[EMAIL PROTECTED]> wrote:
unfortuntaly i have to setup tomcat on windoze.
i have it working on tons of linux boxs, and this has been a royle
pain. Ok enough whinning.
so when i try to display a jsp is get the error
Unable to find a javac c
Are the env vars User variables for your account or system variables?
Take a look at this:
1. Click Start, then RIGHT click on My Computer.
2. Choose Properties from the pop-up menu
3. Click the Advanced tab in the System Properties window.
4. Click on the Environment Variables button
5. The re
unfortuntaly i have to setup tomcat on windoze.
i have it working on tons of linux boxs, and this has been a royle
pain. Ok enough whinning.
so when i try to display a jsp is get the error
Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does no
try the base of usr/local
-Original Message-
From: DK [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 27, 2006 12:48 PM
To: users@tomcat.apache.org
Subject: RE: Tomcat and MySQL error
Thanks to all of you !
I did a search (grep -R) under the /usr/local/jakarta and /etc folder for
this s
Thanks to all of you !
I did a search (grep -R) under the /usr/local/jakarta and /etc folder for
this string but found no results. I am still wondering as which file carries
this value.
Thanks again,
DK
--
View this message in context:
http://www.nabble.com/Tomcat-and-MySQL-error-tf2007556.htm
Following the Tomcat doc -
Apache2 seems to go either with AJP 1.2 or 1.3 connectors
after 2.0 you'll need AJP1.3X connector(s)
before 2.0 you'll need ASP1.2X connector(s)
http://tomcat.apache.org/connectors-doc/howto/apache.html
HTH,
M-
*
I did a reboot and now everything works, so it must have been still
running in the background? Thanks for all your help.
regards
Debbie Salemink
On 7/27/06, D. Salemink Klikstudio <[EMAIL PROTECTED]> wrote:
Thanks Raju,
ive placed the jars but i still have the same problem, I've checked
all ba
More specifically..
wrap your code in a try
with a catch on PrivilegedActionException
http://java.sun.com/j2se/1.3/docs/api/java/security/AccessController.html
check out your $TOMCAT_HOME/conf/catalina.policy for correct grants
M-
This is the error:
java.net.BindException: Can't assign requested address
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.(
Hello,
I have a directory /META-INF which contains different .tld files (taglib
definitions). Usually, the webapp should notice these files and make
them available to the single .jsp files.
But I always get:
500 Servlet Exception
/tools/internet/whois.jsp:10: `http://dev.test.de/test' has n
If you configure Tomcat to NOT require authentication for this particular
servlet, then your servlet can examine the credentials, and if they are
absent or insufficient, send a 401 - Not Authorized response, which causes
the browser to prompt for id/pass. You can also manipulate the "realm"
i
I'd pay close attention to these:
java.security.AccessController.doPrivileged(Native Method)
javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
and see what the doAsPriveleged methods are calling.
-Original Message-
From: OOzy Pal [mailto:[EMAIL PROTECTED]
Sent: T
Hello all, I'm getting this error quite frequently in my logs. I do run
Apache & Tomcat on two different servers with mod_jk. I heard rumors that
this error could have something to do with my
workers.propertiesconfiguration. Anyone out there run into this, and
have any suggestions?
Thank you ag
Hi Everybody,
I wanted to make the tomcat container secure. So I
converted the http to https by generating self signed certificate. There is an
application running under the tomcat server called gridsphere. So in the
gridsphere portal it was unable to show the list of p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all;
gotta solve a very special authentication situation: Users need to have
access to certain file packages using an URL like
http://.../packages/
with referring to an identifier stored in a local document
management system. User information
Thanks Raju,
ive placed the jars but i still have the same problem, I've checked
all bash_profile files doesnt seem to be a double entry anywhere and
the default the server uses is /etc/profile
according to the bashrc.
Could there be a double entry anywhere else?
Regards,
On 7/27/06, Raju Balugu
somewhere, likely server.xml, you've got an ODBC setting pointing to the IP
address or domain name of the old box.
Do a global search -- find file or with contents of your old box IP
address/name to find the file(s) that contain said string.
-Original Message-
From: DK [mailto:[EMAIL P
http://tomcat.apache.org/download-55.cgi#5.5.17
check for the compatability jars.
On 7/27/06, D. Salemink Klikstudio <[EMAIL PROTECTED]> wrote:
no i havent,
From where should i take these files?
Regards
Debbie
On 7/27/06, Raju Balugu <[EMAIL PROTECTED]> wrote:
> Have u placed the compatabil
On Jul 27, 2006, at 10:55 AM, D. Salemink Klikstudio wrote:
[EMAIL PROTECTED] apache-tomcat-5.5.17]# env | grep CATALINA_HOME
CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.31
That looks like your environment is simply not getting set properly--
or is getting reset after your /etc/profile is set
no i havent,
From where should i take these files?
Regards
Debbie
On 7/27/06, Raju Balugu <[EMAIL PROTECTED]> wrote:
Have u placed the compatability jar files in tomcat5 environment?
jmx.jar -->tomcat5/bin/
xerecesImpl.jar --tomcat5\common\endorsed\
xml-api.jar.jar -->tomcat5\common\endorsed\
[EMAIL PROTECTED] apache-tomcat-5.5.17]# env | grep CATALINA_HOME
CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.31
On 7/27/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
D. Salemink Klikstudio ha scritto:
> I have redhat enterprise (3?)
> It worked with the tomcat 4 version in the /etc/profile
>
Have u placed the compatability jar files in tomcat5 environment?
jmx.jar -->tomcat5/bin/
xerecesImpl.jar --tomcat5\common\endorsed\
xml-api.jar.jar -->tomcat5\common\endorsed\
Regards
Raju
On 7/27/06, D. Salemink Klikstudio <[EMAIL PROTECTED]> wrote:
I have redhat enterprise (3?)
It worked w
D. Salemink Klikstudio ha scritto:
I have redhat enterprise (3?)
It worked with the tomcat 4 version in the /etc/profile
but it doesnt seem to want to loose this configuration anymore
This is whats in my my /etc/profile now
JAVA_HOME=/usr/java/j2sdk1.4.2_12
CATALINA_HOME=/usr/local/apache-tomcat
I have redhat enterprise (3?)
It worked with the tomcat 4 version in the /etc/profile
but it doesnt seem to want to loose this configuration anymore
This is whats in my my /etc/profile now
JAVA_HOME=/usr/java/j2sdk1.4.2_12
CATALINA_HOME=/usr/local/apache-tomcat-5.5.17
On 7/27/06, Antonio Petre
D. Salemink Klikstudio ha scritto:
As far as i know i have no files whatsoever going to 4.1.31 and
somehow i most still have the environment set up wrong, can anybody
help me with this??
What's your distribution? Not all Linux distributions use /etc/profile
for environment variables. For examp
Rick G wrote:
Robert,
Do you have some sample script/servlet that you can reliably reproduce the
issue that I could try?
If not, could you let me know a bit more about the operation, frequency of
the occurrence?
I don't have it, because I cannot reproduce the problem here on a
windows configu
IM going crazy with my tomcat installation.
Previosly i installed the tomcat 4 version which was working fine but
because I want to use mmbase preferably with tomcat 5. I removed de 4
folder, placed the 5 folder and updated my environment paths in
/etc/profile.
Each time i start up startup.sh i
> From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
> > http://yourcompany.saassupplier.com.
>
> This is called a "virtual host"; it requires DNS entries to
> point that URL to your server, that's all.
The simplest way of doing this on BIND servers is to use a wildcard
mapping - so you map a nam
Hello list,
I have a servlet that generates a CSV file. What I
do is:
response.setContentType("application/csv");
PrintWriter out =
response.getWriter();
out.write(csvContent);
out.flush();
What I get is
attached.
How do I fix this? I also want the
filename to be something else...
Than
On 7/27/06, David Gagnon <[EMAIL PROTECTED]> wrote:
I have seen this on the website of a Saas supplier yesterday and I was
wondering if it was possible to do it with Tomcat. When you go on their
website and they assign you an application to the url:
http://yourcompany.saassupplier.com.
This
Hi all!
Sorry for the repost the 1st email wasn't following the rules. Sorry
for the mess.
Here is the original message posted correctly this time :-):
I have seen this on the website of a Saas supplier yesterday and I was
wondering if it was possible to do it with Tomcat. When you go
Then you need to google again. This subject has been covered in various
ways on the list:
1. 5.0.x and 5.5.x both support servlet spec 2.4 (4.1.x supports servlet
spec 2.3)
2. 5.5 no longer requires a JDK. A JRE is sufficient
3. There have been HUGE performance improvements in 5.5 (comparabl
Hi ,
Tomcat 5.5.15 Solaris 2.9 box
I am trying to configure the logging throuth log4j but not able to
success..getting lot of errors.
Can anybody give the steps to configure the tomcat logging.(specific to
Tomcat purpose not the application)
Regards
Raju
Hi All,
I subscribed to this list recently...and hopes somebody may asked this
question..also but i am in need of information on this.
We are planing to migrate from tomcat 4.1.29 to tomcat 5.5.17 for that i
would like to know you people what are the advantages and disadvantages on
tomcat 5.5.1
Hi,
I have been beating my head for the past two days on this problem.
I have a Sun Java Application Server 8.1 with a couple Enterprise Java
Beans. I want to be able to have a web application running on my Tomcat
cluster access those EJB's.
My servlet keeps throwing up this Exception:
java.lang.N
I got the impression (and I could be wrong here) early on in this thread
you may have dropped your jsp in the apache httpd docroot and tried it
there. This isn't mod_perl or one of those other modules that allow
files to sit directly in the apache docroot or one of it's folders.
If this is th
The Apache Tomcat team is pleased to announce the immediate availability
of version 1.2.18 of the Apache Tomcat mod_jk web server connector.
mod_jk is a connector which allows a web server such as Apache HTTPD
to act as a front end to the Tomcat web application server.
This version contains severa
The answer depends on how the MySQL connection is made and where.
Tomcat doesn't offer just one way to handle this or just one place to
configure it. The MySQL connection string can be in server.xml or the
web application itself.
You might want to do a search to see where "www.old-domain.com
There isn't a lot of information to go on here.
Are there any error messages in the logs regarding the manager webapp?
Also could you be more specific regarding "...installing the various
software elements, adding the environment variables...".
You should be able to run the manager webapp ri
Gianto Wijaya wrote:
unsubscribe
Each mail you receive has a line saying:
To unsubscribe, e-mail: [EMAIL PROTECTED]
Now, is there something you do not understand in that
statement? I suppose you know how to send an email cause
we have received this one.
Regards,
Mladen.
unsubscribe
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thanks for your reply.
I've done some testing and tomcat 5.5 compiled the jsp/tags about 2.5-3
times faster!
Here is the test with the results:
tag files: 122
size : 154kb
settings : -Xms256m -Xmx256m
|---++---+|
| 5.0.28
Hi ,
Tomcat 5.5.15 Solaris 2.9 box
I am trying to configure the logging throuth log4j but not able to
success..getting lot of errors.
Can anybody give the steps to configure the tomcat logging.(specific to
Tomcat purpose not the application)
Regards
Raju
> I set mod_jk to log level debug, and saw it was
> telling apache "2No.Host.matches.server.name".
This simply means that Apache is accepting a request for one Virtual Host an
that host is not configured in TC. This issue can be as trivial as not defining
the actual hostname as a element in yo
Hi ,
As for your mail ,it's fine in mozilla and other browser ..can u do one
thing to identify the problem..try to print the port no . and url which you
are getting.
And also put the full url and try it.
put the debug statements in Request.java and Response.java which are there
in catalina.jar.
Hi ,
Have u placed the xerecesImple.jar under the endorsed directory.and also
let me know whic jdk or JRE you are using?
Regards
Raju
On 7/26/06, Mark Thomas <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:
>allow="127.0.0.1"/>
You need to read
http://tomcat.apache.org/tomcat-5.
I have been monitoring the emails on this list and have tried to
interpret the documentation for Tomcat 5.5.17 on the web, but I am a
total novice with Java and Apache. I am trying to test run an opensource
application on my laptop and have managed to get close, but cannot seem
to make it work. I'm
Any clues on this? I cant seem to figure it out
Cheers
Stuart
-Original Message-
From: Stuart Fox [mailto:[EMAIL PROTECTED]
Sent: 25 July 2006 16:12
To: 'Tomcat Users List'
Subject: RE: Some tomcat config questions
>> ciphers="SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,SSL_DH
Hi , I deployed a app in tomcat, and monitored this with thread dump.
Now I get an exception as below. Who can tell me the possible reason.
Thanks in advance for your replies.
"TP-Processor275" daemon prio=5 tid=0x04889210 nid=0xdfa2 runnable
[cbdff000..cbe019c8]
at java.io.UnixFileSy
Thanks for that! Makes perfect sense. I'm using Liferay, so it's probably in
their pile of code that the problem arises. I'll ask them for some advice!
On 7/26/06, Shankar Unni <[EMAIL PROTECTED]> wrote:
Mark van Wyk wrote:
> tcp4 0 0 localhost.8005
*.*LISTEN
>
Edmund Urbani wrote:
> John Cherouvim wrote:
>> Hello
>>
>> I'm building a mid scale web application for use within an intranet. I'm
>> using a custom web framework to handle flow, user input, validations,
>> persistence with hibernate and views with JSP and JSP 2.0 tag files. I
>> use tomcat 5.0.2
76 matches
Mail list logo