 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jim Willeke Guest
|
Posted: Mon Mar 05, 2007 8:01 pm Post subject: \Servers\Tomcat v5.5 Server @ localhost-config |
|
|
I keep getting an error:
\Servers\Tomcat v5.5 Server @ localhost-config is missing. Check the
server for errors.
I have no idea as to what this is or where to look.
Trying to debug a servlet on Tomcat 5.5 installed on local windows box.
I can stop and start the server, even from within JBUILDER 2007, but can
not launch the application with debug on server.
Oh, so far I spend more time debugging Jbuilder 2007 than I do the
programs I am writing.
Please help.
Thanks
-jim |
|
| Back to top |
|
 |
Gillmer J. Derge [TeamB] Guest
|
Posted: Mon Mar 05, 2007 8:19 pm Post subject: Re: \Servers\Tomcat v5.5 Server @ localhost-config |
|
|
Jim Willeke wrote:
| Quote: | I keep getting an error:
\Servers\Tomcat v5.5 Server @ localhost-config is missing. Check the
server for errors.
|
It looks to me like you have a directory named "Tomcat v5.5 Server?" If
so, the first thing I'd try is renaming that to something that doesn't
contain spaces.
One of the problems I had when I switched to JB2007 is that it didn't
like where I installed JBoss (C:\Program Files\jboss-4.0.5.GA). I tried
editing the launcher configuration to add quotes around the pathname,
but Eclipse WTP kept removing the quotes again. Ultimately I decided it
was easier to move JBoss.
JB2006 and JBoss both handle spaces in pathnames just fine, but Eclipse
doesn't. If it's not that, then I'm not sure I have any other bright ideas.
I feel your pain on struggling with Eclipse / JB2007. Now that I have
it working to my satisfaction, I'm becoming more happy with it, but
getting to that point was a real struggle. There are just so many
things that Eclipse does in a completely brain dead way, and most of
them are things that JB2006 did oh so right.
--
Gillmer J. Derge [TeamB] |
|
| Back to top |
|
 |
Jim Willeke Guest
|
Posted: Mon Mar 05, 2007 8:23 pm Post subject: Re: \Servers\Tomcat v5.5 Server @ localhost-config |
|
|
I have no directory named "Tomcat v5.5 Server?".
Certainly none that I created.
-jim
Gillmer J. Derge [TeamB] wrote:
| Quote: | Jim Willeke wrote:
I keep getting an error:
\Servers\Tomcat v5.5 Server @ localhost-config is missing. Check the
server for errors.
It looks to me like you have a directory named "Tomcat v5.5 Server?" If
so, the first thing I'd try is renaming that to something that doesn't
contain spaces.
One of the problems I had when I switched to JB2007 is that it didn't
like where I installed JBoss (C:\Program Files\jboss-4.0.5.GA). I tried
editing the launcher configuration to add quotes around the pathname,
but Eclipse WTP kept removing the quotes again. Ultimately I decided it
was easier to move JBoss.
JB2006 and JBoss both handle spaces in pathnames just fine, but Eclipse
doesn't. If it's not that, then I'm not sure I have any other bright
ideas.
I feel your pain on struggling with Eclipse / JB2007. Now that I have
it working to my satisfaction, I'm becoming more happy with it, but
getting to that point was a real struggle. There are just so many
things that Eclipse does in a completely brain dead way, and most of
them are things that JB2006 did oh so right.
|
|
|
| Back to top |
|
 |
Lata Amujuri Guest
|
Posted: Mon Mar 05, 2007 11:52 pm Post subject: Re: \Servers\Tomcat v5.5 Server @ localhost-config |
|
|
Eclipse creates a Servers project in your workspace when you setup and run
Tomcat from within the workspace. Did you by chance delete or close this
project in your workspace? If you have deleted it, could you delete your
server configuration in the Servers view and create a new configuration try
again?
This error is most commonly related to the Servers project being missing or
corrupted in the workspace.
Thanks.
Lata
"Jim Willeke" <jim (AT) willeke (DOT) com> wrote in message
news:45ec22b4 (AT) newsgroups (DOT) borland.com...
| Quote: | I keep getting an error:
\Servers\Tomcat v5.5 Server @ localhost-config is missing. Check the
server for errors.
I have no idea as to what this is or where to look.
Trying to debug a servlet on Tomcat 5.5 installed on local windows box.
I can stop and start the server, even from within JBUILDER 2007, but can
not launch the application with debug on server.
Oh, so far I spend more time debugging Jbuilder 2007 than I do the
programs I am writing.
Please help.
Thanks
-jim |
|
|
| Back to top |
|
 |
Kelvin Lunsford Guest
|
Posted: Fri Mar 16, 2007 2:55 am Post subject: Re: \Servers\Tomcat v5.5 Server @ localhost-config |
|
|
There is a bug with the order of the arguments when the tomcat server is
launched for debugging.
Try this.
In JBuilder 2007 in the bottom pane select the "Servers" tab,
right-click on the "Tomcat..." item, select "Open". In the Window click
on "Open launch configuration". In the dialog select the "(x)=
Arguments" tab. In "Program arguments" change "start -debug" to "-debug
start".
- Kelvin
Jim Willeke wrote:
| Quote: |
I keep getting an error:
\Servers\Tomcat v5.5 Server @ localhost-config is missing. Check the
server for errors.
I have no idea as to what this is or where to look.
Trying to debug a servlet on Tomcat 5.5 installed on local windows box.
I can stop and start the server, even from within JBUILDER 2007, but can
not launch the application with debug on server.
Oh, so far I spend more time debugging Jbuilder 2007 than I do the
programs I am writing.
Please help.
Thanks
-jim |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|