Re: How to configure an URLContextFactory for tomcat

2002-11-12 Thread Philippe de M. Sevestre
Check the JBoss docs for a similar configuration. In short, you have to figure out how to setup the JNDI InitialContext in you app. BTW,I think you're misusing the ebj-link item. From the servlet DTD: !-- The ejb-link element is used in the ejb-ref or ejb-local-ref elements to specify that an

Re: windows iis machine + linux tomcat machine

2002-11-12 Thread Philippe de M. Sevestre
Why not SMBFS ? - Original Message - From: Jose Antonio Martinez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: terça-feira, 12 de novembro de 2002 08:22 Subject: windows iis machine + linux tomcat machine what do you think is the best way to make work together this configuration:

Re: What's wrong with my Context in my Server.xml???

2002-11-12 Thread Philippe de M. Sevestre
All, I have no idea why this isn't working. Suggestions? !-- indemand Context -- Context docBase=indemand path=/indemand reloadable=true source=indemand Resource name=jdbc/indemand auth=SERVLET ^

Re: RES: can jsp handle multipart/form-data ?

2000-12-12 Thread Philippe de M. Sevestre
We've used the JspSmartUpload component with Tomcat. Check the following link for more info: http://industry.java.sun.com/solutions/products/by_product/0,2348,all-2631-2 6,00.html At 15:05 12/12/00 -0300, you wrote: Hi everybody and Joe! I am trying to use the oreilly's package for

Re: unable to use the VisiBroker ORB from my webapp

2000-12-22 Thread Philippe de M. Sevestre
Here we changed the tomcat.sh script to include all VB's related stuff. Just cut-and-paste the prop's from the 'vbj' script and everything should be OK. At 11:09 22/12/00 -0600, you wrote: I'm unable to use the Borland VisiBroker ORB from the classes in my webapp. The VisiBroker ORB

Re: Apache+Tomcat+JBoss Error (No Context configured)

2002-09-17 Thread Philippe de M. Sevestre
Are you running the JBoss+Tomcat bundle or running them in two distinct VMs ? The drop-in deployment feature of wars in JBoss is only available when running the whole thing in a single VM. - Original Message - From: Manoj Kithany [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Problem with Tomcat and JServ

2002-09-27 Thread Philippe de M. Sevestre
Hi, I had a similar problem some time ago with IE. No matter what the headers said, it would refuse to automatically open the Acrobat reader _unless_ the URL was also fished by .pdf. In my case, the PDF was generated by a FOP-based servlet and I made it invoked using a URL like that:

Re: How to create a connection pool

2002-10-03 Thread Philippe de M. Sevestre
Simple way: use the poolman jdbc driver. - Original Message - From: java guru [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Quinta-feira, 3 de Outubro de 2002 09:28 Subject: Re: How to create a connection pool Hi - I am not sure on what type of application you