Hello;
The way I have resolved this in the past is:
create the %NEXT_ROOT%\Library\WebServer\Documents\WebObjects\
and put a copy of your application in there. Then start it up,
after that it should work.
If you are having trouble finding resources such as images, view the
source of your page and check your img and css tags, any tag that has
a URL. This will show you where the webpage is looking for your
resources when trying to pull them from the server.
Thanks,
Don
On Mar 26, 2009, at 8:00 PM, Miguel Angel Torres Avila wrote:
Hi List,
I am evaluating Eclipse+WOLips on Windows and I have a problem.
To access my css and js files I generate tags like this:
<link href="/WebObjects/estevezB2B.woa/Contents/WebServerResources/
CSS/estilo.css" type="text/css" rel="stylesheet">
On mac, I copy my WebServerResources into /Library/WebServer/
Documents/WebObjects/estevezB2B.woa/Contents/ and it works.
But on Windows I do not know where to put them.
I tried installing apache and copying them into apache-docs-rott/
WebObjects/estevezB2B.woa/Contents/ but when I run the APP I get
this error
[2009-03-26 17:38:19 CST] <WorkerThread0>
<com.webobjects.appserver._private.WOStaticResourceRequestHandler>
Unable to get contents of file for uri. file: \Library\WebServer
\Documents\WebObjects\estevezB2B.woa/Contents/WebServerResources/CSS/
estilo.css; uri: /WebObjects/estevezB2B.woa/Contents/
WebServerResources/CSS/estilo.css
Is there a way to tell WOLips where to find the webServerDocsRoot on
development?
Miguel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/pccdonl
%40mac.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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]