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 99276 - Double-slash when empty context
Summary: Double-slash when empty context
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-28 16:57 UTC by jernst
Modified: 2007-08-09 14:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jernst 2007-03-28 16:57:52 UTC
In context.xml, I set:
    <Context path=""/>

When running the application, the browser is invoked to access
    http://localhost:8084//
instead of
    http://localhost:8084/
Comment 1 Sherold Dev 2007-08-08 12:22:32 UTC
The issue is still reproducible

Comment 2 Petr Hejl 2007-08-09 14:04:13 UTC
Corrected the getWebUrl() return value.

Checking in tomcat5/src/org/netbeans/modules/tomcat5/TomcatModule.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/TomcatModule.java,v  <--  TomcatModule.java
new revision: 1.10; previous revision: 1.9
done