RE: Late start of context

2010-10-28 Thread Pedro Rodrigo Cardiel
n and again tomcat. -- ---------- Pedro Rodrigo Cardiel Dpto. de Informática e Ingenierí­a de Sistemas - Universidad de Zaragoza C/ Marí­a de Luna 1, 50018 Zaragoza, Spain Tel:+34 976 762134 e-mail: prod...@unizar.es Grupo IAAA - http://iaaa.cps.unizar.es --

Late start of context

2010-10-28 Thread Pedro Rodrigo Cardiel
hanks -- -- Pedro Rodrigo Cardiel Dpto. de Informática e Ingenierí­a de Sistemas - Universidad de Zaragoza C/ Marí­a de Luna 1, 50018 Zaragoza, Spain Tel:+34 976 762134 e-mail: prod...@unizar.es Grupo IAAA -

Re: Servlet

2010-05-14 Thread Pedro Rodrigo Cardiel
h do not know if this will make the application much slower. thank both -- ---------- Pedro Rodrigo Cardiel Dpto. de Informática e Ingenierí­a de Sistemas - Universidad de Zaragoza C/ Marí­a de Luna 1

Re: Servlet

2010-05-14 Thread Pedro Rodrigo Cardiel
El vie, 14-05-2010 a las 12:26 +0200, Mikolaj Rydzewski escribió: > Pedro Rodrigo Cardiel wrote: > Since you have a servlet you have dynamic, not static content. > Use response.getSession() to create one. > Ok thanks. Is there any way to create a session when an image is requested

Re: Servlet

2010-05-14 Thread Pedro Rodrigo Cardiel
String output = ... ; response.setContentType("text/javascript"); response.setCharacterEncoding("UTF-8"); response.getWriter().write(output); } } } -- -- Pedro Rodrigo Cardiel Dpto. de Informática e Ingenierí­a de Sistemas - Universidad de Zaragoza C/ Marí­a de Luna 1, 50018 Zaragoza, Spain Tel:+34 976 762134 e-mail: prod...@unizar.es Grupo IAAA - http://iaaa.cps.unizar.es --

Servlet

2010-05-14 Thread Pedro Rodrigo Cardiel
JSESSIONID cookie is created successfully. Is there any way to tell tomcat to generate a session but asked static content? Regards -- -- Pedro Rodrigo Cardiel Dpto. de Informática e