Help Needed With Deployement

2002-07-25 Thread Frederick Aubert

Hi,

I am currently trying to deploy Web Applications using Apache 2.0.39 and
Tomcat 4.1.7 integrated using mod_jk. Is there any better and more efficient
integration? I am looking for the most up-to-date stable integration working
on a Windows machine...

Anyway, I would need someone to go through my server.xml and my mod_jk.conf
(included in my httpd.conf) to check why the integration seems to be working
as long as I use html pages, but does not work anymore as soon as I use jsp
pages. I am also hoping that I am doing it the most efficient way, but I'd
again need to have someone to check what I am doing.

I did make sure to add JkMount /mywebapp  ajp13 and JkMount /mywebapp/*
ajp13 for each of my webapp. I also did make sure to add Context
path=/mywebapp docBase=F:/Cassiopee Projects/webapps/mywebapp debug=0
privileged=true reloadable=true/ for each of my webapp. Did I
missunderstand something?

Thanks, Frederick


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Help Needed With Deployement

2002-07-25 Thread Turner, John


What error messages are you seeing?  Does tomcat work at all on port 8080 or
wherever you installed it?  If you goto
http://localhost:8080/mywebapp/someServlet , do you get a valid response?

As an aside, I would delete all spaces from your paths...for example,
install tomcat in F:\tomcat or whatever, not F:\Apache Tomcat.

John Turner
[EMAIL PROTECTED]


-Original Message-
From: Frederick Aubert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 11:07 AM
To: [EMAIL PROTECTED]
Subject: Help Needed With Deployement


Hi,

I am currently trying to deploy Web Applications using Apache 2.0.39 and
Tomcat 4.1.7 integrated using mod_jk. Is there any better and more efficient
integration? I am looking for the most up-to-date stable integration working
on a Windows machine...

Anyway, I would need someone to go through my server.xml and my mod_jk.conf
(included in my httpd.conf) to check why the integration seems to be working
as long as I use html pages, but does not work anymore as soon as I use jsp
pages. I am also hoping that I am doing it the most efficient way, but I'd
again need to have someone to check what I am doing.

I did make sure to add JkMount /mywebapp  ajp13 and JkMount /mywebapp/*
ajp13 for each of my webapp. I also did make sure to add Context
path=/mywebapp docBase=F:/Cassiopee Projects/webapps/mywebapp debug=0
privileged=true reloadable=true/ for each of my webapp. Did I
missunderstand something?

Thanks, Frederick


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Help Needed With Deployement

2002-07-25 Thread Shapira, Yoav

Hi,
[Not an answer to your main question]

I am currently trying to deploy Web Applications using Apache 2.0.39
and
Tomcat 4.1.7 integrated using mod_jk. Is there any better and more
efficient
integration? I am looking for the most up-to-date stable integration
working
on a Windows machine...

If you're looking for stable builds, don't use beta.  4.1.x is beta,
nothing there is release-quality yet.  Use 4.0.4 instead.  Good luck,

Yoav Shapira
Millennium ChemInformatics

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Help Needed With Deployement

2002-07-25 Thread Frederick Aubert

John,

Everything seems to be working succesfully on the default port (8080).
However when I try to access the same webapp the server does not seem to be
successful in finding the page (object not found error, 404)...

I thought about removing the spaces, but I had it working with spaces, and
for now I would prefer avoiding installing and uninstalling stuffs. And
would it make sense it can be deployed directly on port 8080 but not on port
80? If you want I can send directly to you the conf files so you can have a
look. Otherwise you might want to try www.cassiopee.d2g.com/examples and
www.cassiopee.d2g.com:8080/examples

Sincerely, Frederick

-Message d'origine-
De : Turner, John [mailto:[EMAIL PROTECTED]]
Envoyé : jeudi, 25. juillet 2002 17:15
À : 'Tomcat Users List'
Objet : RE: Help Needed With Deployement



What error messages are you seeing?  Does tomcat work at all on port 8080 or
wherever you installed it?  If you goto
http://localhost:8080/mywebapp/someServlet , do you get a valid response?

As an aside, I would delete all spaces from your paths...for example,
install tomcat in F:\tomcat or whatever, not F:\Apache Tomcat.

John Turner
[EMAIL PROTECTED]


-Original Message-
From: Frederick Aubert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 11:07 AM
To: [EMAIL PROTECTED]
Subject: Help Needed With Deployement


Hi,

I am currently trying to deploy Web Applications using Apache 2.0.39 and
Tomcat 4.1.7 integrated using mod_jk. Is there any better and more efficient
integration? I am looking for the most up-to-date stable integration working
on a Windows machine...

Anyway, I would need someone to go through my server.xml and my mod_jk.conf
(included in my httpd.conf) to check why the integration seems to be working
as long as I use html pages, but does not work anymore as soon as I use jsp
pages. I am also hoping that I am doing it the most efficient way, but I'd
again need to have someone to check what I am doing.

I did make sure to add JkMount /mywebapp  ajp13 and JkMount /mywebapp/*
ajp13 for each of my webapp. I also did make sure to add Context
path=/mywebapp docBase=F:/Cassiopee Projects/webapps/mywebapp debug=0
privileged=true reloadable=true/ for each of my webapp. Did I
missunderstand something?

Thanks, Frederick


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Help Needed With Deployement

2002-07-25 Thread Turner, John


You can post your config to the list, I can't guarantee that I would be able
to help.  It makes perfect sense that the examples work on port 8080...that
means tomcat is working and is happy.  If examples don't work on port 80,
then you have connector issues.

Looks to me like your JkMount directive isn't working in httpd.conf.  Do you
have these two lines in there (let's get the examples working, then we can
worry about your specific app)?

JkMount /examples ajp13
JkMount /examples/* ajp13

John Turner
[EMAIL PROTECTED]


-Original Message-
From: Frederick Aubert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 1:37 PM
To: Tomcat Users List
Cc: [EMAIL PROTECTED]
Subject: RE: Help Needed With Deployement


John,

Everything seems to be working succesfully on the default port (8080).
However when I try to access the same webapp the server does not seem to be
successful in finding the page (object not found error, 404)...

I thought about removing the spaces, but I had it working with spaces, and
for now I would prefer avoiding installing and uninstalling stuffs. And
would it make sense it can be deployed directly on port 8080 but not on port
80? If you want I can send directly to you the conf files so you can have a
look. Otherwise you might want to try www.cassiopee.d2g.com/examples and
www.cassiopee.d2g.com:8080/examples

Sincerely, Frederick

-Message d'origine-
De : Turner, John [mailto:[EMAIL PROTECTED]]
Envoyé : jeudi, 25. juillet 2002 17:15
À : 'Tomcat Users List'
Objet : RE: Help Needed With Deployement



What error messages are you seeing?  Does tomcat work at all on port 8080 or
wherever you installed it?  If you goto
http://localhost:8080/mywebapp/someServlet , do you get a valid response?

As an aside, I would delete all spaces from your paths...for example,
install tomcat in F:\tomcat or whatever, not F:\Apache Tomcat.

John Turner
[EMAIL PROTECTED]


-Original Message-
From: Frederick Aubert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 25, 2002 11:07 AM
To: [EMAIL PROTECTED]
Subject: Help Needed With Deployement


Hi,

I am currently trying to deploy Web Applications using Apache 2.0.39 and
Tomcat 4.1.7 integrated using mod_jk. Is there any better and more efficient
integration? I am looking for the most up-to-date stable integration working
on a Windows machine...

Anyway, I would need someone to go through my server.xml and my mod_jk.conf
(included in my httpd.conf) to check why the integration seems to be working
as long as I use html pages, but does not work anymore as soon as I use jsp
pages. I am also hoping that I am doing it the most efficient way, but I'd
again need to have someone to check what I am doing.

I did make sure to add JkMount /mywebapp  ajp13 and JkMount /mywebapp/*
ajp13 for each of my webapp. I also did make sure to add Context
path=/mywebapp docBase=F:/Cassiopee Projects/webapps/mywebapp debug=0
privileged=true reloadable=true/ for each of my webapp. Did I
missunderstand something?

Thanks, Frederick


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]