This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 121360 - Tomcat Automatic integration should warn user about problems with space in path in the Tomcat installation
Summary: Tomcat Automatic integration should warn user about problems with space in pa...
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-07 12:05 UTC by Maksim Khramov
Modified: 2012-03-22 09:50 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2007-11-07 12:05:18 UTC
Netbeans build 200711060000

Steps to reproduce:
I installed Apache Tomcat server to folder with spaces in path
After that I try to attach to Tomcat server (Local, Direct attach)
Performed all steps and turn on 'Automatically start the server' option.
In console window I see 'Permission denied' message...
The catalina_profiler.sh script file has no executable flag set.
Comment 1 J Bachorik 2007-11-07 15:37:46 UTC
A Tomcat  installation with a space in path doesn't work at all. If you try to start the tomcat with the command
sh catalina.sh run it fails because of the space in path. Also, when you register the tomcat as a Java EE server in NB
IDE it wouldn't work - it just fails with an error message.
Because of this I'm sure it is more enhancement then a defect (the behavior is the same as of the IDE)
Comment 2 Tomas Hurka 2009-04-08 12:55:22 UTC
Milestone cleanup: future->next
Comment 3 J Bachorik 2012-03-22 09:50:52 UTC
I can not reproduce the problem with a current version of NetBeans and Tomcat. Everything works fine even when the Tomcat is installed in a path with spaces.