[JBoss-user] My Tomcat-Jboss HOWTO

2001-06-05 Thread Bas Cancrinus

Hi,

As a newbe to Tomcat I've had some difficulties to operate on remote
EJB's deployed in Jboss from JSP's deployed in Tomcat. Therefore I've
written a HOWTO and placed it at http://home.planet.nl/~cancr001/
Please review this document and add your comments to this thread.

Thanks,
Bas

-- 
Bas E. Cancrinus[EMAIL PROTECTED]
Product Manager RepTrack (TM)   http://www.reptrack.nl
Developer Cancrinus Search  http://www.csearch.nl




___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBOSS SERVER STARTS WITH SYNTAX ERROR -- HELP

2001-05-29 Thread Bas Cancrinus

Pradeep Prasad wrote:

Hi ,

I have started using JBOSS for EJB.
When I trying to start server by executing run.bat
file ,it does start but it gives syntax error twice
before giving various pages of output.
Can anybody let me know why is that happening.

Is there some problem with paths. I am using window
98.

These syntax errors are caused by the following lines in run.bat:
set 
JAXP=-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
set JAXP=%JAXP% 
-Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl

MS-Windows doesn't accept = in env-values.
Comment these lines out with REM and replace:
java %JAXP% ...

with:
java 
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
 
-Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl 
...

The syntax errors shouldn't appear anymore.

Regards,
Bas

-- 
Bas E. Cancrinus[EMAIL PROTECTED]
Product Manager RepTrack (TM)   http://www.reptrack.nl
Developer Cancrinus Search  http://www.csearch.nl




___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] List available as ng?

2001-05-18 Thread Bas Cancrinus

Hi,

Is this mailing list also available as a newsgroup?
I would prefer to access it as a ng to speed up my mail checking.

Regards,
Bas

p.s. Excuse me being OT, but I didn't know a better place to ask my 
question.

-- 
Bas E. Cancrinus[EMAIL PROTECTED]
Product Manager RepTrack (TM)   http://www.reptrack.nl
Developer Cancrinus Search  http://www.csearch.nl



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Adding JDBC-driver

2001-05-15 Thread Bas Cancrinus

Ivan wrote:

If you are using embedded tomcat there will be 2 jboss.jcml files. 1 in
conf\default and 1 in conf\tomcat

are you sure that you checked the same file each time and that if you
started jboss with tomcat that you are using the jboss.jcml file inside the
conf\tomcat directory

Ivan

I'm using the stand-alone release, which only has a conf/default. Do you 
have any idea what else could be wrong?

Bas

-- 
Bas E. Cancrinus[EMAIL PROTECTED]
Product Manager RepTrack (TM)   http://www.reptrack.nl
Developer Cancrinus Search  http://www.csearch.nl




___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Adding JDBC-driver

2001-05-15 Thread Bas Cancrinus

Dovan Nguyen wrote:

I believe you need to add your jdbc driver class in the mbean entry attribute
name=Drivers in the jboss.jcml

dovan

I added

mbean code=org.jboss.jdbc.JdbcProvider name=DefaultDomain:service=JdbcProvider
 attribute name=Drivers[MyDriverClass]/attribute
/mbean

just like in the manual. Any suggestions?   


Bas

-- 
Bas E. Cancrinus[EMAIL PROTECTED]
Product Manager RepTrack (TM)   http://www.reptrack.nl
Developer Cancrinus Search  http://www.csearch.nl




___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user