Tomcat 7 and JSR-356

2016-10-19 Thread Edwards, Kyle
empting to connect to them gets me a 404. My development OS is Windows 7, the server OS is Ubuntu 14.04, and in both cases, Tomcat is at version 7.0.52 running on Java 1.8. Thank you in advance. Kyle - To unsubscribe, e-mail: user

RE: Tomcat 7 and JSR-356

2016-10-19 Thread Edwards, Kyle
I think I figured it out. It looks like this version of Tomcat in Ubuntu doesn't ship with the WebSocket implementation, as per this ticket: https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1326687 I will upgrade Tomcat and come back if I have any more problems. Kyle -Ori

Tomcat 7 and JSR-356

2016-10-19 Thread Edwards, Kyle
empting to connect to them gets me a 404. My development OS is Windows 7, the server OS is Ubuntu 14.04, and in both cases, Tomcat is at version 7.0.52 running on Java 1.8. Thank you in advance. Kyle - To unsubscribe, e-mail: user

Tomcat 8.0.5 servlet-api 3.0.1 to 3.10. Vista, Java 1.7.0_51

2014-04-28 Thread Mitch Kyle
In a ServletContextListener of my webapp "ServletContext.getRealPath("/path")" is called. The path is valid and exists. With servlet-api 3.0.1, this returns null. In 3.1.0, it returns the expected result. So, is servlet-api 3.1.0 needed to run webapps on Tomcat 8.0.5? And if so was there a break

RE: Cert

2013-08-02 Thread Kyle Shattuck
riginal Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Friday, August 02, 2013 10:06 AM To: Tomcat Users List Subject: RE: Cert Kyle the ldap server requires the LDAP Attributes contained within the p7b dn: cn=username,o=organization,c=country objectclas

RE: Cert

2013-08-02 Thread Kyle Shattuck
Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Friday, August 02, 2013 8:59 AM To: Tomcat Users List Subject: Re: Cert On Aug 2, 2013, at 7:33 AM, Kyle Shattuck wrote: > Hello, > I am using Tomcat 7 on a windows server 2012 build for this: > https://wiki.jasig.org/display/CASUM/Bes

Cert

2013-08-02 Thread Kyle Shattuck
home5\jre\lib\security\cacerts. Did I miss something here, do you need any other info? Thank you, Kyle

Re: Tomcat 5.5, getting exception while creating database driver instance

2009-06-24 Thread Kyle Bahr
og. I've tried changing the log4j.properties to capture the error, but still nothing is getting logged. I don't know where to find the exact level of Tomcat. I'm using java 1.6.0. Caldarale, Charles R wrote: From: Kyle Bahr [mailto:kb...@rogue-engr.com] Subject: Tomcat 5.5, ge

Tomcat 5.5, getting exception while creating database driver instance

2009-06-24 Thread Kyle Bahr
till had the issue didn't get replies (this was on various message boards). Has anyone else encountered this and what was the solution? If any other information is necessary please let me know. I don't know what all is pertinent and I didn't want to just fill this question with

Re: Reading POSTed data

2009-06-17 Thread Kyle Brantley
André Warnier wrote: Kyle Brantley wrote: ... My point, is that it is entirely possible for a browser to POST data to a resource without sending it as multipart/form-data or application/x-www-form-urlencoded. Hey! that is cheating. You never mentioned Javascript before. ;-) But true. I

Re: Reading POSTed data

2009-06-17 Thread Kyle Brantley
André Warnier wrote: To me thus, the "correct" way - and the only way a browser would do it - to POST this data, would be in the form of a multipart/form-data body, itself composed of a MIME header and a body that would be the XML blob. If I may: function loadXMLDoc(xmlRequest) {

Re: Reading POSTed data

2009-06-17 Thread Kyle Brantley
Tim Funk wrote: available() - "Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream." So its not an accurate gauge of how much content is available from the client. That explains that quite ni

Re: Reading POSTed data

2009-06-16 Thread Kyle Brantley
On 06/16/2009 09:36 PM, Caldarale, Charles R wrote: From: Len Popp [mailto:len.p...@gmail.com] Subject: Re: Reading POSTed data Ah, but section 3.1.1 says that POST data is only available through getParameter if the content type is application/x-www-form-urlencoded. You're right, I missed that

Re: Reading POSTed data

2009-06-16 Thread Kyle Brantley
Caldarale, Charles R wrote: From: Kyle Brantley [mailto:k...@averageurl.com] Subject: Reading POSTed data I'm trying to read data which is posted directly to the server. I'll assume you have a doPost() method in your servlet. I do. I cannot figure out how to read this p

Reading POSTed data

2009-06-16 Thread Kyle Brantley
I'm just starting poking with servlets, and simply cannot figure out how to do this. I'm trying to read data which is posted directly to the server. The HTTP POST looks something like this: POST /api/ HTTP/1.1 User-Agent: Jakarta Commons-HttpClient/3.1 Host: averageurl.com Content-Length: 94

Re: Server.xml Sort on Start

2007-05-24 Thread Kyle B
r. But I just can't figure out said order. Anyone else have any personal experience with figuring out the sorting algorithm Tomcat uses on all in the server.xml on start? Thanks for all the responses so far, -Kyle On 5/24/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From:

Re: Server.xml Sort on Start

2007-05-23 Thread Kyle B
d save myself 2 hours of disabling random accounts. Regards, -Kyle On 5/23/07, Martin Gainty <[EMAIL PROTECTED]> wrote: Kyle- someone probably put in a deny in your engine config in server.xml e.g. //if you see a Valve declaration such as and replace deny with allow and you shoul

Server.xml Sort on Start

2007-05-23 Thread Kyle B
java box. It neither sorts the server.xml by alphabetic order, or file succession as it will skip from host 32, to 864, to 1026, to 127, etc... (jumping all over the place). Can anyone explain the server.xml sorting algorithm Tomcat uses on start? Regards, -Kyle

回复: RE: Error while connecting to M ySQL database

2006-06-29 Thread Kyle Wu
# MySQL database access properties db.driver = org.gjt.mm.mysql.Driver db.url = jdbc:mysql://localhost:3306/testdb db.user = root well, I guess you should specify "db.driver" attribute as db.driver = com.mysql.jdbc.Driver for value "org.gjt.mm.mysql.Driver" is obsoleted... anyway, the Conne

回复: Re: allowLinking tomcat 5.5.17

2006-05-09 Thread Kyle Wu
well, I think u should put your own context.xml in the META-INF/ directory under your webapp directory. --- Manos Moschous <[EMAIL PROTECTED]>写道: > ok, > > i changed to $(catalina.home)/conf/context.xml > and it changed for all web applications running on > tomcat. > > BTW, i am not sure what

Encounter NullPointer Exception when access db: cannot figure out what's wrong

2006-05-05 Thread Kyle Wu
hi guys, I am Kyle. I encountered NullPointerException timely when running my webapp using Tomcat5.5.10, since it seems a little complicated, please be patient to hear my description below. :-) 0. I use MySQL as db server, database configuration was correctly implemented. 1. I

Re: Easiest Open Source Shopping Cart Fnctnlty to plug into Tomcat

2006-01-15 Thread Kyle
u will) into the db. Thanks again Kyle Duan, Nick wrote: Sourceforge.net may be your answer (search for e-commerce). The latest spring framework also contains a very simple shopping cart app called jpetstore as an example. It works well on Tomcat. http://www.springframework.org. ND -Origina

Easiest Open Source Shopping Cart Fnctnlty to plug into Tomcat

2006-01-13 Thread Kyle
guidance please? -- Kind Regards Kyle - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat 5.5.9 w/ Apache 2.0.54 --- 'className=' no longer needed????

2005-12-04 Thread Kyle
Cheers Mark. I do realise it's all community based and GOD knows how you all find the time you all do already; But the docs really do get left well behind the reality sometimes. And even when they do "appear" to be uptodate, they conflict with other info on tomcat.apache.org. As a novice O

tomcat 5.5.9 w/ Apache 2.0.54 --- 'className=' no longer needed????

2005-12-03 Thread Kyle
.3" /> I did find one mention of a className="org.apache.ajp.tomcat.Ajp13Connector", but I can't find this Class in any jar file I've looked in so far. Is className really no longer necessary, needed or required?? Is the connector now bundled/integrated with Tomca

Integrating tomcat 5.5.9 w/ Apache 2.0.54 --- which mod_jk

2005-12-03 Thread Kyle
Hi folks, Can I still use (reliably and stable[y] ) mod_jk 1.2.14.1 when integrating TC 5.5.9 with Apache 2? Or am I going to be forced to use mod_jk2? MTiA Kyle - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Verisign Certificate Still Giving Me Troubles:

2005-12-03 Thread Kyle
Scott, I don't remember reading your previous thread, so I may be off-base but, .. To state the obvious, you just need to replace in config whichever self-signed cert file you generated with your new Verisign cert file. Ignoring for a second the certificate install process in Tomca

Re: manager for some users

2005-11-22 Thread Kyle
help. Regards. -- Kind Regards Kyle Lange Tel: +61 (0)431 88 3978 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT - sort of] response.sendRedirect or request.getRequestDispatcher.forward ...??

2005-10-24 Thread Kyle
Cheers Bill. K Bill Barker wrote: Using response.sendRedirect() sends a very small message back to the client, who then issues another Request on the same open Socket for the new URL. Unless you have a lot of network latency (e.g. a dial-up connection), this will be very fast. It's likely

[OT - sort of] response.sendRedirect or request.getRequestDispatcher.forward ...??

2005-10-23 Thread Kyle
the way it seems to happen to me. What do others feel? What are your experiences? And generally how do you handle it pls? Or is there simply some fundamental I have overlooked? -- Kind Reg

Re: The query string

2005-10-13 Thread Kyle
- Kind Regards Kyle Lange Tel: +61 (0)431 88 3978 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]