Hi On Mon, Feb 15, 2010 at 5:35 PM, user20 <[email protected]> wrote: > I use the following code with RPC call , with me lockal works > correctly but with tomcat 5.5 not > > HttpServletRequest req = getThreadLocalRequest(); > String delpath = > req.getSession().getServletContext().getRealPath("/") + "job/"; > File f=new File(delpath+path); > if(f.exists()){ > f.delete(); > }
What's the error message? -- Thanks Paul Paul Grenyer e: [email protected] b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
