2013/4/30 Jesse Tayler <[email protected]> > > well, I don't know > > but your entry point is a cgi-bin call to a direct action called > "default", at least from what I recall -
I'm not sure I understood WebObjects mechanisms, so let's suppose that I deployed a simple WebObjects application as servlet using a war file. What I obtain it's a directory, into my Tomcat's webroot named, for example, "Web-CAT". Into "Web-CAT" I have got two directories too: - WEB-INF - META-INF (it is like this for every kind of servlet, i guess) and an html file index.html This file uses HTTP headers to redirect navigation to this url: http://localhost:8080/Web-CAT/WebObjects/Web-CAT.woa, that actually doesn't exists "as is" into my webroot directory, I mean there's no directory /var/lib/tomcat7/webapps/Web-CAT/WebObjects/Web-CAT.coa into my file system. so, one might ask if you can access this URL directly or if there is any > obvious reason that you'd not be able to access that directory maybe? > > doesn't sound like your app is being hit at all by what you describe. > > So, if I well understood what you asked, the answer is no, i cannot reach directly that position. Now, my question is, generally for a WebObjects based application, what files are supposed to be into deployment directory? I mean, how a directory containing a generic WOApp is structured? Thanks for answering > On Apr 29, 2013, at 5:41 PM, Filippo Laurìa <[email protected]> > wrote: > > > Hi everyone, > > as you can read from subject I got stuck while trying to deploy Web-CAT > on my Ubuntu 12.10 + Tomcat7. > > > > Before I start talking about the problem, let's say that my environment > is based on Eclipse + WebObjects 543 + Project Wonder Frameworks. > > > > Web-CAT sources are a bunch of Eclipse projects: there's no instruction > on how to build them, so after searching a little, I found an Ant build.xml > file into Web-CAT project. Easy, I thought. > > > > I was wrong, but after some tries I was able to build a war deployable > file. > > > > When I put this into my tomcat's webroot I had a problem on deployment > that is well described here [1]. I think I solved this modifying web.xml > file according to this article [2]. > > > > Now Tomcat can deploy my war, but when trying to access default first > page of the application (Login Page) I encounter a 404 Tomcat's standard > HTTP error page. > > > > It seems that "entry point" (sorry for non-technical terms) is missing. > > > > What do you think about it? > > > > Thanks for answering. > > > > Greetings. > > > > [1]: > http://stackoverflow.com/questions/16286781/cannot-deploy-web-cat-a-webobjects-based-application-on-tomcat7-encounte > > [2]: > http://wiki.wocommunity.org/display/WO/Creating+a+wonder+app+to+deploy+as+a+servlet#One+last+thing > > _______________________________________________ > > Do not post admin requests to the list. They will be ignored. > > Webobjects-dev mailing list ([email protected]) > > Help/Unsubscribe/Update your Subscription: > > > https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com > > > > This email sent to [email protected] > >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
