Converting Java projects to dynamic web projects in Eclipse  
Author Message
deepstar





PostPosted: 2006-2-24 20:52:00 Top

java-programmer, Converting Java projects to dynamic web projects in Eclipse Well, the title says it all - is it even possible?

 
Boris Gorjan





PostPosted: 2006-2-24 21:10:00 Top

java-programmer >> Converting Java projects to dynamic web projects in Eclipse email***@***.com wrote:
> Well, the title says it all - is it even possible?

<%$%^#>Not in Eclipse, no. You can do it in edlin, notepad or vi, though.</%$%^#>
 
deepstar





PostPosted: 2006-2-24 21:42:00 Top

java-programmer >> Converting Java projects to dynamic web projects in Eclipse Is that so? The thing is that the project is already in a web format
with a WEB-INF dir, an index.html file and all - I tried creating a new
dynamic web project in Eclipse and then copy pasting my project into
it, but the webcontainer (Tomcat) isn't able to find it.

 
 
Boris Gorjan





PostPosted: 2006-2-24 22:52:00 Top

java-programmer >> Converting Java projects to dynamic web projects in Eclipse email***@***.com wrote:
> Is that so? The thing is that the project is already in a web format
> with a WEB-INF dir, an index.html file and all -

And all. Hm.

> I tried creating a new
> dynamic web project in Eclipse and then copy pasting my project into
> it, but the webcontainer (Tomcat) isn't able to find it.


You have to learn to be specific. Otherwise you'll either get silly answers or
none at all. "Word ate my document" just won't do.
 
 
Timo Stamm





PostPosted: 2006-2-24 23:16:00 Top

java-programmer >> Converting Java projects to dynamic web projects in Eclipse Boris Gorjan schrieb:
> email***@***.com wrote:
>> Well, the title says it all - is it even possible?
>
> <%$%^#>Not in Eclipse, no. You can do it in edlin, notepad or vi,
> though.</%$%^#>

Yes, you could edit the config files yourself, or you could create a new
web project and copy the files into it (NOT using eclipse).


Timo