Re: [OT] Hosting Companies

2004-10-23 Thread Patrick L Archibald
http://javaservlethosting.com/ works for me. Thanx, PLA Joe Hertz wrote: I dont see Struts supporting hosting companies on the wiki. It used to be on the site before the resources link pointed you to the wiki IARC. I just found out that the hosting company I use decided that they won't let you de

Re: [OT] Hosting Companies

2004-10-24 Thread Patrick L Archibald
Joe I use Hibernate on one of my JavaServletHosting.com sites without any problems. They set up a DBCP connection pool for me and I took it from there. Thanx, PLA Joe Hertz wrote: JavaServletHosting is the one with the problem. And I *really* like them in all other respects. :-( -Joe http://

OT: Generating RSS feeds with Java

2004-11-12 Thread Patrick L Archibald
Hey Sorry for the unrelated Struts question but Googling for this was like trying to find a needle in a haystack. Is anyone generating RSS feeds with Java? If so, what APIs are you using? I've tried RSS4j at http://www.churchillobjects.com/c/13005.html . It is working OK but I was wondering wh

Re: Generating RSS feeds with Java

2004-11-12 Thread Patrick L Archibald
://wiki.java.net/bin/view/Javawsxml/Rome04Tutorials Tutorial #6 looks like it could be looped to handle a set of database results and push them onto the feed. :) Regards, David -Original Message- From: Patrick L Archibald [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 3:45 PM To: [EMAIL

Re: [OT] get real path to jar file in jsp folder

2005-04-11 Thread Patrick L Archibald
How about: String realPath = getServletContext().getRealPath(""); Then modify to get to the correct directory. Thanx, PLA Ashish Kulkarni wrote: Hi Here is a data structure in my web project, c:\myproject - | - pages - | m