Bundle Tomcat and Test in Eclipse

2012-10-17 Thread Jason Aleski
I am working on a project with specifications to bundle Tomcat7 with a Web Application. I am having trouble with the initial package setup, as this is my first time bundling Tomcat7. I've developed WAR files that have been deployed before. I'm trying to start basic and get the bundle instan

Re: problems faced in deploying servlet

2013-04-09 Thread Jason Brittain
Hi all. On Tue, Mar 19, 2013 at 4:43 PM, Mark Eggers wrote: > On 3/19/2013 1:05 PM, Christopher Schultz wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 > > [snip] > Go get a copy of "Tomcat: The Definitive Guide" by Jason Brittain (who

RE: Intercept Tomcat log

2010-12-31 Thread Jason Pyeron
wer this with a java.util.logging point of view. You can install multiple handlers (http://download.oracle.com/javase/6/docs/api/java/util/logging/Handler.html), even dynamically. You can attach this to the root logger "" or a

RE: Intercept Tomcat log [OT]

2010-12-31 Thread Jason Pyeron
at was confusing too. > > > Yes they do, when they start top-posting after someone > else bottom-posted, it gets confusing. > > Nobody forces you to. > > > But I don't. > > Yes, but some people prefer it this way. > > > Because it ru

Tomcat 7.06 HttpRequestServlet.getPart() returns null in servlet

2011-01-14 Thread JASON HOLT
As JSF 2.0 doesn't include a file upload component, I need to write my own multipart/form-data process. According to the information in bug # 49711, I cannot do this with a filter in Tomcat 7, but I can in a servlet. However, using the following servlet, HttpRequestServlet.getPart() returns nul

RE: Tomcat 7.06 HttpRequestServlet.getPart() returns null in servlet

2011-01-15 Thread JASON HOLT
> > The basic functionality works since this is how the Tomcat Manager > application does file uploads (although it is configured in web.xml > rather than with annotations). > > I'd check web.xml. Does it have the correct schema definition for a > servlet 3.0 webapp? If not, Tomcat won't scan fo

RE: SOLVED Tomcat 7.06 HttpRequestServlet.getPart() returns null in servlet

2011-01-15 Thread JASON HOLT
Tomcat 7.06 HttpRequestServlet.getPart() returns null in servlet > > On 14/01/2011 23:11, JASON HOLT wrote: > > > > As JSF 2.0 doesn't include a file upload component, I need to write my own > > multipart/form-data process. According to the information in bug # 49711, I >

RE: Request Line Truncated and Caused 501

2011-01-19 Thread Jason Pyeron
sed I think). > > Any idea what the problem may be or how to go about > investigating this? Try using a low level tool like curl to reproduce problems. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: Request Line Truncated and Caused 501

2011-01-19 Thread Jason Pyeron
> -Original Message- > From: Christopher Schultz > Sent: Wednesday, January 19, 2011 17:50 > To: Tomcat Users List > Subject: Re: Request Line Truncated and Caused 501 > > -BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Jason, > > On 1

RE: Request Line Truncated and Caused 501

2011-01-19 Thread Jason Pyeron
y nice, good memory on the bug, just read the patch. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443)

RE: Request Line Truncated and Caused 501

2011-01-20 Thread Jason Pyeron
://issues.apache.org/bugzilla/show_bug.cgi?id=50072 > > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1

RE: Setup Advice Needed: dev vs. test vs. production

2011-01-21 Thread Jason Pyeron
ely low cost > of hardware (or VMs) these days, I'd have the test and prod > systems on different boxes or VMs, and let each developer run > their own Tomcat instance on their own workstation. > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

Tomcat Seminar in San Francisco, January 27th

2011-01-24 Thread Jason Brittain
For those who are in or near San Francisco, California, and are using Apache Tomcat or developing web applications that may run on Apache Tomcat, MuleSoft invites you to join us for a free Tomcat seminar. The seminar will feature two presentations: * Tomcat Webapp Security, presented by Jason

Did the performance metrics from the Oct meetup ever get posted to the wiki?

2011-01-26 Thread Jason Pringle
are planning to run our own suite of tests, but any inputs are extremely helpful :) --- Jason Pringle This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email

RE: Tomcat in CentOS 5.5

2011-01-31 Thread Jason Pyeron
cr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant

tomcat datasource definitions - shared vs individual

2011-02-01 Thread Jason Pringle
server.xml). Is there any way to define a global database pool without touching server.xml? Thanks! --Jason This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp

RE: tomcat datasource definitions - shared vs individual

2011-02-01 Thread Jason Pringle
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Tuesday, February 01, 2011 3:08 PM > To: Tomcat Users List > Subject: RE: tomcat datasource definitions - shared vs individual > > > From: Jason Pringle [mailto:

Is it possible for a web application to populate the global JNDI namespace?

2011-02-02 Thread Jason Pringle
desired connection pools and placed them in the global namespace. Other web applications could then retrieve them as if they had been defined in server.xml. Thanks! --Jason This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy

RE: Is it possible for a web application to populate the global JNDI namespace?

2011-02-02 Thread Jason Pringle
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Wednesday, February 02, 2011 1:59 PM > To: Tomcat Users List > Subject: Re: Is it possible for a web application to populate the > global JNDI namespace? > > On 02/02/2011 20:47, Jason Prin

Secure AJP over ssl

2011-02-21 Thread Jason Pyeron
/e13791/ajp.htm -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269

RE: Secure AJP over ssl

2011-02-21 Thread Jason Pyeron
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, February 21, 2011 17:26 > To: Tomcat Users List > Subject: Re: Secure AJP over ssl > > On 21/02/2011 22:19, Jason Pyeron wrote: > >> -Original Message- > >&

RE: Secure AJP over ssl

2011-02-21 Thread Jason Pyeron
> -Original Message- > From: Mark Thomas > Sent: Monday, February 21, 2011 17:15 > To: Tomcat Users List > Subject: Re: Secure AJP over ssl > > On 21/02/2011 21:31, Jason Pyeron wrote: > > Does (or could) tomcat 5.5 support encrypted AJP? > > No. > &

RE: Secure AJP over ssl

2011-02-22 Thread Jason Pyeron
> -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Tuesday, February 22, 2011 1:20 > To: users@tomcat.apache.org > Subject: Re: Secure AJP over ssl > > On 02/21/2011 10:31 PM, Jason Pyeron wrote: > > Does (or could) tomcat 5.5

RE: Secure AJP over ssl

2011-02-23 Thread Jason Pyeron
> -Original Message- > From: Mladen Turk [mailto:mt...@apache.org] > Sent: Wednesday, February 23, 2011 3:01 > To: users@tomcat.apache.org > Subject: Re: Secure AJP over ssl > > On 02/22/2011 11:23 PM, Jason Pyeron wrote: > >> -Original Message

RE: Secure AJP over ssl

2011-02-23 Thread Jason Pyeron
e keep-alive. > > Good to know that mod_proxy_http uses keepalive. I was > recommending the others since the OP seems wedded to AJP. > Also, if there is any other traffic to encrypt (JDBC, etc.) > the VPN would handle that, too. It is not that I am wedded to any particular implem

System.out anf tomcat 6

2011-03-01 Thread jason johnson
I am using tomcat 6.0.16 and windows xp. So I have been looking on the web for hours trying to find how to enabled System.out in tomcat 6. I used to have tomcat 5.0.x When I used System.out.println("text"); the text would be written to a stdout.log file. Now that I am using tomcat 6, I can'

Typical setting for

2011-03-11 Thread Jason Pringle
(as there will be a hardware loadbalancer and no sessions). Thanks! Jason Pringle This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/

RE: Typical setting for

2011-03-14 Thread Jason Pringle
dy in the docs (I know - patches welcome :)) Is there any measurable performance optimization of using the name of the host that is expected to be in the request? I would guess not, even for a very high volume site, but haven't looked at the code. --Jason This message and the information

RE: Typical setting for

2011-03-15 Thread Jason Pringle
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Tuesday, March 15, 2011 3:02 AM > To: Tomcat Users List > Subject: Re: Typical setting for > > On 15/03/2011 06:06, Jason Pringle wrote: > > Clearly what is there is correct, since it

RE: Populating Oracle v$session.program from Tomcat Context.xml

2011-03-16 Thread Jason Pyeron
gt; >>> We are running a RAC, and I'm querying gv$session which > should get > >>> me all cluster member connections. > >>> > >>> As David said, this does work with the thin driver, but I > need the > >>> service/load balancing functionality from OCI.

RE: Populating Oracle v$session.program from Tomcat Context.xml

2011-03-16 Thread Jason Pyeron
rogram. The reason for the problem is that he does not know how to do it either when using the OCI jdbc driver (it is likely not possible). -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.p

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Jason Pyeron
# processname: httpd # config: /etc/httpd/conf/httpd.conf # config: /etc/sysconfig/httpd # pidfile: /var/run/httpd.pid See the line with chkconfig - S## E##? Put those in your config before doing a chkconfig add, and it will cause them to start in that order. Make sure they start after nfs and die before nfs and you should be g

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted [OT]

2011-03-24 Thread Jason Pyeron
cript to modify. > > Q: What happens to those 75 instances when the NFS directory > goes off-line during production? It triggers a stock option liquidation script. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

RE: Is there a method to submit a useful tidbit of knowledge?

2011-05-12 Thread Jason Pyeron
It's all DIY: > > http://wiki.apache.org/tomcat/FAQ > > Just register and have at it. > > - Chuck -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - P

Re: too many open files issue in tomcat

2011-06-27 Thread Jason Viloria
just that you are reaching fd limit and hence must edit your ulimits.Hope this helps. /Jason

RE: Calling a CGI script from Servlet

2010-08-01 Thread Jason Pyeron
t; FILES>>", "read,write,execute,delete"; }; > > grant codeBase "file:${catalina.home}/webapps/GSMFilter/-"{ > permission java.security.AllPermission; }; > > grant codeBase "file:${catalina.home}/webapps/GSMFilter/-"{ > permission java.lang.RuntimePermission > &

separating deployment of classes/lib/config from web content (jsp's/html)

2010-08-24 Thread Jason Britton
lasses of my context from the web content. I'm running tomcat 6.0.29 on 64 bit RHEL 5. Apache 2.2.16 sits infront of tomcat. Any advice or kicks in the right direction would be greatly appreciated. Jason

Re: separating deployment of classes/lib/config from web content (jsp's/html)

2010-08-24 Thread Jason Britton
on a redeployment. We rigged our current application server (Oracle OAS 10.1.3.4) to allow this separation of content from configuration/classes/lib but that is neither here nor there. Thanks for your input. Jason

Re: separating deployment of classes/lib/config from web content (jsp's/html)

2010-08-24 Thread Jason Britton
> In Tomcat 7 you could use an alias. > > Mark > > Definitely interested. Is there a time frame on when 7 will have a non-beta release? Thanks for the heads up. Jason

Re: Session problem

2010-08-24 Thread Jason Britton
I would make sure that the link for your "Messages" tab is going to the same domain as that your session was established under and is hitting the same domain as your "Home" and "Admin" links. This doesn't seem to have anything to do with Tomcat though. On Tue, Aug 24, 2010 at 1:53 PM, Hisham wr

Re: separating deployment of classes/lib/config from web content (jsp's/html)

2010-08-24 Thread Jason Britton
context is un-deployed.** On Tue, Aug 24, 2010 at 1:19 PM, Mark Thomas wrote: > > On 24/08/2010 20:00, Jason Britton wrote: > >> In Tomcat 7 you could use an alias. > >> > >> Mark > >> > >> > > Definitely interested.  Is there a time fram

Re: Session problem

2010-08-24 Thread Jason Britton
nstead of dev2) would not have the same session as the other links and the session attribute value he was looking for might not be there, which would fit with what he's describing. Jason On Tue, Aug 24, 2010 at 3:37 PM, Stephen Caine wrote: > Jason, > > As each window shares the sa

Re: separating deployment of classes/lib/config from web content (jsp's/html)

2010-08-25 Thread Jason Britton
7;s WEB-INF directory. I can redeploy FOO and ROOT gets new config/classes/lib via symlink and I don't have to worry about docBase of ROOT getting undeployed. Tried aliases context attribute in 7.0, just couldn't get it to provide same separation symlink did, or I just wasn't using i

Re: OFFTOPIC: Java String problem - possible VM bug

2010-08-30 Thread Jason Britton
What version tomcat? On Mon, Aug 30, 2010 at 3:38 PM, Steffen Heil wrote: > Hi > > I am sorry, I am asking something not really related to tomcat here. > While this may sound like a beginners question, I think I really what I am > doing in java, but this time I suspect I have found a scenario w

Re: OFFTOPIC: Java String problem - possible VM bug

2010-08-30 Thread Jason Britton
>From your original post "The exception is only thrown under 64bit Linux Server-VM, within tomcat. It is neither thrown under 64bit Windows, nor on the very same Linux VM as standalone testcase, nor when a debugger is remotely attached. " Sounds like you're saying it only happens within Tomcat, so

Re: interaction between .forward() and

2010-09-04 Thread Jason Britton
er is not allowed to access resource. Jason On Sat, Sep 4, 2010 at 1:28 AM, Brian McBride wrote: > > Hi, > > I want to implement discretionary access control in an app running in > Tomcat - i.e. access controls on URLs served by Tomcat can be changed by > users. I expect to h

conf/Catalina/HOST/contextname.xml being removed

2010-09-09 Thread Jason Britton
d. Running tomcat 6.0.29 on 64-bit RHEL 5.5. Jason

context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-10 Thread Jason Britton
d. Running tomcat 6.0.29 on 64-bit RHEL 5.5. Thanks a lot for your help, Jason

Re: context.xml being deleted out of conf/Catalina/[HOST]/ directory

2010-09-11 Thread Jason Britton
So even if my context still exists in exploded form in the webapps directory and I remove the .war form of the context, it'll remove the associated context.xml from the conf/Catalina/HOST/ directory? On Sat, Sep 11, 2010 at 8:12 AM, Wesley Acheson wrote: > On Fri, Sep 10, 2010 at 6:36 P

Re: conf/Catalina/HOST/contextname.xml being removed

2010-09-22 Thread Jason Britton
ions on that file and see what happens. Thanks for your insights. Jason On Wed, Sep 22, 2010 at 10:54 AM, Pid wrote: > On 10/09/2010 01:03, Jason Britton wrote: > > Could anyone give me an explanation what might cause my webapp's context > > configuration to be

tomcat connection pool - status and future?

2010-09-23 Thread Jason Pringle
hem? Could they be implemented within the interceptor framework? 5) What are the implications for using with RAC? 6) What are the implications for using with FSF (Fast Start Failover)? 7) What are the implications for using within and XA environment (though we work hard to avoid X

RE: tomcat connection pool - status and future?

2010-09-24 Thread Jason Pringle
On 09/23/2010 2:27 PM, Mark Thomas wrote: > Several release attempts have failed due to a lack of interest. Lack of interest by whom? The development team or the tomcat community? > That said, $work is using this as the default pool in a commercial > product based on Tomcat with minimal issue

RE: tomcat connection pool - status and future?

2010-09-24 Thread Jason Pringle
hasn't supported a promising component? NB: I'm not passing any judgement on the component itself, but a criterion for us to pull in FOSS is the level of community support etc. --Jason This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp

Re: Tomcat Consultant

2010-09-28 Thread Jason Brittain
pment environment, test environment, and staging. It hooks up to any Tomcat 5.5.x, 6.0.x, and 7.0.x beta. We'd like to know what you think of it once you've tried it. MuleSoft also offers training and consulting on Tomcat, though we're mainly focused on Tcat and the Mule open s

RE: Ya gotta love it... [OT]

2010-10-01 Thread Jason Pyeron
modifying 6 other lines. ? > > Of course, it's kind of embarrassing that I allowed that bug > to creep in in the first place... -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

Re: Tomcat5.5 MySQL14.12 java.net.SocketException: Broken pipe

2010-10-06 Thread Jason Britton
ation.html Jason On Wed, Oct 6, 2010 at 8:18 PM, Steve Ryder wrote: > I am getting this during mysql connection (about once a week). > I have read the thread on MySQL forum, which has a "solution", but the link > to the solution is broken and points back to the same page

Tomcat hung - still processing a request that has yet to finish

2010-10-12 Thread Jason Britton
s any additional information I could gather before stopping it. Suggestions on how best to debug and figure out exactly what requests are hanging up tomcat would be greatly appreciated. Thanks a lot for any suggestions, Jason

Re: Struts 2 help with Tomcat 6

2010-10-18 Thread Jason Britton
This gives a little more detail than whatever you're currently looking at http://struts.apache.org/2.2.1/docs/create-struts-2-web-application-with-artifacts-in-web-inf-lib-and-use-ant-to-build-the-application.html On Mon, Oct 18, 2010 at 7:07 PM, Josh Gooding wrote: > Hello all, > > I'm trying

Re: Problems with logging.properties

2010-10-19 Thread Jason Britton
Just for your sanity, to make sure there are no other logging.properties files in your classpath, change the prefix for your FileHandler to something other than catalina so you can be sure this logging.properties file is the one being used for your logging config. If your prefix remains catalina..

Re: Problems with logging.properties

2010-10-20 Thread Jason Britton
og" >> >> >> (I'm running Tomcat from inside NetBeans, in Windows platform - I have >> also similar configuration in Ubuntu Server 10.10 with Tomcat alone). >> >> >> Edson. >> >> >> Em 19/10/2010 20:43, Jason Britton escreveu: &g

tomcat 6.0.29 hung

2010-10-20 Thread Jason Britton
these threads with jstack broken(?) on my environment and any ideas on how to proceed with debugging this situation would be greatly appreciated. Thanks - Jason Thread dump from hung tomcat process Thread 27817 "catalina-exec-foo-20": (state = BLOCKED) Thread 27267 "catalina-ex

Re: tomcat 6.0.29 hung

2010-10-20 Thread Jason Britton
Thankfully when I pulled up jvisualvm on the server and issued thread dumps, even though the stacktraces for the threads did not come up within jvisualvm the thread stacktraces were dumped to stdout. So I did get thread stacktraces in my tomcat log.I won't post entire stacktraces here but almo

Re: tomcat 6.0.29 hung

2010-10-20 Thread Jason Britton
commons-dbcp-1.2.1.jar and commons-pool-1.3.jar I have a connection handler class that I wrote around a static instance of SharedPoolDataSource. SharedPoolDataSource gets initialized in static block. Locking shown in stacktrace is occurring within aSharedPoolDataSource.getConnection() call. The

Re: [OT] VisualVM, (was Re: tomcat 6.0.29 hung)

2010-10-21 Thread Jason Britton
On Thu, Oct 21, 2010 at 2:25 AM, Pid wrote: > On 21/10/2010 00:11, Jason Britton wrote: > > > Highly recommend trying out jvisualvm (it's in your jdk bin) if you're > > running 1.6. > > There's a standalone release - 1.3.1 - with more p

Re: tomcat 6.0.29 hung

2010-10-21 Thread Jason Britton
subsequent fixes actually did the job. Thanks for the input - Jason On Thu, Oct 21, 2010 at 6:02 AM, Martin Kuen wrote: > jason, > > Out of personal interest I have a question about the way you use jstack. I > came across this "jstack cannot take dump of hung process&

Re: Login page timeout

2010-10-22 Thread Jason Britton
Top result doing google search http://www.mindspill.org/kiwiThread$msgnum=207 See Mark's response bottom of page: https://issues.apache.org/bugzilla/show_bug.cgi?id=3839#c14 On Fri, Oct 22, 2010 at 3:15 AM, Gabriele Bulfon wrote: > Hello, I'm trying to figure out how to solve a very stupid pr

Re: tomcat 6.0.29 hung

2010-10-22 Thread Jason Britton
0% used [0x2aab2d42,0x2aab2d42,0x2aab2e21) to space 13312K, 0% used [0x2aab2c72,0x2aab2c72,0x2aab2d42) PSOldGen total 1310720K, used 93616K [0x2aaace21, 0x2aab1e21, 0x2aab1e21) object space 1310720K, 7% used [0x2aaace21,0x2aaad3d7c178,0x2aab1e21) PSPermGen total 524288K, used 109830K [0x2e21, 0x2aaace21, 0x2aaace21) object space 524288K, 20% used [0x2e21,0x2aaab4d51a20,0x2aaace21) Jason

Re: tomcat 6.0.29 hung

2010-10-22 Thread Jason Britton
hreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) On Fri, Oct 22, 2010 at 6:34 AM, Caldarale, Charles R wrote: > > From: Jason Britton [mailto:jbritto...@gmail.com] > > Subject: Re: tomcat 6.0.

Re: tomcat 6.0.29 hung

2010-10-22 Thread Jason Britton
one of two of the hanging applications are doing db connection validation. The application using DBCP configures it's SharedPoolDataSource using setValidationQuery("select 'validationQuery' from dual"); setTestOnBorrow(true); Funny enough, thread stacktrace below shows th

Re: tomcat 6.0.29 hung

2010-10-22 Thread Jason Britton
Thanks for the insight Dave. I have several threads sitting spinning on socket read at the moment and dba reports zero database locks of any kind on database they're trying to read from (a qa database). Quite baffled as to what's happening to these database connections and why every now and then t

Re: tomcat 6.0.29 hung

2010-10-26 Thread Jason Britton
I've further traced the root cause of my problems with threads sitting on socket read, never timing out, never throwing an exception and sometimes causing application deadlock (depending on where the socket read occurs) down to the network. By comparing the output of lsof -i :1521 | grep on

Re: Connection Leak

2010-11-03 Thread Jason Britton
Since you're using an Oracle database - another way to identify areas in your code that aren't closing connections. In the sql below substitute YOURDBUSER with the name of the database user your connections connect to your database with and YOURWEBSERVER with the name of your webserver. The resul

How to source jobs/talent was RE: Tomcat Consultant

2010-11-18 Thread Jason Pyeron
these services? Did you do a google search for tomcat consultants? -Jason Pyeron Disclaimer: We perform many types J2EE consulting. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: How to source jobs/talent was RE: Tomcat Consultant

2010-11-19 Thread Jason Pyeron
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Friday, November 19, 2010 2:37 > To: Tomcat Users List > Subject: Re: How to source jobs/talent was RE: Tomcat Consultant > > Jason Pyeron wrote: > ... > > > > Disclaimer: W

Modifying logging levels logged in catalina.out at runtime

2010-12-01 Thread Jason Pyeron
logging on tomcat 5.5.23 using jdk 1.6.0_17. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th S

RE: Modifying logging levels logged in catalina.out at runtime

2010-12-01 Thread Jason Pyeron
out leaks where the problem shows up only after 3 months of running. > - Original Message > From: Jason Pyeron > To: Tomcat Users List > Sent: Wed, December 1, 2010 11:59:28 AM > Subject: Modifying logging levels logged in catalina.out at runtime > > This may be slig

Re: tomcat 7 in debian/ubuntu

2010-12-03 Thread Jason Brittain
duplicate efforts, and to promote more Tomcat compatibility across Linux distributions), but as of now that's just an idea I bounced off of a couple of people. I do agree that Tomcat 7 packages are needed now. Cheers. -- Jason Brittain MuleSoft <http://www.mulesoft.com> On Fri, Dec 3, 20

Issues on startup for tomcat 5.5 on RHEL 5.5

2010-12-07 Thread Jason Pyeron
I am not sure what happened but something changed in the last week and now tomcat does not want to start up. All my googling points to a selinux or permission problem. I have reviewed audit.log and verified that the tomcat user can write, modify and delete file in the directoy. Any suggestion would

RE: Issues on startup for tomcat 5.5 on RHEL 5.5

2010-12-08 Thread Jason Pyeron
> -Original Message- > From: Konstantin Kolinko > Sent: Wednesday, December 08, 2010 0:29 > To: Tomcat Users List > Subject: Re: Issues on startup for tomcat 5.5 on RHEL 5.5 > > 2010/12/7 Jason Pyeron : > > > > The permissions on /usr/share/tomc

RE: Issues on startup for tomcat 5.5 on RHEL 5.5

2010-12-08 Thread Jason Pyeron
> -Original Message- > From: Konstantin Kolinko > Sent: Wednesday, December 08, 2010 9:35 > To: Tomcat Users List > Subject: Re: Issues on startup for tomcat 5.5 on RHEL 5.5 > > 2010/12/8 Jason Pyeron : > >> > java.io.IOException: IOException writing t

context.xml vs ROOT.xml

2013-04-30 Thread Jason Aleski
I'm wanting to configure a database connection. I've got my configurations stored in the META-INF/context.xml file, but because I'm not deploying my application as a WAR, the context.xml is ignored. I can copy my application's context.xml and place it in the tomcat/conf/context.xml and it wor

Re: context.xml vs ROOT.xml

2013-04-30 Thread Jason Aleski
INF method would work. I guess I will stay with placing the configurations in the ROOT.XML. -JA- On 4/30/2013 1:16 PM, Caldarale, Charles R wrote: From: Jason Aleski [mailto:jason.ale...@gmail.com] Subject: context.xml vs ROOT.xml I've got my configurations stored in the META-INF/contex

Re: users Digest 3 Aug 2013 03:00:27 -0000 Issue 11464

2013-08-02 Thread Jason Cordell
Yeah, i'll bet y'all are users. Sent from Yahoo! Mail on Android

DISA compliance tomcat 7.0.53

2014-07-10 Thread Jason Ricles
Where can I find a checklist so that I may make my tomcat server DISA compliant? -- Jason Ricles Jr Software Engineer Mikros Systems Corp

RE: [tomcat-users] DISA compliance tomcat 7.0.53

2014-07-10 Thread Jason Pyeron
> -Original Message- > From: Jason Ricles > Sent: Thursday, July 10, 2014 15:28 > > Where can I find a checklist so that I may make my tomcat server DISA > compliant? I think the term you are looking for is STIG compliant. Please let us know more about the context

Cannot Specify sslEnabledProtocols

2014-10-16 Thread Jason Schwanz
Protocols' to 'TLSv1,TLSv1.1,TLSv1.2' did not find a matching property. The host is running tomcat 6.0.41 with Java 7u65. - Jason Schwanz

Re: Cannot Specify sslEnabledProtocols

2014-10-16 Thread Jason Schwanz
re.StandardService start INFO: Starting service Catalina Oct 16, 2014 5:16:43 AM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.41 - Jason Schwanz 503/887-4563 On Thu, Oct 16, 2014 at 3:53 PM, Mark Thomas wrote: > On 16/10/2014 23:46, Jaso

embedded tomcat Defense Information Systems Agency

2014-10-24 Thread Jason Ricles
Does anyone happen to know if embedded tomcat is in Defense Information Systems Agency list? I know regular tomcat is but I have a need to use embedded tomcat for what I need to accomplish. Jason Ricles

tomcat websocket communication with external java program

2014-10-25 Thread Jason Ricles
I have a tomcat webpage with a websocket server written in java to communicate with the webpage. I want this websocket server to be able to communicate with an external java program without an sockets, so something like this webpage<>websocket server<>external java

How to access Sessions outside of class

2014-10-27 Thread Jason Ricles
be able to access my sessions from an external java class, however each time I do sessionList.getsize() it keeps coming back as 0, but there is an active sessions. Is there any way I can access the active sessions in tomcat from an external java class? Jason

Re: How to access Sessions outside of class

2014-10-28 Thread Jason Ricles
> however each time I do sessionList.getsize() it keeps coming back as 0, > but > > there is an active sessions. Is there any way I can access the active > > sessions in tomcat from an external java class? > > > > Jason > > > > What is an external java class? Is it in

Re: How to access Sessions outside of class

2014-10-28 Thread Jason Ricles
the data between the processes. > A simple and easy solution would be to use http://hazelcast.com/, for > example. > > On Tue, Oct 28, 2014 at 2:06 PM, Jason Ricles > wrote: > > > No, > > > > it is external as in it is running in a daemon on a linux machine

Re: How to access Sessions outside of class

2014-10-28 Thread Jason Ricles
each other. Is there any way outside of sockets to have foo and the websocket server on bar do this? On Tue, Oct 28, 2014 at 8:59 AM, Martin Grigorov wrote: > On Tue, Oct 28, 2014 at 2:51 PM, Jose María Zaragoza > > wrote: > > > 2014-10-28 13:44 GMT+01:00 Jason Ricles :

Re: How to access Sessions outside of class

2014-10-28 Thread Jason Ricles
Does it matter that foo will not be running on a server? It will be running as a standalone on the machine, unaware of tomcat basically. On Tue, Oct 28, 2014 at 9:36 AM, Martin Grigorov wrote: > On Tue, Oct 28, 2014 at 3:06 PM, Jason Ricles > wrote: > > > Ok so here is the prob

Re: How to access Sessions outside of class

2014-10-28 Thread Jason Ricles
and just regular messages. On Tue, Oct 28, 2014 at 9:42 AM, chris derham wrote: > On 28 October 2014 11:06, Jason Ricles wrote: > > Ok so here is the problem I have been spinning my wheels on for day let > me > > just lay it out. > > > > I have a daemon written in

Re: How to access Sessions outside of class

2014-10-28 Thread Jason Ricles
I can not using anything outside of tomcat to accomplish this, due anything outside of tomcat being on an approved list. On Tue, Oct 28, 2014 at 9:51 AM, Martin Grigorov wrote: > On Tue, Oct 28, 2014 at 3:38 PM, Jason Ricles > wrote: > > > Does it matter that foo will not

Re: How to access Sessions outside of class

2014-10-28 Thread Jason Ricles
I am looking at it but am having trouble seeing the connection, do you care to expand on how it can be used other then for the http request? On Tue, Oct 28, 2014 at 10:00 AM, Martin Grigorov wrote: > On Tue, Oct 28, 2014 at 3:54 PM, Jason Ricles > wrote: > > > I can not using a

Re: How to access Sessions outside of class

2014-10-28 Thread Jason Ricles
's the problem with using a socket? Or better > yet, a message broker like ActiveMQ like someone else has already > suggested? > > > On Tue, 2014-10-28 at 09:46 -0400, Jason Ricles wrote: > > Communicate means something happens that the daemon is monitoring, so > thus >

Re: How to access Sessions outside of class

2014-10-28 Thread Jason Ricles
27;re coding to an API instead of > having to invent message formats and protocols. > > > On Tue, 2014-10-28 at 10:16 -0400, Jason Ricles wrote: > > Yes we are trying to portable, well the socket is the last resort. We are > > trying to avoid it until now but will go that wa

Re: How to access Sessions outside of class

2014-10-28 Thread Jason Ricles
, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jason, > > On 10/28/14 9:06 AM, Jason Ricles wrote: > > Ok so here is the problem I have been spinning my wheels on for day > > let me just lay it

<    1   2   3   4   5   >