Hi,

Sorry, it�s me again.

I�m still trying to get virtual hosts working via apache2.0.35 using the
mod_webapp connector, jboss3.0RC1 and tomcat4.0.3.

I don�t want to get on your nerves but I�ve tried just about everything and
I haven�t received any answers to my previous virtual host questions.

The strange thing is that when using mod_jk I at least get a "tomcat"
directory listing of my virtual host, however I haven�t managed to get any
servlets running yet.

When I switch to mod_webapp whilst keeping everything else the same I don�t
even get that.
I decided to tamper a bit with the webapp code and the output tells me that
the context is "null"!  Why?  I know this might not be a jboss question and
more a webapp question but I�m hoping that you might be able to shed some
light on the topic.

+++++++++ CODE CHANGED +++++++
try {
  context=deploy(connection,logger,appl,host,path);
  logger.log("+++ MD_CONTEXT_OUTPUT: " + context + " +++");
} catch (Exception e) {
  logger.log(e);
}

++++++++ OUTPUT ++++++++
00:04:50,966 ERROR [Engine]
[org.apache.catalina.connector.warp.WarpConfigurationHandler] +++
MD_CONTEXT_OUTPUT: null +++
00:04:50,966 ERROR [Engine]
[org.apache.catalina.connector.warp.WarpConfigurationHandler] +++_MD_+++
Error deploying web ap

This must be just about my 5th posting on this subject.  Maybe this time
I�ll have more luck :-).
Any hints at all would be of great help!!

bye Michael Delamere


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to