deployment and debugging from JBuilder
Hi,
i build a JATO application that deployed as a war file and run
perfectly on an external Tomcat.
But running this app on the integrated Tomcat of the JBuilder tool
results in the following error :
Application Error - javax.servlet.ServletException: Invalid reqest -
request handler "Login" not found
On that way, debugging the application is not possible.
Any idea what's wrong ?
I've heard there is a deployment tool document ? Where is it ?
thanks for your help
[574 byte] By [
Guest] at [2007-11-25 9:27:26]

Sorry, I/we do not have experience with JBuilder test run feature. We do know
that test running JATO app from Forte For Java works great. I assume your
problem is related to JBuilder particulars and has nothing to do with Jato per
se.
Same for the debugging issues.
-- Original Message --
From: <a href="/group/SunONE-JATO/post?protectID=114233234185056134072149066140100165026 144204051183130127227">donnetmonay@y...</a>
Sent: Tuesday, November 20, 2001 1:26 AM
Subject: [iPlanet-JATO] deployment and debugging from JBuilder
Hi,
i build a JATO application that deployed as a war file and run
perfectly on an external Tomcat.
But running this app on the integrated Tomcat of the JBuilder tool
results in the following error :
Application Error - javax.servlet.ServletException: Invalid reqest -
request handler "Login" not found
On that way, debugging the application is not possible.
Any idea what's wrong ?
I've heard there is a deployment tool document ? Where is it ?
thanks for your help
Choose from 1000s of job listings!
For more information about JATO, please visit:
<a href="http://developer.iplanet.com/tech/appserver/framework/index.jsp">http: //developer.iplanet.com/tech/appserver/framework/index.jsp</a>
[Non-text portions of this message have been removed]
Guest at 2007-7-1 16:32:25 >

I forgot to add, the deploy guide is an HTML doc titled "deployguide.html" and
there is a link to it right on the JATO doc index page.
-- Original Message --
From: <a href="/group/SunONE-JATO/post?protectID=114233234185056134072149066140100165026 144204051183130127227">donnetmonay@y...</a>
Sent: Tuesday, November 20, 2001 1:26 AM
Subject: [iPlanet-JATO] deployment and debugging from JBuilder
Hi,
i build a JATO application that deployed as a war file and run
perfectly on an external Tomcat.
But running this app on the integrated Tomcat of the JBuilder tool
results in the following error :
Application Error - javax.servlet.ServletException: Invalid reqest -
request handler "Login" not found
On that way, debugging the application is not possible.
Any idea what's wrong ?
I've heard there is a deployment tool document ? Where is it ?
thanks for your help
Choose from 1000s of job listings!
For more information about JATO, please visit:
<a href="http://developer.iplanet.com/tech/appserver/framework/index.jsp">http: //developer.iplanet.com/tech/appserver/framework/index.jsp</a>
[Non-text portions of this message have been removed]
Guest at 2007-7-1 16:32:25 >

Hi--
None of our team has experience running JATO apps in JBuilder. The main
thing to check when running in an IDE is that the web.xml is properly
registered. Because you've received a JATO error, I assume it is in your
case. Therefore, it must be something else.
The error you sent means that the lookup for the LoginViewBean class failed.
This is probably a silly question, but are all of your classes compiled and
under the /WEB-INF/classes directory? Any other reason your application
classes might not be found?
Todd
--
Todd Fast
Senior Engineer
Sun Microsystems, Inc.
<a href="/group/SunONE-JATO/post?protectID=189233080150035131169232031248229077000 048234051197">todd.fast@s...</a>
-- Original Message --
From: <<a href="/group/SunONE-JATO/post?protectID=114233234185056134072149066140100165026 144204051183130127227">donnetmonay@y...</a>>
Sent: Tuesday, November 20, 2001 1:26 AM
Subject: [iPlanet-JATO] deployment and debugging from JBuilder
> Hi,
> i build a JATO application that deployed as a war file and run
> perfectly on an external Tomcat.
> But running this app on the integrated Tomcat of the JBuilder tool
> results in the following error :
>
> Application Error - javax.servlet.ServletException: Invalid reqest -
> request handler "Login" not found
>
> On that way, debugging the application is not possible.
> Any idea what's wrong ?
>
> I've heard there is a deployment tool document ? Where is it ?
>
> thanks for your help
>
>
>
>
>
> For more information about JATO, please visit:
> <a href="http://developer.iplanet.com/tech/appserver/framework/index.jsp">http: //developer.iplanet.com/tech/appserver/framework/index.jsp</a>
>
>
>
>
>
>
>
Guest at 2007-7-1 16:32:25 >

