[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-10-28 Thread millenium
You have to enable JSP-Compilation in the Preferences for your Project. Be sure to set 
the root-directory correctly (e.g. DocRoot).
Mark

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853050#3853050

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853050


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-10-28 Thread davidakoontz
And what does this preference do?

JSP's are compiled by the App Server dynamicly at load time.

Is this a "test" compile of some nature?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853180#3853180

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853180


---
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins003001msi/direct/01/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-10-28 Thread marshall
It allows you to pre-compile the JSPs so the container doesn't have to, thus saving 
you testing time :).

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853195#3853195

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853195


---
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins003001msi/direct/01/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-10-29 Thread dwatling
This is in response to millenium's posting.

Currently, I am using JBoss 3.2.2. How would I determine the 'DocRoot' for my 
application? I've got an ear file (containing a war file) that deploys to 
"/jboss/server//tmp/deploy/tmp". I would assume the 'DocRoot' would be the  
directory under that directory. Is this correct? If yes, how would I be able to set 
this up inside Eclipse? The tmp directory pretty much changes its name every time 
I redeploy.

Thanks for any help.

-Dan Watling

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853316#3853316

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853316


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-10-29 Thread jocular
Thanks,millenium
But I still can't pre-compile the jsp. I newed a J2EE 1.3 project. set the source 
folder as /src and set /bin for output folder. selected 'Check to enable the jsp 
complication' and set the Root folder bin. Then I put the jsp pages in the /src folder 
and complie the jsp. Nothing happens.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853327#3853327

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853327


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-10-31 Thread millenium
The root folder is the folder that contains your jsp-files. It is not Tomcat dependent 
or your bin directory (which should contain your class-files).
In my project I have a directory called docroot, this contains my jsp-Files. 
Hopefully I could help...
Mark

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853417#3853417

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853417


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-11-01 Thread rjurkiewicz
Hi Mark,

I can compile JSPs without included beans or application defined tags. 

For some reason JSP compiler does not recognize files from build/classes foler.

sample error:

The value for the useBean class attribute com.XXX.SampleForm is invalid.
error_login_XXX.jsp

QUESTION: How to add my classes to the JSP compiler path?

I tried to add jar file to the org.jboss.ide.eclipse.jdt.j2ee.jsp.core_1.4.0 
plugin.xml - in the same way as it is added servlet-api.jar ().

Unfortunately it did not work.

Can you help me?

Thanks,
Robert

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853520#3853520

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853520


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-11-02 Thread millenium
Well I dont use beans so at this point I can not help any more...sorry.
Mark

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853643#3853643

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853643


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-11-03 Thread letiemble
Hi,

I think that there is a bug in the JSP compiler. Compiled classes from the project are 
not properly included in the compilation classpath. Further investigation is in 
progress.

Laurent.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853703#3853703

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853703


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-11-05 Thread CDHough
I can't get the compiler to work either. My JSP compile root folder is pointing to a 
directory that contains my JSPs.  This folder is not a subdirectory of JBoss or 
Eclipse. Where are the resulting java files and classes supposed to get created? 

Because of the inability to compile JSPs, I cannot get the JSP debugging working. Is 
JBoss 3.2.3 acceptable to compile? I believe that you need to have JBoss 3.2.4 (Tomcat 
5) to do the debugging.

Thanks for any help.

- Charley

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854121#3854121

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854121


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-11-08 Thread CDHough
I was able to get the JSP compiler to work. Originally my source was in a 
linked folder outside of the eclipse workspace. To get the JSP compile to work, 
I created a new directory called "docroot" under my project folder 
(C:\eclipse\workspace\MyProj\docroot) and put a jsp there. Now the jsp gets 
compilation warnings. Maybe you cannot have your JSPs in a linked folder for 
this feature to work.

- Charley

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854304#3854304

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854304


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-11-18 Thread psaville
Any news on this bug being fixed?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855633#3855633

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855633


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-11-19 Thread letiemble
Hi,

File a bug on SourceForge (see the JBoss-IDE project page to see where), with 
all the stuff needed to reproduced and correct the bug.

Laurent.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855696#3855696

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855696


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-11-25 Thread kevinhanna
I have opened a bug:
https://sourceforge.net/tracker/index.php?func=detail&aid=1073515&group_id=22866&atid=376685

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856453#3856453

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856453


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development