Hello,

I need to dynamically generate CSS files and would like to do it with
JSP. I know that there are various existing solutions to do this with
servlets mapped to the .css extension and forwarding to JSPs to
generate the content and that would technically work. However, I would
like to maintain the css extension so that my IDE correctly loads the
css editor with color coding and formatting.


Ideally, I would like to map the css extension to the JSP "servlet". I
did this with the Google developer container in Eclipse (mapped .css ->
_ah_jsp servlet) and it worked fine. However, when I deployed the app
to appengine, I got an error saying the _ah_jsp servlet did not exist.
I expect this has to do with JSPs getting precompiled before the app is
deployed to appengine.


Is there anyway to get my CSS files to execute as JSPs or precompile as
JSPs (while maintaining the css extension on my local filesystem for
the IDE) for appengine?


Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to