LS,

After Ross' kind invitation to post any other questions I might have,
I'll start with
this one:

The web application I am developing needs a scratch directory to white
scaled
images to.  I first try to use a subdir of /tmp and put a symbolic
link in place to
access that directory from my project's context.  However, this got me
an
error message (something about an aliased resource), so after some
searching
around I decided the best way is to create a directory inside WEF-INF
and
access it through getServletContext ().getRealPath ("/...").

>From the APIdocs I found out that an instance of a ServiceContext is
passed
to HTTPServletContext, but I haven't been able to find if that is the
instance I
need, or how to get an instance of HTTPServletContext...

Note: I am currently able to read/write temporary finds when running
through
mvn getty:run, but I need a solution that still works when I deploy a
war with
an existing jetty server.

Thanks for any hints!

Job Honig

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to