RE: --add-opens gives me unknown module

2023-03-10 Thread Neil Aggarwal
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!

--add-opens gives me unknown module

2023-03-09 Thread Neil Aggarwal
/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

RE: Compatibility, 32 bit ..

2022-10-24 Thread Neil Aggarwal
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

RE: Slow startup first time after reboot

2022-09-28 Thread Neil Aggarwal
> 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 year

RE: Slow startup first time after reboot

2022-09-27 Thread Neil Aggarwal
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, Neil

RE: Slow startup first time after reboot

2022-09-27 Thread Neil Aggarwal
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

RE: Rename version 10.1 to 11

2022-03-14 Thread Neil Aggarwal
. 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 offe

Re: is too quick to respond

2022-02-20 Thread Neil Aggarwal
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

RE: is too quick to respond

2022-02-20 Thread Neil Aggarwal
ire > 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!

RE: is too quick to respond

2022-02-19 Thread Neil Aggarwal
havior 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 family

RE: Can't stop tomcat - connection refused

2022-02-16 Thread Neil Aggarwal
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

RE: Can't stop tomcat - connection refused

2022-02-15 Thread Neil Aggarwal
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

RE: Can't stop tomcat - connection refused

2022-02-15 Thread Neil Aggarwal
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

RE: Can't stop tomcat - connection refused

2022-02-15 Thread Neil Aggarwal
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

RE: Can't stop tomcat - connection refused

2022-02-15 Thread Neil Aggarwal
> 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

RE: Odd EL resolution issue - java.lang.NoClassDefFoundError: package/Class1 (wrong name: package/class1)

2022-02-07 Thread Neil Aggarwal
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

RE: Tomcat is hanging up when I try to access local host:8080

2022-01-27 Thread Neil Aggarwal
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-1565, h

RE: How to do a catch-all Host?

2022-01-06 Thread Neil Aggarwal
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

RE: How to do a catch-all Host?

2022-01-05 Thread Neil Aggarwal
e 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, event

How to do a catch-all Host?

2022-01-05 Thread Neil Aggarwal
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.

RE: Tomcat 8.0.9 native library not found

2014-08-20 Thread Neil Aggarwal
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 family rent houses

RE: Tomcat 8.0.9 native library not found

2014-08-20 Thread Neil Aggarwal
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 credit check

RE: Tomcat 8.0.9 native library not found

2014-08-19 Thread Neil Aggarwal
(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 family rent houses. No origination fees, quick approval, no credit check

RE: Tomcat 8.0.9 native library not found

2014-08-19 Thread Neil Aggarwal
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 and execute bits set. Any other ideas? Thanks, Neil -- Neil Aggarwal, (972) 834-1565 We

RE: Tomcat 8.0.9 native library not found

2014-08-17 Thread Neil Aggarwal
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 family rent

RE: Tomcat 8.0.9 native library not found

2014-08-17 Thread Neil Aggarwal
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 to investors to buy

Tomcat 8.0.9 native library not found

2014-08-16 Thread Neil Aggarwal
? 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

How to access multiple virtual hosts with a single SSL instance?

2014-08-12 Thread Neil Aggarwal
. 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

RE: How to access multiple virtual hosts with a single SSL instance?

2014-08-12 Thread Neil Aggarwal
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 unsubscribe, e

RE: Application stops responding, jk worker in error state

2010-06-19 Thread Neil Aggarwal
. 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 - To unsubscribe, e

RE: Application stops responding, jk worker in error state

2010-06-18 Thread Neil Aggarwal
. 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://UnmeteredVPS.net/tomcat

RE: Application stops responding, jk worker in error state

2010-06-18 Thread Neil Aggarwal
= 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.net FREE trial

RE: Application stops responding, jk worker in error state

2010-06-18 Thread Neil Aggarwal
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 http://UnmeteredVPS.net/virtualmin

Application stops responding, jk worker in error state

2010-06-17 Thread Neil Aggarwal
) 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

RE: Tomcat Config Question

2009-12-09 Thread Neil Aggarwal
. This 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, Google Checkout

RE: Tomcat performance benchmark

2009-12-07 Thread Neil Aggarwal
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://UnmeteredVPS.net Host your

RE: Manage log files in a cluster

2009-12-01 Thread Neil Aggarwal
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 Checkout

RE: Newbie, tomcat performance tuning

2009-11-18 Thread Neil Aggarwal
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, http

RE: Tomcat and MySQL

2009-11-18 Thread Neil Aggarwal
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 Host your tomcat

RE: https and port numbers

2009-11-17 Thread Neil Aggarwal
? 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, Google Checkout

RE: synchronizing in tomcat

2009-11-17 Thread Neil Aggarwal
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, Google

RE: http and/or ajp connectors

2009-11-17 Thread Neil Aggarwal
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, Google Checkout

RE: search engine

2009-11-16 Thread Neil Aggarwal
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, http://UnmeteredVPS.net

RE: Error starting the web server

2009-11-16 Thread Neil Aggarwal
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 no risk trial, Google Checkout

RE: Deployment of war file into a common locatiion

2009-11-16 Thread Neil Aggarwal
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 unsubscribe, e-mail: users

RE: Some advice on apache tomcat

2009-11-16 Thread Neil Aggarwal
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 Aggarwal, (281)846-8957, http://UnmeteredVPS.net Host your tomcat app on a CentOS VPS for only $25

RE: Some advice on apache tomcat

2009-11-16 Thread Neil Aggarwal
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.net Host your

RE: Tomcat - Xms and Xmx size

2009-11-16 Thread Neil Aggarwal
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 app on a CentOS

RE: Tomcat - Xms and Xmx size

2009-11-16 Thread Neil Aggarwal
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 CentOS VPS for only $25/month! Unmetered bandwidth, 7

RE: Cannot Start Apache Tomcat 6 service

2009-11-16 Thread Neil Aggarwal
[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/month

RE: JkMount for status working not getting triggered

2009-10-15 Thread Neil Aggarwal
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. Try

JkMount for status working not getting triggered

2009-10-14 Thread Neil Aggarwal
this is happening? Thanks, 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

Error-page directive not working

2007-09-10 Thread Neil Aggarwal
._jspService(createError_jsp.java:54) // 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

Connectors configure can't find apxs, but it is there

2006-02-13 Thread Neil Aggarwal
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