BOX: Business-Oriented XML

2001-11-15 Thread Dave Jarvis

Hello,

Using Tomcat, Xalan, Xerces, and Java-based technologies, I have
developed a system that completely decouples presentation from business
logic.  I would like to discuss the system and the possibility of adding
it to the technologies offered by the Apache Foundation.  Please find a
brief architectural overview of the system online at the following
address:

http://www.joot.com/box/

For a more technical system description, please read the following page:

http://www.joot.com/dave/writings/articles/bsp/

I look forward to your comments, critiques, and questions.

Sincerely,
Dave Jarvis

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




CVSadmin Control

2001-11-15 Thread Jon Stevens

Hey all,

In an effort to cut back on the amount of time I spend at Jakarta (you can
start cheering now) and to give Jason van Zyl more control.

I no longer have cvs admin privs and Jason has taken over that duty for me.

So, if you need something done with regards to the avail file, as Jason.

Thx.

-jon


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Problem to Start Tomcat 3.2.3

2001-11-15 Thread Slim Driss

Yeah, I know but in the beginning I've started to use Tomcat without JBoss
and I've guessed that the problem is coming from Tomcat...
Thanks for your comprehension,

Slim Driss email: [EMAIL PROTECTED] Cell. Phone: +1 647 286 6499 Home Phone:
+1 905 568 0309 Pager: +1 905 466 9158 / +1 418 647 7222
- Original Message -
From: "Peter Donald" <[EMAIL PROTECTED]>
To: "Jakarta General List" <[EMAIL PROTECTED]>
Sent: Thursday, November 15, 2001 2:52 PM
Subject: Re: Problem to Start Tomcat 3.2.3


> Please take this discussion to tomcat-users this is not the correct forum
for
> it.
>
> --
> Cheers,
>
> Pete
>
> -
> "Sometimes its better to keep your mouth shut and
> let people think your an idiot, than to open it
> and remove all doubt."
> -
>
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
>
>
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Problem to Start Tomcat 3.2.3

2001-11-15 Thread Peter Donald

Please take this discussion to tomcat-users this is not the correct forum for 
it.

-- 
Cheers,

Pete

-
"Sometimes its better to keep your mouth shut and 
let people think your an idiot, than to open it 
and remove all doubt." 
-

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Problem to Start Tomcat 3.2.3

2001-11-15 Thread Slim Driss

The TOMCAT_HOME point on the Tomcat directory. In fact, I'm trying to use
Tomcat with JBoss 2.4. So, command "tomcat.bat run" allows me to see the
error below. So, I've tried to use a Tomcat 3.2.3 distribution from Jakarta
site (without integration with JBoss) and all works fine.

D:\dev\JBoss-2.4.3_Tomcat-3.2.3\tomcat\bin>tomcat run
Including all jars in D:\dev\JBoss-2.4.3_Tomcat-3.2.3\tomcat\lib in your
CLASSPA
TH.

Using CLASSPATH:
D:\dev\JBoss-2.4.3_Tomcat-3.2.3\tomcat\classes;D:\dev\JBoss-2.4
.3_Tomcat-3.2.3\tomcat\lib\ant.jar;D:\dev\JBoss-2.4.3_Tomcat-3.2.3\tomcat\li
b\ja
sper.jar;D:\dev\JBoss-2.4.3_Tomcat-3.2.3\tomcat\lib\jaxp.jar;D:\dev\JBoss-2.
4.3_
Tomcat-3.2.3\tomcat\lib\parser.jar;D:\dev\JBoss-2.4.3_Tomcat-3.2.3\tomcat\li
b\se
rvlet.jar;D:\dev\JBoss-2.4.3_Tomcat-3.2.3\tomcat\lib\webserver.jar;D:\JDKS\j
dk1.
3.1_01\lib\tools.jar;D:\JDKS\jdk1.3.1_01\lib\tools.jar

ERROR reading D:\dev\JBoss-2.4.3_Tomcat-3.2.3\tomcat\conf\server.xml
At Line 124 /Server/ContextManager/ContextInterceptor/
className=org.jboss.tomca
t.naming.JbossWebXmlReader

FATAL: erreur de configuration
java.lang.ClassNotFoundException: org.jboss.tomcat.naming.JbossWebXmlReader
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at org.apache.tomcat.util.xml.ObjectCreate.start(XmlMapper.java:580)
at
org.apache.tomcat.util.xml.XmlMapper.matchStart(XmlMapper.java:384)
at
org.apache.tomcat.util.xml.XmlMapper.startElement(XmlMapper.java:81)
at com.sun.xml.parser.Parser.maybeElement(Parser.java:1391)
at com.sun.xml.parser.Parser.content(Parser.java:1499)
at com.sun.xml.parser.Parser.maybeElement(Parser.java:1400)
at com.sun.xml.parser.Parser.content(Parser.java:1499)
at com.sun.xml.parser.Parser.maybeElement(Parser.java:1400)
at com.sun.xml.parser.Parser.parseInternal(Parser.java:492)
at com.sun.xml.parser.Parser.parse(Parser.java:284)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:155)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:126)
at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:214)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:187)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)

Thanks again,

Slim Driss email: [EMAIL PROTECTED] Cell. Phone: +1 647 286 6499 Home Phone:
+1 905 568 0309 Pager: +1 905 466 9158 / +1 418 647 7222
- Original Message -
From: "Randy Layman" <[EMAIL PROTECTED]>
To: "Jakarta General List" <[EMAIL PROTECTED]>
Sent: Thursday, November 15, 2001 12:45 PM
Subject: RE: Problem to Start Tomcat 3.2.3


> Try running "tomcat.bat run" from a command line and your error message
> should stay on the screen.
>
> Randy
>
> > -Original Message-
> > From: Slim Driss [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, November 15, 2001 1:25 PM
> > To: Jakarta General List
> > Subject: Problem to Start Tomcat 3.2.3
> >
> >
> > Hi there,
> > I've a problem to start Tomcat 3.2.3 with JVM 1.3.1 on Win2K.
> > I did it before with others version of Tomcat but now I can't
> > start it with the mentionned configuration! There is no error
> > message and the dos window is closed just after the execution!
> > For information, the variables as CLASSPATH point on
> > tools.jar and JAVA_HOME on my java directory.
> > Thanks for your help,
> >   Slim Driss
> >   email: [EMAIL PROTECTED]
> >   Cell. Phone: +1 647 286 6499
> >   Home Phone: +1 905 568 0309
> >   Pager: +1 905 466 9158 / +1 418 647 7222
> >
> >
>
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
>
>
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Problem to Start Tomcat 3.2.3

2001-11-15 Thread Sudipta Sarkar

Hi,
It is difficult to say why its failing to start. What you can try out is try 
starting tomcat on the same window. For this you have to edit the  
startup.bat. The last but one line is
call "%TOMCAT_HOME%\bin\tomcat" start %1 %2 %3 %4 %5 %6 %7 %8 %9
remove the start. So it will be
call "%TOMCAT_HOME%\bin\tomcat"  %1 %2 %3 %4 %5 %6 %7 %8 %9

You may also need to setup TOMCAT_HOME properly to point to the install 
directory for tomcat.
Give more details and I may be able to help you.
Thanks
Sudipta



>From: "Slim Driss" <[EMAIL PROTECTED]>
>Reply-To: "Jakarta General List" <[EMAIL PROTECTED]>
>To: "Jakarta General List" <[EMAIL PROTECTED]>
>Subject: Problem to Start Tomcat 3.2.3
>Date: Thu, 15 Nov 2001 13:25:26 -0500
>
>Hi there,
>I've a problem to start Tomcat 3.2.3 with JVM 1.3.1 on Win2K. I did it 
>before with others version of Tomcat but now I can't start it with the 
>mentionned configuration! There is no error message and the dos window is 
>closed just after the execution!
>For information, the variables as CLASSPATH point on tools.jar and 
>JAVA_HOME on my java directory.
>Thanks for your help,
>   Slim Driss
>   email: [EMAIL PROTECTED]
>   Cell. Phone: +1 647 286 6499
>   Home Phone: +1 905 568 0309
>   Pager: +1 905 466 9158 / +1 418 647 7222
>


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Problem to Start Tomcat 3.2.3

2001-11-15 Thread Randy Layman

Try running "tomcat.bat run" from a command line and your error message
should stay on the screen.

Randy

> -Original Message-
> From: Slim Driss [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 15, 2001 1:25 PM
> To: Jakarta General List
> Subject: Problem to Start Tomcat 3.2.3
> 
> 
> Hi there,
> I've a problem to start Tomcat 3.2.3 with JVM 1.3.1 on Win2K. 
> I did it before with others version of Tomcat but now I can't 
> start it with the mentionned configuration! There is no error 
> message and the dos window is closed just after the execution!
> For information, the variables as CLASSPATH point on 
> tools.jar and JAVA_HOME on my java directory.
> Thanks for your help,
>   Slim Driss
>   email: [EMAIL PROTECTED]
>   Cell. Phone: +1 647 286 6499
>   Home Phone: +1 905 568 0309
>   Pager: +1 905 466 9158 / +1 418 647 7222   
> 
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Problem to Start Tomcat 3.2.3

2001-11-15 Thread Slim Driss

Hi there,
I've a problem to start Tomcat 3.2.3 with JVM 1.3.1 on Win2K. I did it before with 
others version of Tomcat but now I can't start it with the mentionned configuration! 
There is no error message and the dos window is closed just after the execution!
For information, the variables as CLASSPATH point on tools.jar and JAVA_HOME on my 
java directory.
Thanks for your help,
  Slim Driss
  email: [EMAIL PROTECTED]
  Cell. Phone: +1 647 286 6499
  Home Phone: +1 905 568 0309
  Pager: +1 905 466 9158 / +1 418 647 7222