Re: SPAM-LOW: PayPal Account Security Measures

2005-06-08 Thread B Wiley
I DONT HAVE A PAY PAL ACCOUNT ! I DON'T USE PAYPAL !! I'M NOT CLICKING ANYTHING ! At 04:48 PM 6/8/2005, you wrote: You have recieve this email because you or someone had tried to used your paypal account at http://www.springbok-computers.co.uk Below

Re: [OT] Jav/JSP Programmer

2005-03-03 Thread B Wiley
Hi Carl, are you looking for someone "on-site" or "off-site" ? P.S. please do the world a favor and get rid of the flash intro at the beginning of your site, my eardrums just exploded !! Best Regards, -Wiley At 12:08 PM 3/3/2005, you wrote: I apologize for placing this on this mail list but

Re: Serving up a Flash file

2005-02-20 Thread B Wiley
"It's amazing how large some of the gaps in my knowledge truly are." Words of a wise man. I find myself thinking the same thing daily. I'm sure we are not alone :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

tomcat hackers ...

2005-02-13 Thread B Wiley
Hello, I've been getting some things in my logs like ... 217.20.113.110 - - [13/Feb/2005:09:41:39 -0500] "GET /Myapp/../Myapp/../Myapp/../Myapp/../Myapp/../Myapp/../Myapp/../hosting.html HTTP/1.1" 200 5564 "-" "Mozilla/4.0 (compatible; MSIE 5.16; Mac_PowerPC)" What is this guy getting from thi

Web App to Cell Phone

2005-02-08 Thread B Wiley
This may be off topic but I'm looking for a java solution to deliver MMS or WAP push "ringtones" to cell phones via my tomcat shopping cart. Does anyone know of some good solutions for this ? Thanks in advance -Wiley - To unsub

Re: apache jk2.conf and tomcat question heeelp

2004-12-23 Thread B Wiley
Thank you but I'm still not getting something, how do you create an alias directory ??? Is that just a symlink ? Please help me understand one concept. I cannot seem to get an answer for this ANYWHERE I've been at this for WEEKS I do not want my jsp pages and my html pages in two differ

apache jk2.conf and tomcat question heeelp

2004-12-22 Thread B Wiley
Hello, Is there a way to put an absolute path in the jk2.conf tag that would look like /var/www/html/*.jsp I'm trying to set things up so If i have a .jsp in my website root it forwards the request to tomcat without having the .jsp physically sitting inside the tomcat root. Is this possi

Re: setting up tomcat/JBOSS with apache

2004-12-16 Thread B Wiley
andler to httpd.conf... Thanks for giving this some thought, I'm probably in the wrong mailing list and not making any sense thanks At 10:47 AM 12/16/2004, you wrote: From: "B Wiley" <[EMAIL PROTECTED]> > All I > see online and in every example is how mod_Jk helps you knock out

Re: setting up tomcat/JBOSS with apache

2004-12-16 Thread B Wiley
nobody??? Hello, I'm confused on something basic. I understand how to set up mod_jk2 and configure an app something like http://localhost/myApp/test.jsp such that the app myApp is sitting in the java container but can I have myApp sitting on apache i.e. /var/www/htdocs/myApp and configure a hand

setting up tomcat/JBOSS with apache

2004-12-15 Thread B Wiley
Hello, I'm confused on something basic. I understand how to set up mod_jk2 and configure an app something like http://localhost/myApp/test.jsp such that the app myApp is sitting in the java container but can I have myApp sitting on apache i.e. /var/www/htdocs/myApp and configure a handler in ht

RE: jboss with tomcat

2004-11-03 Thread B Wiley
-console. Thanks for the response. At 05:57 AM 11/3/2004, you wrote: Hi, Hmm, not trivial. Start by validating your web.xml using a tool like XMLSpy. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: B Wiley [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 02,

jboss with tomcat

2004-11-02 Thread B Wiley
Hello, I've got tomcat embedded into jboss 2.2.5 . I get some kind of mapping error when I go to http://localhost:8080/web-console/ and the browser displays a 500 error. What is causing this and where can I look to fix it? [INFO,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING configurat

pageContext error ???

2003-02-04 Thread B Wiley Snyder
Im running tomcat 4.1 and I'm building a shopping cart from a book. When browse to the index.jsp page of the app I receive this error... root cause javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex tImpl.java:533) I know why this