Hey Matt, thanks for the help. Maybe you can answer one more. After CFObjective last week it seems many people are using the J2EE container for ColdFusion rather then the single server mode. I'd like to make this change but need to be sure I have all the bugs and processes worked out before proposing it to the rest of my team.
I'd like to know how you organize your projects utilizing the webapps folder. My current structure is below: /home/me/workspace/MyEclipseProject : ./frameworks (ColdSpring & Model-Glue) : ./java (this deploys my JAR files to a place on the classpath) : ./lucene (bunch of collections) : ./utils (fckEditor & custom tags) : ./web (my default web root, thus the main index.cfm) When I access localhost it calls the index.cfm in web and when I need to use ColdSpring I have a mapping setup for /ColdSpring -> /home/me/ workspace/MyEclipseProject/frameworks/ColdSpring So I guess my question is using this architecture with the J2EE container will not work because when I access localhost I really have to call localhost/web/ and then localhost/frameworks is also available in the browser. How do you set up access to your frameworks? I really appreciate the help. Robert On May 21, 9:44 pm, Matthew Woodward <[email protected]> wrote: > Matthew Woodward wrote: > > I just point my Eclipse projects to the Tomcat webapps directory and the > > appropriate context within that. You can also run Tomcat from within > > Eclipse and manage projects that way. > > > I'm sure yo > > Picking up where I left off ... ;-) I'm sure you *can* adjust the > appBase and docBase settings to have it work that way, but to me it > makes more sense to just put everything under Tomcat's webapps directory > so I haven't dug into doing it this other way. > > -- > Matt Woodward > [email protected]http://www.mattwoodward.com/blog > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html > > smime.p7s > 4KViewDownload --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
