Re: [JBoss-user] JSP problem using JBoss-2.2.2-tomcat-3.2.2 and Apache mod_jk

2001-06-21 Thread Lionel Siau
If u're using mod_jk, u must be using the apache server. In the mod_jk, u must enable the mapping so that apache directs all "/" entries to the tomcat engine to process the queries. RTFM Lionel - Original Message - From: "Uno Engborg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

[JBoss-user] XML and XSL hell

2001-06-15 Thread Lionel Siau
Hi Guys, could the fellow/architect doing the XML stuff give some indication where jboss is going with XML and which ones are being targeted. I've been testing integration with quite a number of products and getting XML conflicts all over the place. The worse is Cocoon 2 (the newest one!). There

Re: [JBoss-user] Integrated Tomcat throws a security exception

2001-06-14 Thread Lionel Siau
IMHO, Yeah, far too much. I would rather rely on Tomcat 4.0(development now) to provide the web container (is jsp/servlet/web server) combo 'in front' of jboss. Lionel - Original Message - From: "Guy Rouillier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 1:

Re: [JBoss-user] Tomcat redeploy strangeness

2001-06-14 Thread Lionel Siau
Marc, what do u mean by context of B/page.jsp? U mean jsp/bean code that does a JNDI lookup? Lionel - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: "Jboss-User@Lists. Sourceforge. Net" <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 1:00 PM Subject: [JBoss-user] Tomca

Re: [JBoss-user] Deploying Jive in JBOSS 2.2.1 Jetty 3.1.RC4

2001-06-13 Thread Lionel Siau
Hi Allm jive 1.2.x has a problem handling the jive.properties file. This problem surfaces when the deployment use a temporary directory and then the jive code gets confused on where its position is. Needless to say, this isn't portable and NOT compliant with a Servlet 2.2 spec. Thus it has to be

Re: [JBoss-user] JBoss-Tomcat 2.2.2 beta2 Released

2001-06-10 Thread Lionel Siau
Thx Scott. Looks like I made enough noise on this bit . Where is it btw? I can't find it on the website (u just added jetty so I''m on the right page). Lionel - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> To: "jBoss user" <[EMAIL PROTECTED]> Sent: Sunday, June 10, 2001 9:

Re: [JBoss-user] jboss-tomcat-apache

2001-06-08 Thread Lionel Siau
t; http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg00868.html > > Alex > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Lionel Siau > Sent: Friday, June 08, 2001 9:29 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBo

Re: [JBoss-user] jboss-tomcat-apache

2001-06-08 Thread Lionel Siau
ce I can see your mod_jk.conf file or find out how you > got Embedded Tomcat to create a mod_jk.conf-auto file? > > Worst case is I have to separate out my .war file and restart on deploy, but > I'd rather not if it can be avoided (especially if it just a config issue). > >

Re: [JBoss-user] Something in crimson that is hard coded and trying to lookup java.sun.com

2001-06-08 Thread Lionel Siau
lid and already aliased - the we/you have a > different problem. > > If invalid - it's all yours - baby ! > > > Jules > > --- Lionel Siau <[EMAIL PROTECTED]> wrote: > Hi, > > > > thx for the rapid responses. Most of u guys alluded > > to t

Re: [JBoss-user] jboss-tomcat-apache

2001-06-08 Thread Lionel Siau
estart on deploy, but > I'd rather not if it can be avoided (especially if it just a config issue). > > Thanks, > Alex > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Lionel Siau > Sent: Friday, June 08, 2001 6:22 A

Re: [JBoss-user] Probs with Apache and JBoss-Tomcat Bundle

2001-06-08 Thread Lionel Siau
Walter, it should be there as part of the installation in the tomcat directory under conf. Anyway, I've attached mine use ajp13. BTW, my development config is exactly like yours and everything works. Lionel - Original Message - From: "Walter Geiger" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: [JBoss-user] Something in crimson that is hard coded and trying to lookup java.sun.com

2001-06-08 Thread Lionel Siau
imilar descriptor that does not cause > this problem > > Alternatively - this might be more serious. In this > case post the descriptor for everyone to have a look > at. > > Hope that helps. > > > > Jules > > > P.S. > > Seeing as the error is happe

[JBoss-user] Something in crimson that is hard coded and trying to lookup java.sun.com

2001-06-08 Thread Lionel Siau
Hi guys,   the crimson parser is trying to resolve the java.sun.com hostname inside!!!   (Auto deploy] java.net.UnknownHostException: java.sun.com   This shouldn't be correct. Many of us do development on our laptops and standalones and this completely renders it unusable. Can we pls pls ge

Re: [JBoss-user] jboss-tomcat-apache

2001-06-08 Thread Lionel Siau
Alex, I have been using for 2 weeks and it works just fine. Just redeployment also works perfectly. I'm on a win2k system with JDK 1.3 using Apache 1.9.20 and Tomcat 3.2.2. BTW I use ajp13 becoz it is supposed to be faster. I suspect u didn't use the integrated Jboss-Tomcat release. Lionel --

[JBoss-user] relative paths in WAR for jboss-tomcat deploy directory

2001-06-06 Thread Lionel Siau
Hi guys,     I finally managed to download and build a stable release ( nightly stable release) for Jive. It builds a war just fine and deploys perfectly in Tomcat webapps. I'm now trying to deploy in JBOSS-TOMCAT but it is complaining it can't find the jive.properties in the /admin becoz the

Re: [JBoss-user] is that a taboo?

2001-06-06 Thread Lionel Siau
Hi Mikhail, I have a similar problem with my WAR and properties file for Jive. This is so irritating.(see my post) Lionel - Original Message - From: "Mikhail Akopov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 4:44 PM Subject: [JBoss-user] is that a taboo?

[JBoss-user] Jive war in Jboss-Tomcat build

2001-06-04 Thread Lionel Siau
Hi everyone, I'm trying to deploy the Jive WAR into the Jboss-Tomcat deploy directory. Deployment looks fine but when I try to use the site, I get jsp errors. The jive properties files need to be configured too but I do not know how to configure it to point to the deploy directory or if it is ev

Re: [JBoss-user] jps1.1.2

2001-06-04 Thread Lionel Siau
I fooled around a couple of days ago. The only problem seems to be a DB conflict but this is expected becoz of cloudscape.     Lionel - Original Message - From: Simon Moses To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 7:42 PM Subject: [JBoss-user] jps1.1.2

[JBoss-user] Deployment directory with Jboss-Tomcat version

2001-05-19 Thread Lionel Siau
Hi everyone, i've got apache-tomcat-jboss more or less working together on a win2k machine. But I can't seem to configure it properly. Need your help on this one.HOw exactly should this configuration be done? a) Where exactly should I deploy my servlets/jsps in the future? In the jboss deploy or

Re: [JBoss-user] help needed: transaction options for a simple case

2001-03-22 Thread Lionel Siau
An EJB solution may be an overkill, unless u're using the other services. U could use a servlet/jsp engine that does the same thing much faster. My 2c. - Original Message - From: "fractals" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 04, 2001 6:51 AM Subject: Re: [JBo