Re: jsp compile question

2008-07-30 Thread Jq
> Jq... what IDE are you using ? > On Netbeans its like this... > I actually tried that even though for this project there is no IDE involved. It is a manually deployed suite developed by a third party. I have to compile in as close to the production environment as possible. So far I have not bee

Re: jsp compile question

2008-07-30 Thread Johnny Kewl
- Original Message - From: "Jq" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 29, 2008 11:05 PM Subject: jsp compile question How can I simulate the way tomcat builds a jsp file? I need to debug a .jsp that fails to build when requested. Thanks. Jq... what IDE ar

Re: jsp compile question

2008-07-29 Thread Alessandro Ferrucci
rs List" > Sent: Tuesday, July 29, 2008 5:25 PM > Subject: Re: jsp compile question > > > That would be great. I'll have to find where this is set up on the >> target site. >> >> Thanks. >> >> > --

Re: jsp compile question

2008-07-29 Thread Martin
, 2008 5:25 PM Subject: Re: jsp compile question That would be great. I'll have to find where this is set up on the target site. Thanks. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [

Re: jsp compile question

2008-07-29 Thread Jq
That would be great. I'll have to find where this is set up on the target site. Thanks.

Re: jsp compile question

2008-07-29 Thread Jim Cox
On Tue, Jul 29, 2008 at 5:05 PM, Jq <[EMAIL PROTECTED]> wrote: > How can I simulate the way tomcat builds a jsp file? > > I need to debug a .jsp that fails to build when requested. > > Thanks. If you mean debugging why JSP compilation fails, you can look at the generated servlet code (the .java

jsp compile question

2008-07-29 Thread Jq
How can I simulate the way tomcat builds a jsp file? I need to debug a .jsp that fails to build when requested. Thanks.