RE: [JBoss-user] How to configure jboss-tomcat embbeded with IIS

2001-04-20 Thread Antonio Vazquez
Thanks for your replay Dewayne. I try to explain what I want to do. I try to install IIS+Tomcat+Jboss.I want to deploy (.ear application, with war files,EJB files,etc.) in jboss\deploy directory without using tomcat\webapps directory. I can access to my application deployed in jboss\deploy directo

RE: [JBoss-user] How to configure jboss-tomcat embbeded with IIS

2001-04-19 Thread Antonio Vazquez
Hi Dewayne, I think that doc, it`s only to Tomcat.My problem is that I don`t know which is the directory where the IIS has to point to.In a Tomcat + IIS configuration that directory is the application directory, but in a Jboss+Tomcat+IIS with an ".ear file" deployed in jboss\deploy, which is the d

[JBoss-user] How to configure jboss-tomcat embbeded with IIS

2001-04-19 Thread Antonio Vazquez
Hi all, could anybody tell me how I can configure jboss-tomcat embbeded with IIS? Thanks in advance Antonio ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Problem acceding to Ejb

2001-04-18 Thread Antonio Vazquez
Hi all, I´m using tomcat embedded in jboss. I`m testing Interest emxample. When I try to access to Interest EJB from the command line I haven´t any problems.But when I try to access it from a servlet I obtain the following error. javax.naming.CommunicationException. Root exception is [EmbeddedTo

[JBoss-user] Error during deploying

2001-04-10 Thread Antonio Vazquez
Hi all, I create a CMP bean that maintains information about users.When I deploy the EJB, I receive this error: [Container factory] Deploying:file:/C:/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/perfil .jar/ [Verifier] Verifying file:/C:/jboss-tomcat-2.1-beta/jboss-2.1/tmp/deploy/Default/p

RE: [JBoss-user] Problems with FreeTDS

2001-04-09 Thread Antonio Vazquez
} while ( rs.next() ); } catch (ClassNotFoundException e) { System.err.println("Couldn't load the driver: " + e.getMessage()); } catch (SQLException e) { System.err.println("SQLExecption caught: " + e.getMessage()); } } }

[JBoss-user] Problems with FreeTDS

2001-04-06 Thread Antonio Vazquez
-Mensaje original- De: Antonio Vazquez [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 06 de abril de 2001 14:23 Para: Jboss-User@Lists. Sourceforge. Net Asunto: Problems with FreeTDS Hi all, I have some problems creating a connection pool using the FreeTDS driver.The database server

[JBoss-user] Problems with FreeTDS

2001-04-06 Thread Antonio Vazquez
Hi all, I have some problems creating a connection pool using the FreeTDS driver.The database server is MS-SQL Server 2000. I've followed the document "HowTo: Use MS SQL Server with JBoss".I don´t know which is the problem. The lines from jboss.jcml are: org.hsql.jdbcDriver,org.enhydr