I have a lot of dependencies.
I guess I am going to have to start a test project and them to it
one at a time.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses!
/jdk.proxy3=ALL-UNNAMED"
export JAVA_OPTS
But, now, when I run tomcat, I get this:
WARNING: Unknown module: jdk.proxy3 specified to --add-opens
And I still get the exception.
Any ideas what I need to do here?
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfin
I use AlmaLinux. I like it for servers.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses!
-Original Message-
From: John Dale (DB2DOM) [mailto:jcdw...@gmail.com]
Sent: Monday, October 24, 2022 2:04 PM
To
> Sadly, that line doesn't appear either with or without the
> java.security.egd option.
OK, well, at least we diagnosed it is not that problem.
I hope you are able to find a solution.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 ye
mcat to finish starting up, catalina.out had this line:
WARNING [main]
org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation
of SecureRandom instance for session ID generation using [SHA1PRNG] took
[222,741] milliseconds.
Check if your log has something similar.
Thank you,
Is this related to the random number generator?
Take a look at this:
https://docs.oracle.com/cd/E13209_01/wlcp/wlss30/configwlss/jvmrand.html
I read somewhere to use this so I put in in my JVM args:
-Djava.security.egd=file:/dev/./urandom
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565
ll.
I have to believe there are many other users that feel the same way.
Tomcat is a great product with amazing support from *volunteers*
who choose to spend them time helping others. Thank you to all for that.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We
I think it's a bad idea to design a solution based on the file type. A
webapp can contain all kinds of files.
On Sun, Feb 20, 2022, 12:16 PM Simon Matter wrote:
>
> I may be wrong but I thought .war files are zip files. Wouldn't it be
> possible to just wait until the file has a consistent cont
> off.
That is a very good point. Using an event driven system is a much better
approach
than polling.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses!
ehavior the same or different
across platforms?
These questions should be taken into account when designing the solution.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single fa
Glad you figured it out!
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses!
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For
Looks like tomcat is dying or getting killed.
That is strange. I am running tomcat on a VPS with no problems.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses
Use something like lynx or curl from the command line to
try to connect to the Tomcat instance.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses
Maybe better to back up one more step:
Are you sure Tomcat started up correctly?
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses!
-
To unsubscribe
> I cannot connect to tomcat (port 8080) externally
Can you connect to it from the local machine?
If that is the case, it may be only listening for local connections.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family hou
Robert:
> Caused by: java.lang.NoClassDefFoundError: package1/Class1 (wrong name:
> package1/class1)
This seems to be the source of your problem.
Java does not like that the case is different.
Make sure everything matches, including the capitals.
Thank you,
Neil
--
Neil Aggarwal, (97
Jim:
> java.net.BindException: Address already in use
This means there is some other process which has already
grabbed port 8080 so your Tomcat can't get it.
Make sure you have nothing else running that will compete
for the port.
Thank you,
Neil
--
Neil Aggarwal, (972) 834-15
Chris:
I figured out the problem.
I put quotes around the secret in workers.properties since I had
copied and pasted it from server.xml.
I removed them and everything worked.
Thanks for your help!
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30
the contents of the pare returned to the web
> browser when you get that 403?
Pare? I am not sure what you mean, please give me more details on
how to get what you want.
> With a domain name like "propfinancing", please also make sure to get
> the TLS working properly ;)
Yes,
o capture everything:
*
Any idea what I did wrong?
Thank you,
Neil
--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses!
-
To unsubscribe, e-mail: users-unsubscr...@t
d but who knows. There have been many changes
to the system when they went from v6 to v7, maybe they broke something.
Thanks,
Neil
--
Neil Aggarwal, (972) 834-1565
We lend money to investors to buy or refinance single family rent houses.
No origination fees, quick approval, no cre
ry which allows optimal
performance in production environments was not found on the java.library.path: /
usr/local/apr/lib
I think /usr/local/apr/lib is already in the java.library.path variable.
Thanks,
Neil
--
Neil Aggarwal, (972) 834-1565
We lend money to investors to buy or refinance single
at user requires "execute" privileges on every
> directory between / and /usr/local/apr/lib. You might also
> need Tomcat to have "read" privileges on those directories
I just checked /, /usr, /usr/local, /usr/local/apr, and /usr/local/apr/lib and
they are all world read a
ibpcre.so.1 (0x7f563f9b7000)
liblzma.so.5 => /lib64/liblzma.so.5 (0x7f563f791000)
> echo $LD_LIBRARY_PATH
This gives me nothing back.
Thanks,
Neil
--
Neil Aggarwal, (972) 834-1565
We lend money to investors to buy or refinance single fam
0-x86_64 u65-b17)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
So, the JVM is 64 bit.
If I run: /usr/bin/apr-1-config --srcdir, I get back this:
/usr/lib64/build
So, it seems apr is 64 bit.
Is there anything else I should check?
Thanks,
Neil
--
Neil Aggarwal, (972) 834-1565
We lend money
get the warning about the native library not found.
> Is APR really installed, and really there?
I can do /usr/bin/apr-1-config and I get the usage page for APR.
I assume that means it is there.
Thanks,
Neil
--
Neil Aggarwal, (972) 834-1565
We lend money to investors to buy or refinance single
?
Thanks,
Neil
--
Neil Aggarwal, (972) 834-1565
We lend money to investors to buy or refinance single family rent houses.
No origination fees, quick approval, no credit check.
-
To unsubscribe, e-mail: users-unsubscr
ing to using Apache in front of Tomcat.
Thanks,
Neil
--
Neil Aggarwal, (972) 834-1565
We lend money to investors to buy or refinance single family rent houses.
No origination fees, quick approval, no credit check.
-
To unsub
ssl mode.
Thanks,
Neil
--
Neil Aggarwal, (972) 834-1565
We lend money to investors to buy or refinance single family rent houses.
No origination fees, quick approval, no credit check.
-
To unsubscribe, e-mail: users-
s
is a production system. I sincerely appreciate your help.
Thanks,
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
FREE trial: Tomcat 6 virtual server with unmetered bandwidth
http://UnmeteredVPS.net/tomcat
--
he number of
backend connections, it may not be connecting correctly
to Tomcat. That seems like it would cause the behavior
I am experiencing.
Thanks,
Neil
--
Neil Aggarwal, (281)846-8957
FREE trial: Virtualmin VPS with unmetered bandwidth
ht
sabled=
worker.tomcat.map.2.stopped=
worker.tomcat.map.2.use_server_errors=0
worker.result.type=OK
worker.result.message=Action finished
The screenshot of my jk status page is at:
http://tweb1.retcgroup.com/screenshot.gif
Thanks,
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.ne
tatus page says -48 connections. It seems
like that number should always be positive or zero but not negative.
I appreciate any help you can offer.
Thanks,
Neil
--
Neil Aggarwal, (281)846-8957
FREE trial: Tomcat 6 VPS with unmetered bandwidth
http://Unme
) 0 2 663 Fri, 18 Jun 2010
00:06:17 CDT
Note the state is ERR.
Does this mean the worker crashed or does it mean my application is
locked up?
Any ideas how to diagnose this?
Thanks,
Neil
--
Neil Aggarwal, (281)846-8957
FREE trial: Virtualmin VPS with unmetered bandwidth
http
s may work 80% of the time, but you
are still going to have to restart Tomcat fairly often.
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your tomcat app on a CentOS VPS for only $25/month!
Unmetered bandwidth, 7 day free trial
Hello:
> I would like to know if anybody could provide me with a
> unbiased "tomcat vs
> others" peformance benchmark
Here is one that is somewhat dated:
http://www.webperformanceinc.com/library/reports/ServletReport/
Neil
--
Neil Aggarwal, (281)846-8957, http://Un
> I want to manage the log's files on a centralized basis
Does this help?
http://linux.die.net/man/1/mergelog
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your tomcat app on a CentOS VPS for only $25/month!
Unmetered bandwidth, 7 day free trial, Google
Giocarmine:
> It seems that the connection with MySQL it's closed by the
> driver due to a
> timeout.
Have you set autoReconnect=true in your JDBC url?
jdbc:mysql://localhost:3306/dbName?autoReconnect=true
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Ho
Bruce:
> Can you guide me where and what parameters that I can tweak in tomcat
> to get high performance? for eg, JVM memory, threads, etc etc
Have you seen this page:
http://wiki.apache.org/tomcat/FAQ/Performance_and_Monitoring
Neil
--
Neil Aggarwal, (281)846-8957
and 443 for
both apache and tomcat and you wont have to use
redirects.
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your tomcat app on a CentOS VPS for only $25/month!
Unmetered bandwidth, 7 day no risk trial, Goo
one method is executing at a time.
You have to be careful to avoid deadlock
so you better call the methods in a pre-set
order.
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your tomcat app on a CentOS VPS for only $25/month!
Unmetered bandwidth, 7 day no risk trial, Goo
ation that will help?
For that, you need to have your firewall forward port
443 to port 8443 on Tomcat.
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your tomcat app on a CentOS VPS for only $25/month!
Unmetered bandwidth, 7 day no risk trial,
> [994 prunsrv.c] [error] failed creating java c:\program
> files\\java\jre6\bin\server\jmv.dll
You have two backlashes after program files, that might
be a problem.
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your tomcat app on a CentOS VPS for only $25
> Not possible on a 32-bit Windows system.
You are correct.
Everything I do is on 64 bit systems now so
I don't pay attention to those limits anymore.
Thanks for keeping me honest!
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your tomcat app on a CentO
the heap no larger than 3 GB. Considering you
are at 256 MB now, set the max to 1 GB and it should
be plenty large for you. If you stil run out of
RAM, you probably have a memory leak in your
application.
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your tomcat
Tony:
> using Tomcat. This is good, how do you handle ssl? Does
> Apache terminate any SSL, all ssl or only static pages?
Apache terminates the SSL connection and I use JkMount to
push JSP/Servlet stuff into Tomcat.
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.ne
> In terms of single sign on how can I make the user experience seamless
> between static content-managed pages and jsp/servlets?
If you use one webapp with multiple servlets and serve
your protected static content from Tomcat, SSO is very
easy.
I hope this helps,
Neil
--
Neil Aggar
app on a server that supports servlets.
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your tomcat app on a CentOS VPS for only $25/month!
Unmetered bandwidth, 7 day no risk trial, Google Checkout
-
To
y?
I choose a JDK by setting a JAVA_HOME
environment variable in /etc/init.d/tomcat.
Here is a sample:
JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk.x86_64
Neil
--
Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net
Host your tomcat app on a CentOS VPS for only $25/month!
Unmetered bandwidth, 7 day
ode to pull the text content from
each page and store them in a MySQL table
with a full text index.
2. When your users perform a search, you run
a full text search query and return
the result.
I hope this helps,
Neil
--
Neil Aggarwal, (281)846-8957
Chris:
That worked.
Thanks for the help,
Neil
--
Neil Aggarwal, (281)846-8957, www.JAMMConsulting.com
Will your e-commerce site go offline if you have
a DB server failure, fiber cut, flood, fire, or other disaster?
If so, ask about our geographically redundant database system.
>
,
Neil
--
Neil Aggarwal, (281)846-8957, www.JAMMConsulting.com
Will your e-commerce site go offline if you have
a DB server failure, fiber cut, flood, fire, or other disaster?
If so, ask about our geographically redundant database system
// Rest of trace removed
Any ideas how to correct this?
Thanks,
Neil
--
Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com
Eliminate junk email and reclaim your inbox.
Visit http://www.spammilter.com for details.
-
To star
must specify a valid --with-apxs path
When I try to list that file:
ls -la /usr/sbin/apxs
I see it is there:
-rwxr-xr-x1 root root22180 Nov 5 2001 /usr/sbin/apxs
Any ideas why this is failing?
Thanks,
Neil
--
Neil Aggarwal, JAMM Consulting, (214) 986-3533
54 matches
Mail list logo